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
Printable View
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
install it on 2000. as long as you didnt use any API calls that are not supported anymore.
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
In mst cases youshouldnt have to do anything.
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.