that's what i try in vb express edition 2008 and it just doesnt work :
"4. Select the toolbar control. Right click and select properties and select general tab.
5. select imagelist as Imagelist1."
there is no option imagelist1 in the Imagelist property,just <NONE> of the toolbar control
(i have in my project an imagelist1 with 4 .ico)
PS: i also searched forums and make a module with
Module Module1
Public Sub Main()
Application.Ena bleVisualStyles ()
Application.DoE vents()
Application.Run (New Form1)
End Sub
End Module
but still no effect
"4. Select the toolbar control. Right click and select properties and select general tab.
5. select imagelist as Imagelist1."
there is no option imagelist1 in the Imagelist property,just <NONE> of the toolbar control
(i have in my project an imagelist1 with 4 .ico)
PS: i also searched forums and make a module with
Module Module1
Public Sub Main()
Application.Ena bleVisualStyles ()
Application.DoE vents()
Application.Run (New Form1)
End Sub
End Module
but still no effect