I have a nother question about visual basic 6.0 how to make my program work on all
Hi, My:D question is how do I make my visual basic 6.0 program available for other operating system like windows xp and window vista and windows 7, thanks for your time:wave:
Re: I have a nother question about visual basic 6.0 how to make my program work on al
Most of the time the App will run on just about any Windows Ver, There may at times be issues on a certain ver, but personal experience has shown that if you recompile the app on that Specific Windows Version it will work (Note: with out modification to the code)...
Re: I have a nother question about visual basic 6.0 how to make my program work on al
Re: I have a nother question about visual basic 6.0 how to make my program work on al
Generally VB 6.0 applications works on windows any operation system like 98, XP, Vista, Win 7.
Re: I have a nother question about visual basic 6.0 how to make my program work on al
Quote:
Originally Posted by
dshitolefourm
Generally VB 6.0 applications works on windows any operation system like 98, XP, Vista, Win 7.
Problem comes when the Controls are updated, (OCX files) and you've compiled on a old version....
Re: I have a nother question about visual basic 6.0 how to make my program work on al
Wouldn't the setup bring the old control OCXs with it and put them on the destination system?
Or do you mean, older controls wouldn't work anymore on Win7?
Re: I have a nother question about visual basic 6.0 how to make my program work on al
Both ...
there is a forwards and back wards compatibility problem with VB 6 apps in windows...
Re: I have a nother question about visual basic 6.0 how to make my program work on al
Oh...
I think I should try my main project in Win7 as soon as possible.
Re: I have a nother question about visual basic 6.0 how to make my program work on al
Keep in mind that Windows Vista and Windows 7 restrict access to certian folders where XP did not so in many cases the location of data files may need to be changed in order to work under these OSs.
Re: I have a nother question about visual basic 6.0 how to make my program work on al
MSFlexGrid was one that we couldn't install. Not sure, but I think they've included the runtime for VB, for the most part.
Re: I have a nother question about visual basic 6.0 how to make my program work on al
Quote:
Originally Posted by
dglienna
MSFlexGrid was one that we couldn't install. Not sure, but I think they've included the runtime for VB, for the most part.
#1 Problem Control .... as per issues reported on this (and other) forum...