TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Suman Raj
NA
287
13.4k
Custom User Control Form with dynamic buttons
Oct 10 2018 1:40 AM
First i created a form with dynamic button in user control c#.I access those buttons from application winforms.
//////Code old
Actual code : private ComponentResourceManager resources = new ComponentResourceManager(typeof(Properties.Resources));
button background code: button.BackgroundImage = ((System.Drawing.Image)(resources.GetObject(i)));
-It's working now but it access the resource from user control Resources.rex.I need to change the path which i access the Resources from main Application form.
-I need a alternation code for this above code to access resource from actual windows appplication Resource.rex.
Reply
Answers (
0
)
How to insert data in GridView without database and insert a
How to convert Datatable to model list in MVC5