Menu

#36 Enable XP Visual Styles

closed
Interface (14)
3
2004-08-24
2004-07-19
Anonymous
No

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()

Discussion

  • Vittorio Pavesi

    Vittorio Pavesi - 2004-07-27

    Logged In: YES
    user_id=809959

    Added in version 1.9

     
  • Vittorio Pavesi

    Vittorio Pavesi - 2004-07-27
    • priority: 5 --> 3
    • assigned_to: nobody --> vittoriop77
     
  • Vittorio Pavesi

    Vittorio Pavesi - 2004-08-24
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB