toolbar and image list (vb express edition 2008)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • juve11
    New Member
    • Oct 2007
    • 20

    toolbar and image list (vb express edition 2008)

    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
    Last edited by debasisdas; Feb 25 '08, 09:28 AM. Reason: Question moved to .net forum.
Working...