|
|
Browse by Tags
All Tags » Windows Forms » Obfuscation » VB
-
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 ...
|
|
|