Results 1 to 20 of 20

Thread: VB 6.00 under XP and/or VISTA?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 1999
    Location
    Huntingdon Valley, PA 19006
    Posts
    1,151

    VB 6.00 under XP and/or VISTA?

    I wrote about ten applications using VB 6.0 (SP5) under Windows 98SE. I have the Enterprise Edition, but have not done much with either Visual C++ or Visual FoxPro.

    Can Visual Basic 6.0 create Windows XP applications? Will it be able to create VISTA applications? I have been using XP for about a year, but have not tried writing VB 6.0 applications for it. I intend to get a new system next year with VISTA. Will I be able to create applications using for it using VB 6.0?

    I have Visual Studio .NET 2003, but have not used it much. I assume it will create XP applications. What about VISTA applications?

    I am very familiar with VB 6.0 and miss the fixed length strings which are very useful for many of the applications I create. What are my chances of staying with VB 6.0?
    Live long & prosper.

    The Dinosaur from prehistoric era prior to computers.

    Eschew obfuscation!
    If a billion people believe a foolish idea, it is still a foolish idea!
    VB.net 2010 Express
    64Bit & 32Bit Windows 7 & Windows XP. I run 4 operating systems on a single PC.

  2. #2
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: VB 6.00 under XP and/or VISTA?

    VB 6 definitely runs on XP and here is what MS says about it on Vista. VB6 will be good for development for several years yet and for maintenance for a lot longer than that, but, unfortunately, .Net is the future.

  3. #3

  4. #4
    Fanatic Member dom_stapleton's Avatar
    Join Date
    Sep 2005
    Location
    Leigh-on-Sea, UK
    Posts
    665

    Re: VB 6.00 under XP and/or VISTA?

    It is worth moving to .NET as there are so many different things that you can do. It take a bit of getting used to but it's worth it. I think you can still download a free copy of Microsoft Visual Basic 2005 Express Edition from Microsoft.com if you did want to give .NET a go.
    I use Microsoft Visual Basic 2008 Express Edition.

    If my post has been helpful, please rate it, unless you don't believe in Karma... which actually I don't!

    Resources:
    Visual Basic Tutorials (1, 2) | MSDN Library | Google | Krugle | Search Forums

    Free components:
    Windows Forms Components | XP Common Controls Library

  5. #5
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    Re: VB 6.00 under XP and/or VISTA?

    Windows Vista doesnt seem to look like a replacement to XP though, more for home users and entertainment.?

  6. #6
    PowerPoster gavio's Avatar
    Join Date
    Feb 2006
    Location
    GMT+1
    Posts
    4,462

    Re: VB 6.00 under XP and/or VISTA?

    Can run on XP but have to upgrade some components immediatly They are not XP styled (skinned) like other non VB apps.

  7. #7

  8. #8
    PowerPoster gavio's Avatar
    Join Date
    Feb 2006
    Location
    GMT+1
    Posts
    4,462

    Re: VB 6.00 under XP and/or VISTA?

    For example, i had to search the web for a special button.ocx, so my button can look like ordinary (when using themes on XP) button

  9. #9

  10. #10
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: VB 6.00 under XP and/or VISTA?

    The poster asked if VB6 would run on XP, not how it would look on XP. VB6 apps look fine on XP they just don't have the exact same look as Microsoft's XP applications. BTW, I've never used them but I believe there are XP manifest(?) files that enable you to have VB6 apps look exactly like other XP apps.

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

    Re: VB 6.00 under XP and/or VISTA?

    That's correct and it's also the case for non-VB apps, it's not a VB6-specific issue.

    BTW, Vista is most definitely the successor to XP. When it's done.

  12. #12
    PowerPoster gavio's Avatar
    Join Date
    Feb 2006
    Location
    GMT+1
    Posts
    4,462

    Re: VB 6.00 under XP and/or VISTA?

    Just a hunch... not sure how to use those manifest files... any advices?

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

    Re: VB 6.00 under XP and/or VISTA?


  14. #14

  15. #15
    Addicted Member
    Join Date
    Jul 2006
    Posts
    159

    Re: VB 6.00 under XP and/or VISTA?

    I just finished converting one of my apps to Vista using VB5 and am busy on the next.

    There is nothing you cannot do in Vista with VB5 but there are lots of things you have to do differently.

    As far as manifest files are concerned, mess with 'em if you like but some kind gentleman has published a free utility called XPMe (Search Google for it) which will convert your .exe to xp style after you compile.

  16. #16
    Lively Member
    Join Date
    Jul 2006
    Posts
    119

    Re: VB 6.00 under XP and/or VISTA?

    Just remember you need XP to compile ...

    & I warn you of vista .... I used it an it overloaded my CPU
    Its an AMD Athlon 64 Processor 3200+

  17. #17
    PowerPoster gavio's Avatar
    Join Date
    Feb 2006
    Location
    GMT+1
    Posts
    4,462

    Re: VB 6.00 under XP and/or VISTA?

    I have tried this XPMe, but it doesn't work. Application wouldn't even start after processing it.

  18. #18
    Fanatic Member dom_stapleton's Avatar
    Join Date
    Sep 2005
    Location
    Leigh-on-Sea, UK
    Posts
    665

    Re: VB 6.00 under XP and/or VISTA?

    It is much eaiser to use Microsoft Visual Basic 2005 which enables you to create applications with Windows XP theme support straight away.
    I use Microsoft Visual Basic 2008 Express Edition.

    If my post has been helpful, please rate it, unless you don't believe in Karma... which actually I don't!

    Resources:
    Visual Basic Tutorials (1, 2) | MSDN Library | Google | Krugle | Search Forums

    Free components:
    Windows Forms Components | XP Common Controls Library

  19. #19
    PowerPoster gavio's Avatar
    Join Date
    Feb 2006
    Location
    GMT+1
    Posts
    4,462

    Re: VB 6.00 under XP and/or VISTA?

    Yes... it's easier, but not for me. I'm using 5 years old 1.0 Ghz CPU in my notebook. You can guess the rest.

  20. #20

    Thread Starter
    Frenzied Member
    Join Date
    Jul 1999
    Location
    Huntingdon Valley, PA 19006
    Posts
    1,151

    Re: VB 6.00 under XP and/or VISTA?

    Thanx for all the information.

    I have yet to be disappointed at this site.
    Live long & prosper.

    The Dinosaur from prehistoric era prior to computers.

    Eschew obfuscation!
    If a billion people believe a foolish idea, it is still a foolish idea!
    VB.net 2010 Express
    64Bit & 32Bit Windows 7 & Windows XP. I run 4 operating systems on a single PC.

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