ok...

I know this has been asked like 2,000 times... but I was wondering why XP themes don't work on my App...

I have used skybound and integrated visual style objects but it doesn't work in my project...

VB Code:
  1. Public Sub New()
  2.         MyBase.New()
  3.         'Application.EnableVisualStyles()
  4.         'Application.DoEvents()
  5.         Skybound.VisualStyles.VisualStyleProvider.EnableVisualStyles()
  6.  
  7.         InitializeComponent()
  8. End Sub

I was wondering... How can I apply the visual styles on a single form, or on all forms I got...

Do I need to apply the

'Application.EnableVisualStyles()
'Application.DoEvents()

header before ALL the forms? (tried, doesn't work), on the single startup form (tried, still doesn't work)...

anyways, it's 4:00 am here, I'm gonna rest it and look it up again tomorrow!