|
-
April 25th, 2012, 09:54 PM
#1
I have a nother question about visual basic 6.0 how to make my program work on all
Hi, My 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
-
April 26th, 2012, 01:00 AM
#2
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)...
Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
WPF Articles : 3D Animation 1 , 2 , 3
Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.
-
April 26th, 2012, 07:35 AM
#3
Re: I have a nother question about visual basic 6.0 how to make my program work on al
-
May 5th, 2012, 12:28 AM
#4
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.
-
May 7th, 2012, 01:49 AM
#5
Re: I have a nother question about visual basic 6.0 how to make my program work on al
 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....
Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
WPF Articles : 3D Animation 1 , 2 , 3
Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.
-
May 7th, 2012, 06:54 AM
#6
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?
-
May 7th, 2012, 09:38 AM
#7
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...
Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
WPF Articles : 3D Animation 1 , 2 , 3
Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.
-
May 8th, 2012, 08:12 AM
#8
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.
-
May 8th, 2012, 02:03 PM
#9
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.
Always use [code][/code] tags when posting code.
-
May 9th, 2012, 11:35 AM
#10
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.
-
May 14th, 2012, 04:04 AM
#11
Re: I have a nother question about visual basic 6.0 how to make my program work on al
 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...
Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
WPF Articles : 3D Animation 1 , 2 , 3
Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|