My application seems to be ignoring Enable XP visual styles, which is
ticked on in the application properties.
the Toolbar and Menubar, which appear the nice looking shaded blue
appear like that whilst in the IDE, but when I run the app, they both
go to boring grey.
In the application.des igner.vb self generated file, it does have
PublicSubNew()
MyBase.New(Glob al.Microsoft.Vi sualBasic.Appli cationServices. Authent
icationMode.Win dows)
Me.IsSingleInst ance = false
Me.EnableVisual Styles = true
Me.SaveMySettin gsOnExit = true
Me.ShutDownStyl e =
Global.Microsof t.VisualBasic.A pplicationServi ces.Shutdow
nMode.AfterMain FormCloses
EndSub
If i create a brand new application, just as a test and drop the two
controls into that, they appear with visual styles.
So it looks like its something to do with my project, but i can't find
out where or why.
any help appreciated.
Cheers
Nig
ticked on in the application properties.
the Toolbar and Menubar, which appear the nice looking shaded blue
appear like that whilst in the IDE, but when I run the app, they both
go to boring grey.
In the application.des igner.vb self generated file, it does have
PublicSubNew()
MyBase.New(Glob al.Microsoft.Vi sualBasic.Appli cationServices. Authent
icationMode.Win dows)
Me.IsSingleInst ance = false
Me.EnableVisual Styles = true
Me.SaveMySettin gsOnExit = true
Me.ShutDownStyl e =
Global.Microsof t.VisualBasic.A pplicationServi ces.Shutdow
nMode.AfterMain FormCloses
EndSub
If i create a brand new application, just as a test and drop the two
controls into that, they appear with visual styles.
So it looks like its something to do with my project, but i can't find
out where or why.
any help appreciated.
Cheers
Nig
Comment