* "Support" <RemoveThis_Support@mail.oci.state.ga.us> scripsit:
> 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" _
) _
)
///

Signature
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
<URL:http://dotnet.mvps.org/dotnet/faqs/