Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Image on Button
Message
 
À
21/12/2004 11:23:58
Mindy Shingara
Central Susquehanna Intermediate Unit
Lewisburg, Pennsylvanie, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Conception classe
Titre:
Divers
Thread ID:
00971026
Message ID:
00971119
Vues:
14
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform