Results 1 to 5 of 5

Thread: VB.net & Windows XP

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2001
    Location
    India
    Posts
    2

    Question VB.net & Windows XP

    my company has aquired the "Designed for Win Xp logo" and is moving up to VB.net form VB6 . I want to know if the User Interface in Vb.net can be done according to Xp standards.

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    Well, command buttons and things like that in WinForms will not automatically turn into the XP style buttons when running on a WinXP box.
    At least not the set of controls that comes with Beta2.

  3. #3
    Lively Member
    Join Date
    Aug 1999
    Location
    Amsterdam
    Posts
    117

  4. #4
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    Originally posted by gijsj
    It's actually quite easy:

    http://www.gotdotnet.com/team/windowsforms/Themes.aspx
    Thanks for the info...

  5. #5
    New Member
    Join Date
    Jan 2002
    Location
    Kansas
    Posts
    11

    Thumbs up More on WindowsXP styling

    I know this is a month old topic, but I found something very interesting about WindowsXP styling.

    Open .NET and look at your source code. Have you noticed that the scroll bar is not XP Styled? Well! We can fix that! Just like mentioned previously in this topic, take the (apparently universal) manifest file, copy it to the folder with .NET's IDE EXE (acronym overload!) in it (mine was at "C:\Program Files\Microsoft Visual Studio.NET\Common7\IDE"), and rename it to "devenv.exe.manifest". Now start up .NET! Notice that all scroll bars and combo boxes now are XP styled.

    Fun huh? Don't you feel powerful?

    The fun doesn't stop there! Try Microsoft Word!

    Also, this worked for some old VB6 programs I had made.

    --Johnny

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