|
Apologies for the shouting but this is important.
When answering a question please:
- Read the question carefully
- Understand that English isn't everyone's first language so be lenient of bad spelling and grammar
- If a question is poorly phrased then either ask for clarification, ignore it, or mark it down. Insults are not welcome
- If the question is inappropriate then click the 'vote to remove message' button
Insults, slap-downs and sarcasm aren't welcome. Let's work to help developers, not make them feel stupid.
cheers,
Chris Maunder
The Code Project Co-founder
Microsoft C++ MVP
|
|
|
|
|
For those new to message boards please try to follow a few simple rules when posting your question.- Choose the correct forum for your message. Posting a VB.NET question in the C++ forum will end in tears.
- Be specific! Don't ask "can someone send me the code to create an application that does 'X'. Pinpoint exactly what it is you need help with.
- Keep the subject line brief, but descriptive. eg "File Serialization problem"
- Keep the question as brief as possible. If you have to include code, include the smallest snippet of code you can.
- Be careful when including code that you haven't made a typo. Typing mistakes can become the focal point instead of the actual question you asked.
- Do not remove or empty a message if others have replied. Keep the thread intact and available for others to search and read. If your problem was answered then edit your message and add "[Solved]" to the subject line of the original post, and cast an approval vote to the one or several answers that really helped you.
- If you are posting source code with your question, place it inside <pre></pre> tags. We advise you also check the "Encode "<" (and other HTML) characters when pasting" checkbox before pasting anything inside the PRE block, and make sure "Use HTML in this post" check box is checked.
- Be courteous and DON'T SHOUT. Everyone here helps because they enjoy helping others, not because it's their job.
- Please do not post links to your question into an unrelated forum such as the lounge. It will be deleted. Likewise, do not post the same question in more than one forum.
- Do not be abusive, offensive, inappropriate or harass anyone on the boards. Doing so will get you kicked off and banned. Play nice.
- If you have a school or university assignment, assume that your teacher or lecturer is also reading these forums.
- No advertising or soliciting.
- We reserve the right to move your posts to a more appropriate forum or to delete anything deemed inappropriate or illegal.
cheers,
Chris Maunder
The Code Project Co-founder
Microsoft C++ MVP
|
|
|
|
|
Hi, I have this old VB6 project that I need to modify a little. My question is where I can download(spyware free) VB6 or .ISO image? We do have MSDN subscription, but I can't find anything but the service pack. Found these installation instructions for Win 10: How to install Visual Basic 6 on Windows 10[^]
Also some strange download of one CD, that doesn't looks like what I'm searching for: WinWorld: Microsoft Visual Basic 6.0[^]
Thanks!
Advertise here – minimum three posts per day are guaranteed.
|
|
|
|
|
There is no legitimate download for VB6 or VS6. It's been a dead product for quite some time now.
|
|
|
|
|
Thanks. This is what I came to after digging around. Typical MC mess.
Advertise here – minimum three posts per day are guaranteed.
|
|
|
|
|
If you're saying "typical Microsoft mess", they've been screaming "get your apps moved to VB.NET" for the last 20 years.
VB6 IDE support ended in 2007(?) and is not supported on any current version of Windows. The VB6 runtimes will be supported until the end-of-life of Windows 11, currently, for the 22H2 version, in 2025.
Nobody can complain about it. They've had over 20 years to get the code moved over to .NET.
|
|
|
|
|
Then why MFC still works? Microsoft screaming out loud "Wach out! I did something stupid again!" doesn't help me today. I haven't written this application.
Advertise here – minimum three posts per day are guaranteed.
|
|
|
|
|
Because MFC is still very widely used, still supported, and doesn't have anything to do with VB6...
|
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
|
OK, but you have a lot of planning to do. You WILL be re-writing this thing. Are you going to wait until it's too late to do it?
You better start now.
|
|
|
|