Results 1 to 7 of 7

Thread: [RESOLVED] windows xp theme styles - clarificaton please!!

  1. #1

    Thread Starter
    Banned
    Join Date
    Dec 2005
    Location
    india
    Posts
    35

    Resolved [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 ?

  2. #2
    Hyperactive Member
    Join Date
    Feb 2003
    Location
    Grenada
    Posts
    346

    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.

  3. #3
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: windows xp theme styles - clarificaton please!!

    Quote 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.

  4. #4

    Thread Starter
    Banned
    Join Date
    Dec 2005
    Location
    india
    Posts
    35

    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!

  5. #5
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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.

  6. #6

    Thread Starter
    Banned
    Join Date
    Dec 2005
    Location
    india
    Posts
    35

    Re: windows xp theme styles - clarificaton please!!

    that was a hell of an advice thanks a lot pg

  7. #7
    Hyperactive Member
    Join Date
    Feb 2003
    Location
    Grenada
    Posts
    346

    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
  •  



Click Here to Expand Forum to Full Width