|
-
Jan 2nd, 2006, 03:52 AM
#1
Thread Starter
Fanatic Member
XP Theme... AGAIN! [UNRESOLVED]
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:
Public Sub New()
MyBase.New()
'Application.EnableVisualStyles()
'Application.DoEvents()
Skybound.VisualStyles.VisualStyleProvider.EnableVisualStyles()
InitializeComponent()
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!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|