Toolbar display
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
:(i am using toolbar component .net ver 2 (not toolstrip) in vb.net 2005. if i give application.enablevisualstyle command to enable xp style interface then icons on my toolbar will not come. if i disabel xp visual style it will come? how can i show this toolbar in xp style settings? pls help me.... ajo
-
:(i am using toolbar component .net ver 2 (not toolstrip) in vb.net 2005. if i give application.enablevisualstyle command to enable xp style interface then icons on my toolbar will not come. if i disabel xp visual style it will come? how can i show this toolbar in xp style settings? pls help me.... ajo
This is a bug in the .NET framework. You can work-around it by calling
Application.DoEvents()
after EnableVisualStyles.