S
Smokey Grindel
I have an application that has a system tray icon, which updates every 10
seconds to a custom made image... and every time it updates my GDI object
count increments, this shouldn't happen, any ideas on what to look for?
I am custom drawing the 16x16 image as a bitmap. It takes an existing icon,
then draws ontop of it. then assigning it to the notify icon using this
statement
ntfIcon.Icon = New Icon(Icon.FromHandle(bmp.GetHicon), New Size(16, 16))
seconds to a custom made image... and every time it updates my GDI object
count increments, this shouldn't happen, any ideas on what to look for?
I am custom drawing the 16x16 image as a bitmap. It takes an existing icon,
then draws ontop of it. then assigning it to the notify icon using this
statement
ntfIcon.Icon = New Icon(Icon.FromHandle(bmp.GetHicon), New Size(16, 16))