Katalogerna
PlexityHide

Home 

Products 

Downloads 

Our Shop 

Support 

Contact 


GTP.NET FAQ 10368


XP visual styles Please note that this article refers to the GTP.NET
Jump to article- 2007-11-17 19:55:00 - Email plexityHide

Question

What does one need to do to enable XP visual styles in the Scrollbars in the Grid in GTP.NET?

Answer

Make sure this is called in the application Main:

static void Main()
{
  Application.EnableVisualStyles();                      <-- THIS
  Application.SetCompatibleTextRenderingDefault(false);   <-- AND THIS
  Application.Run(new Form1());
}

 

 

Google
WWW plexityHide GTP.NET FAQ
Support

Support intro

Knowledgebase

FAQ phGantTimePackage

FAQ GTP.NET

FAQ general

Testimonials

"This is too GREAT. I must say you have strong support and really good programmers at your place. Your entire team is good. Just Fantastic! – 100%"
Gaurav Patole,
WebTechDevelopers
More testimonials...




r>