Results 1 to 5 of 5

Thread: migrating VB app to Win-2000 OS

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2000
    Location
    Minneapolis
    Posts
    42
    Hi,
    Can i know the steps to migratet a VisualBasic application from Windows-NT operating system to Windows-2000 operating system.

    Thanks in advance
    Srini

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    install it on 2000. as long as you didnt use any API calls that are not supported anymore.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    Member
    Join Date
    Aug 2000
    Location
    Minneapolis
    Posts
    42

    Thanks, but one more question

    Thanks a lot,
    That helps.
    So, if i just install the VB6 app on Win-2000, it will work??
    Or do i have to make any special settings on VB side?
    Srini

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    In mst cases youshouldnt have to do anything.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  5. #5
    Guest
    I use Win2000 as my main OS, and all VB apps I write worke perfecly.

    Only some API calls aren't supported in Win2k as opposed to Win98, but that's because of the WindowsNT framework for Win2k (=NT5).

    For example the SystemParametersInfo API doesn't exist in WindowsNT (2k)

    Gerco.

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