M
Mika M
Hello!
I'm using VB.NET 2003 and Windows Forms application type.
Question: Why ComboBoxes are not changing their arrearance to XP-Styles look
althought other UI Components does when I use the following code in my Sub
Main ...
System.Windows.Forms.Application.EnableVisualStyles()
System.Windows.Forms.Application.DoEvents()
System.Windows.Forms.Application.Run(New frmMain)
.... is there a way to ensure it by forcing style change to ComboBoxes
somehow?
I'm using VB.NET 2003 and Windows Forms application type.
Question: Why ComboBoxes are not changing their arrearance to XP-Styles look
althought other UI Components does when I use the following code in my Sub
Main ...
System.Windows.Forms.Application.EnableVisualStyles()
System.Windows.Forms.Application.DoEvents()
System.Windows.Forms.Application.Run(New frmMain)
.... is there a way to ensure it by forcing style change to ComboBoxes
somehow?