Cant run my app on Vista until NETFX 3.5

  • Thread starter Thread starter Jared \(Home\)
  • Start date Start date
J

Jared \(Home\)

Due to bug with DateTimePicker I can not deploy mt app on Vista until NETFX
3.5 is release.

Is there anyway to disable XP theme dynamically, although it is a Vista
theme that is screwing things up?

Thanks in advance
Jared
 
Jared (Home) said:
Due to bug with DateTimePicker I can not deploy mt app on Vista until
NETFX 3.5 is release.

Is there anyway to disable XP theme dynamically, although it is a Vista
theme that is screwing things up?

Do not call 'Application.EnableVisualStyles' or the visual styles checkbox
in the VB project's application framework properties if you are using VB.
 
Jared said:
Due to bug with DateTimePicker I can not deploy mt app on Vista until NETFX
3.5 is release.

Out of curiosity, do you have a link that explains this?
 
I assume you're the same Jared that submitted that bug..

You can't repo the bug on its own? Just by putting a DTPicker on a
form, enabling themes on Vista, and clicking the down arrow?

That certainly doesn't sound like a bug in the framework if it only
happens in your app.. it sounds more like a bug in your app..
 
I assume you're the same Jared that submitted that bug..

You can't repo the bug on its own? Just by putting a DTPicker on a
form, enabling themes on Vista, and clicking the down arrow?

That certainly doesn't sound like a bug in the framework if it only
happens in your app.. it sounds more like a bug in your app..
And he voted 5 on his own bug report ;o)
Good luck with your project,

Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com
 
Back
Top