View Single Post
Old Dec 9th, 2005, 6:11 PM   #13
Dameon
Troll
 
Dameon's Avatar
 
Join Date: Apr 2005
Location: Texas
Posts: 732
Rep Power: 4 Dameon is on a distinguished road
Is that still needed in 1.1 and 2.0?

static void Main() {
    Application.EnableVisualStyles();
    Application.Run(new Form1());
}

The flatstyle on each control also needs to be set to FlatStyle.System

http://msdn.microsoft.com/msdnmag/is...efault.aspx#S3
__________________
MD5(sig) = bcef75433db02e9ad9bf81d6f7c5c270
Dameon is offline   Reply With Quote