|
-
Dec 19th, 2005, 11:20 PM
#1
Thread Starter
Banned
[RESOLVED] windows xp theme styles - clarificaton please!!
i implemented the xp visual theme in my vb application using a sample project from randem systems .it simply works great .now i have a doubt ,will it work on systems running windows 2000(client or server) older versions and if not is there a workaround ?
-
Dec 19th, 2005, 11:39 PM
#2
Hyperactive Member
Re: windows xp theme styles - clarificaton please!!
No it wouldn't work...
You'll need an external 3rd party control with the built in XP look to it...
Plus if I'm correct in the method you're using which is initializing the external Windows Com Controls from withing VB, then your program will give an error if you run it on anything other than XP... (not too sure about 2003 Server...)
If my post has been helpful, then please rate it accordingly...
If it has solved your question(s), then don't forget to mark the thread as "[Resolved]"... thank you.
-
Dec 19th, 2005, 11:46 PM
#3
Re: windows xp theme styles - clarificaton please!!
 Originally Posted by Protocol
No it wouldn't work...
You'll need an external 3rd party control with the built in XP look to it...
Plus if I'm correct in the method you're using which is initializing the external Windows Com Controls from withing VB, then your program will give an error if you run it on anything other than XP... (not too sure about 2003 Server...)
No, It won't give any errors in Win98 - ME - 2000, but styles won't apply, since Operating systems previous to XP don't have any XP theme to apply.
-
Dec 20th, 2005, 04:20 AM
#4
Thread Starter
Banned
Re: windows xp theme styles - clarificaton please!!
thanks jcis,protocol it doesnot matter if it doesnt apply but it should not affect the rest of my program!
-
Dec 20th, 2005, 04:43 AM
#5
Re: windows xp theme styles - clarificaton please!!
2003 Server has theme support, but it is disabled by default due to the overhead. You can enable the service and then apply a visual style. Otherwise, it looks like 2000.
Edit: You can declare InitCommonControlsEx() and it will run on any platform but before calling it you should check first to see if version 5 is present, otherwise the call will result in an error if it is not present.
Last edited by penagate; Dec 20th, 2005 at 04:47 AM.
-
Dec 20th, 2005, 02:38 PM
#6
Thread Starter
Banned
Re: windows xp theme styles - clarificaton please!!
that was a hell of an advice thanks a lot pg
-
Dec 20th, 2005, 02:59 PM
#7
Hyperactive Member
Re: [RESOLVED] windows xp theme styles - clarificaton please!!
No problem... just doing what we signed up for...
It's part of the EULA...lol
If my post has been helpful, then please rate it accordingly...
If it has solved your question(s), then don't forget to mark the thread as "[Resolved]"... thank you.
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
|