Enable XP Visual Styles
Brought to you by:
vittoriop77
Enable XP Visual Styles on Interface (SettingsFrm.vb):
a) Change "Flatstyle"-property on all controls that
supports it (Button, Groupbox,Checkbox...)
from "Standard" to "System".
b) Add
Application.EnableVisualStyles()
Application.DoEvents()
to Sub New() (after InitializeComponent())
c)Edit mnucntMenu in Main.vb (or it vill give you an
error). Change to:
Case "Settings"
If form1 Is Nothing Then
form1 = New SettingsFrm
End If
form1.Show()
form1.Focus()
Logged In: YES
user_id=809959
Added in version 1.9