Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Image on Button
Message
 
To
21/12/2004 11:23:58
Mindy Shingara
Central Susquehanna Intermediate Unit
Lewisburg, Pennsylvania, United States
General information
Forum:
ASP.NET
Category:
Class design
Title:
Miscellaneous
Thread ID:
00971026
Message ID:
00971119
Views:
16
If its a windows forms button you can try something like this:

Image img = Image.FromFile(@"C:txt.bmp");
mybutton.Image = img;


>I have a .cs class file for a Print Button. How can I add an image to the button in code since I don't have designer view with the classes? Thanks.
Previous
Reply
Map
View

Click here to load this message in the networking platform