I cant see toolbar button images at run time
-
hi i have a form with toolbar. if i use application.enablevisualstyles, all images on toolbar doesnt seem at run time, if i dont use application.enablevisualstyles, u can see images on toolbar buttons. What is problem? Thank u
-
hi i have a form with toolbar. if i use application.enablevisualstyles, all images on toolbar doesnt seem at run time, if i dont use application.enablevisualstyles, u can see images on toolbar buttons. What is problem? Thank u
This has been well documented all over the 'Net. A simple Google for "EnableVisualStyles Toolbar" would have revealed hundreds of hits. After the
Application.EnableVisualStyles()
line, addApplication.DoEvents()
. This will take care of the problem for you. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome