XP Theme 
Author Message
 XP Theme

Can I build a vb.net program in w2k that use the xp theme.
The program will run in another w2k machine.

how can i do this?

Thanks in Advance,
Fbio



Mon, 14 Nov 2005 23:02:01 GMT  
 XP Theme
No, not unless you create controls that draw their own image. E.g. you'd
need to draw the image for the Button, Checkbox yourself, there's no API for
this because CommCtrl 6 is not redistributable.

--
Happy to help,
-- Tom Spink

Please respond to the newsgroup,
so all can benefit.

One Day,

Quote:
> Can I build a vb.net program in w2k that use the xp theme.
> The program will run in another w2k machine.

> how can i do this?

> Thanks in Advance,
> Fbio



Mon, 14 Nov 2005 23:16:35 GMT  
 XP Theme
What exactly do you mean:

You want the program to look like XP when its running under 2000?

or

You want the program to use XP themes when running under XP, but then still be able to run normally under 2000?

Quote:

> Can I build a vb.net program in w2k that use the xp theme.
> The program will run in another w2k machine.

> how can i do this?

> Thanks in Advance,
> Fbio



Mon, 14 Nov 2005 23:41:35 GMT  
 XP Theme
Hello,


Quote:
> Can I build a vb.net program in w2k that use the xp theme.
> The program will run in another w2k machine.

Yes, but it will *not* use themes if the program is run on Windows 2000.

NET 1.0

Set the controls' FlatStyle properties to System, then add an
application manifest:

http://www.msjogren.net/dotnet/eng/tools/default.asp
-> "ThemeMe"

.NET 1.1

http://msdn.microsoft.com/msdnmag/issues/03/03/WindowsForms/default.aspx

Regards,
Herfried K. Wagner
--
http://www.mvps.org/dotnet



Tue, 15 Nov 2005 00:08:08 GMT  
 XP Theme
Yes,

I want the program to look like XP when its running under 2000!!!

Can i do this???


Quote:
> What exactly do you mean:

> You want the program to look like XP when its running under 2000?

> or

> You want the program to use XP themes when running under XP, but then

still be able to run normally under 2000?
Quote:




Quote:
> > Can I build a vb.net program in w2k that use the xp theme.
> > The program will run in another w2k machine.

> > how can i do this?

> > Thanks in Advance,
> > Fbio



Tue, 15 Nov 2005 23:27:03 GMT  
 XP Theme


Quote:
> Yes,

> I want the program to look like XP when its running under 2000!!!

> Can i do this???

You'll have to write your own controls!


Wed, 16 Nov 2005 00:11:50 GMT  
 XP Theme
Hello,


Quote:
> I want the program to look like XP when its running under 2000!!!

Why?

There are some (COM) controls available, I am not sure if they work with
.NET:

http://www.xpsuite.de/content.php?n=1

Regards,
Herfried K. Wagner
--
http://www.mvps.org/dotnet



Wed, 16 Nov 2005 01:07:34 GMT  
 
 [ 7 post ] 

 Relevant Pages 

1. Enummerate XP themes parts and states??

2. Will .Net framework ever support XP themes?

3. XP Themes

4. ListView with XP theme??

5. XP Themes and HelpProvider1?

6. XP Themes

7. XP Theme API wrapper?

8. Windows XP themes

9. XP Theme

10. Forcing app to ignore XP theme?

11. VB6 + MSCOMCTL.OCX = no XP themes??

12. Common Control & Win XP Themes

 

 
Powered by phpBB® Forum Software