HOWTO assign embeded icon to togglebutton image

  • Thread starter Thread starter Support
  • Start date Start date
S

Support

Hello:
In VB.NET
I have an embeded icon
I have a Togglebutton which has an image property

Question: How do I programatically point the image property to the embebed
icon
Thanks
Terry
 
* "Support said:
In VB.NET
I have an embeded icon
I have a Togglebutton which has an image property

What's a "togglebutton"?

\\\
picManifestResourceStream.Image = _
New Bitmap( _
System.Reflection.Assembly.GetExecutingAssembly().GetManifestResourceStream( _
"Resources.avblogo.gif" _
) _
)
///
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top