VB6 and XP
VB6 and XP
(OP)
Hi all,
My office is looking to update its computers to Microsoft XP operating system and office.
Is this a problem for the running of first visual basic 6 itself, and sencondly applications made with VB6.(That is will they run on computers without XP.)
Any input would be appreciated.
Thanks.
My office is looking to update its computers to Microsoft XP operating system and office.
Is this a problem for the running of first visual basic 6 itself, and sencondly applications made with VB6.(That is will they run on computers without XP.)
Any input would be appreciated.
Thanks.
RE: VB6 and XP
don
RE: VB6 and XP
It would appear that there are no problems in transferring VB6 programs from one Windows system to another.
Derrick
RE: VB6 and XP
But if you choose to upgade to VB.net for application design or receive a VB.net built application, you need to download a service pack from MS to allow it to run on a VB6 machine.
Remember...
"If you don't use your head,
your going to have to use your feet."
RE: VB6 and XP
It seems I should be right.
Cheers,
hojo
RE: VB6 and XP
You also have a lot more options in windows api calls you can use via VB in XP...
Such as alpha-blending and other XP functions...
Just watch out when programming for XP...
If your program needs to be backwards compatible as far as windows is concerned... Like any other programming language... make sure to check the compatibility of the controls and api calls...
Good Luck
-Josh Stribling