All Tags »
Windows Forms »
Obfuscation »
VB »
Tools
Sorry, but there are no more tags available to filter with.
-
When loading embedded resources like bitmaps and icons from your assembly, such as using the following method as described by Windows Forms Programming in Visual Basic .NET (Chris Sells & Justin Gehtland):
NotifyIcon1.Icon = New Icon(Me.GetType, ''graphic.ico'')
It sure seems straight forward enough. It looks a whole lot ...