|
I mean... even if they don't support it... you have to admit it could at least be available for download.
Jeremy Falcon
|
|
|
|
|
You'd think but if it's available for download, there's always some whiny little sh*t who thinks since it's available it's also supported.
|
|
|
|
|
Single Step Debugger wrote: My question is where I can download(spyware free) VB6 or .ISO image?
And then you are going to run it on what? You would need an OS (windows version) which runs it and then a computer that runs that.
Hypothetically one of those links seems like it might be the CD image? Or the installer?
So then maybe you can create a VM that would run maybe Windows 95 or Vista? Then run the installer in that? But you would need to find Windows 95/Vista to install in the VM.
-----------------------------------------
Myself this is why being a pack rat can be a good thing.
I am rather certain I have a computer tucked away with Windows 95 on it. (Never had one with Vista.)
I also have all the MSDN CDs/DVDs back to the 90s. (I think that means I have a developer version of Vista though.)
I even have some monitors which would be required for that computer. Although I have been thinking of tossing those.
|
|
|
|
|
Yes, this is the case. We are setting VM with Win XP. Also, it looks like with a little trick it can be installed on Win 10. I just don't have the discs.
Advertise here – minimum three posts per day are guaranteed.
|
|
|
|
|
I've heard of people using Oracle VM VirtualBox[^] with varying levels of success. It's apparently free and from Oracle. I also came across this when checking to see if it would fit your need Installing Windows Vista in VirtualBox - TurboFuture[^]
I didn't dig around to see if you can get VB6 installed from the same source, but might be worth asking in that community.
Having said all that, now is the time to bite the bullet and rewrite that project in a more modern language.
|
|
|
|
|
Thank you for that option.
Advertise here – minimum three posts per day are guaranteed.
|
|
|
|
|
I little development. Apparently, Microsoft still keep download of VB6 two CD's ISO in the MSDN. The name is Visual Basic 6.0 Enterprise or such.
I managed to install it on win 10 using this how-to: How To Install Visual Basic 6 (VB6) in Windows 10 • Raymond.CC[^]
It didn't help me as in my case there are lot more dependencies(flexgrid, crystal, some ActiveX components etc), but could help to someone in my position with a less complicated project.
Advertise here – minimum three posts per day are guaranteed.
|
|
|
|
|
Noticed I still have the disks for Visual Studio 2000 Enterprise Edition; among other things.
Anyway, made me curious what was out there and found this. A lost jewel or ...?
WinWorld: Microsoft Visual Studio 6.0
"Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I
|
|
|
|
|
Google comes up with lots of links to download "VB6"; I wouldn't trust any of them. Aside from the questionable legality, there's no guarantee that the downloads won't be riddled with malware.
VS2008 is still available from Microsoft[^], and includes the tools to convert VB6 projects to VB.NET, which would probably be the best place to start.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
Caveat emptor, certainly. But there are a few honest people left in the world. And a need is a need.
"Before entering on an understanding, I have meditated for a long time, and have foreseen what might happen. It is not genius which reveals to me suddenly, secretly, what I have to say or to do in a circumstance unexpected by other people; it is reflection, it is meditation." - Napoleon I
|
|
|
|
|
I have it still, but it's on an old CD. Problem is, I don't have any CD-ROM drives to read it with.
I might be going crazy, but I could've sworn MS made a conversion tool to migrate code from VB to VB.NET. That might be worth looking into.
Jeremy Falcon
|
|
|
|
|
The Migration Wizard. But that thing is so old, it prolly just as supported as VB6.
If you have a VB6 project, you're fooked sideways.
Bastard Programmer from Hell
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
|
|
|
|
|
Single Step Debugger wrote: Hi, I have this old VB6 project that I need to modify a little I've waited before posting my answer.
It's "no".
At this point it's a crime to "modify it a little". You don't even have to, because competition did update. Welcome to capitalism.
Bastard Programmer from Hell
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
|
|
|
|
|
I am running VB6 on a Windows 10 64-bit computer without any problems. We have even installed VB6 on a Windows 11 computer, also without problems.
I have coded in VB6 since 2000 and still do. Have worked on over 3000 programs and have been able to get VB6 to work in automated environments without any problems.
I use a wibsite that shows how to install on Windows 10 - How To Install Visual Basic 6 (VB6) in Windows 10[^]
|
|
|
|
|
Quote: I am running VB6 on a Windows 10 64-bit computer without any problems - yet. Fixed that for you.
You actually sound quite proud that you are still coding in an obsolete language that is no longer supported, that has to be run on an artificial platform within a platform, and cannot utilise modern architectures and tools. Not sure that I would want that noted on my CV
|
|
|
|
|
I say yes that VB6 is old.
I completely understand why anyone would want to perpetuate it.
There is a big huge learning process to move to a completely different language.
Most programmers have huge numbers of applications currently in use that need maintenance.
There is not much that “can’t be done “ with VB6
Finally, I have a mantra that I have very painfully learned years ago:
“IF IT AINT BROKE, DONT FIX IT”
|
|
|
|
|
Quote: IF (YOU THINK) IT AINT BROKE, DONT FIX IT
Fixed that for ya.
|
|
|
|
|
|
David Lema son wrote: Ddddd But what is the question? Also, you are on the VB forum and your subject is C# (there is a separate forum for that). C# is one semitone short for discussions on D.
The best help that I can think of based on your text is ... (Using MS Windows Calculator in Programmer Mode)
Hex: Ddddd
Dec: 908765
Oct: 3356735
Bin: 11011101110111011101
|
|
|
|
|
jsc42 wrote: But what is the question?
Look at his member profile: Member since Thu 19 Jan 2023 . SPAM.
Graeme
"I fear not the man who has practiced ten thousand kicks one time, but I fear the man that has practiced one kick ten thousand times!" - Bruce Lee
|
|
|
|
|
I already reported his message as "inappropriate"
|
|
|
|
|
Hello,
We can use API to communicate two different applications.
I have one major doubt, that I am having my VB6.0 application need to integrate with third party webbased application.
Is this possible to use API keys through vb6.0 code to link with third party API?
Thanks
|
|
|
|
|
This has nothing to do with the language being used. Yes, you can use the API keys, but it's your code and/or library that communicates with the API that's going to use the keys.
But, WHY ON EARTH ARE YOU USING VB6? It's been dead for 20 years now. New development in VB6 is a complete waste of time. You're going to end up rewriting this app sooner than you think. VB6 runtime support will end with the end of support for Windows 11. Support for the 22H2 version of Windows 11 will end in October 2025, just under 3 years from now.
|
|
|
|
|
Thanks for the reply.
Actually main reason behind using vb6 is we have developed one big application in vb6 before 12 years which is currently been used very much finely and perfectly.
And it will be a big taks for us to upgrade it to vb.net hence instead of upgrading we are still using it.
Now just small changes are there which is like to integrate web based applications data with that application.
|
|
|
|
|
I suggest you start planning the change to another platform, you have 3 years!
Never underestimate the power of human stupidity -
RAH
I'm old. I know stuff - JSOP
|
|
|
|