G
Guest
--I asked this question before. I am still stuc
I use XP style ico files in a image list. I set the image list to 32x32 and 16 bit color
The toolbar use this image list
Button images appear fine in VS.net designer but disappear when run it
I tried to put this into frmMain.
Public Shared Sub Main(
System.Windows.Forms.Application.EnableVisualStyles(
System.Windows.Forms.Application.Run(New frmMain
End Sub 'Mai
The imaged still invisible, AND it breaks the application when I open and close a MDI child form. The error say
An unhandled exception of type 'System.Runtime.InteropServices.SEHException' occurred in system.windows.forms.dl
Additional information: External component has thrown an exception
Any help
Fran
I use XP style ico files in a image list. I set the image list to 32x32 and 16 bit color
The toolbar use this image list
Button images appear fine in VS.net designer but disappear when run it
I tried to put this into frmMain.
Public Shared Sub Main(
System.Windows.Forms.Application.EnableVisualStyles(
System.Windows.Forms.Application.Run(New frmMain
End Sub 'Mai
The imaged still invisible, AND it breaks the application when I open and close a MDI child form. The error say
An unhandled exception of type 'System.Runtime.InteropServices.SEHException' occurred in system.windows.forms.dl
Additional information: External component has thrown an exception
Any help
Fran