Hi,
I have just been trying to get the XP Visual style in my application (like the buttons and stuff) But how can I do it?
I did
VB Code:
Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. InitializeComponent() Application.EnableVisualStyles() 'Add any initialization after the InitializeComponent() call End Sub
And set the button I want on its property of FlatStyle = System but it doesn't work...
Is there something that I have to do first or something should be?
Thanks,




Reply With Quote