31
votes
38answers
2k views
Should we select VB.NET or C# when upgrading our legacy apps?
At the company where I work, we have a number of legacy apps written in Visual Basic 6.0. Without casting aspersions on the developers who wrote them, suffice it to say we have decided to rewrite the …
18
votes
9answers
926 views
Why is it bad practice to call an eventhandler from code?
Say you have a menu item and a button that do the same task.
Why is it bad practice to put the code for the task into one control's action event and then make a call to that event from the other …
18
votes
22answers
1k views
Your favorite Visual Basic 6 tools and tips
This is somewhat related to a similar post, but that post was Visual Studio 6 in general and a lot of the suggestions didn't apply to VB6.
Suggest or vote for tools/tips. Please one tool/tip per post …
18
votes
16answers
2k views
How do you migrate a large app from VB6 to VB .net ?
My company makes a monolithic piece of software that our customers use to run their car dealerships. The original app was written in VB6, and it has grown substantially over the last few years. Until …
15
votes
19answers
2k views
VB6 lives forever like Cobol
In the last 3-5 years I have been renewing an insurance application and a commmercial integration toolkit based on vb6.
According to Microsoft's "It just works policy" the IDE is supported until april …
13
votes
12answers
896 views
.NET 2.0 or 3.5?
Our clients use a vb6 version of our software.
We are upgrading them to a .NET application written in C#...
Is there less bulk using .net 2.0 than .net 3.5?
My definition of less bulk would be: …
10
votes
5answers
1k views
Alternative IDE for VB6
I've been spoiled by Visual studio 2008 and Eclipse and have to do a little maintainence work on a VB6 app.
Does anyone know of an alternative/ updated IDE for VB6?
A rewrite is not an option I'm …
9
votes
4answers
263 views
Accurately accessing VB6 limitations
As antiquated and painful as it is - I work at a company that continues to actively use VB6 for a large project. In fact, 18 months ago we came up against the 32k identifier limit.
Not willing to …
9
votes
6answers
3k views
Will Windows 7 support the VB6 runtime?
I can't seem to find a straight answer on this. It appears that Visual Studio 6 won't be supported, but I'm only concerned with the runtime. We have some legacy apps that we'd rather not rewrite, but …
8
votes
24answers
1k views
Why is VB6 still so widely used?
Note that this question is not meant to start an argument, I am genuinely curious:
Back in the 90s I used to work for a large CPU maker and we were building some debuggers. All our core logic was in …
8
votes
14answers
1k views
Visual Studio 6 tips and tricks
Some of us would invariably have to support 'legacy' code using Microsoft's Visual Studio 6.0 IDEs which - although opinions would differ - are generally regarded to be less user friendly compared to …
8
votes
1answer
981 views
Code to make a DHTMLEd control replace straight quotes with curly quotes
I've got an old, legacy VB6 application that uses the DHTML editing control as an HTML editor. The Microsoft DHTML editing control, a.k.a. DHTMLEd, is probably nothing more than an IE control using …
8
votes
12answers
913 views
Copying Files over an Intermittent Network Connection
I am looking for a robust way to copy files over a Windows network share that is tolerant of intermittent connectivity. The application is often used on wireless, mobile workstations in large …
7
votes
5answers
300 views
Detecting Vista Starter three-open-app limit
I'm working as a developer, curently mantaining a VB6 app that desperately needs to work fine under Vista. However, it must work fine under Vista Starter Edition, since is the version new computers …
7
votes
4answers
554 views
Self Inspection of VB6 UDTs
I have a feel the answer to this is going to be "not possible", but I'll give it a shot...
I am in the unenviable position of modifying a legacy VB6 app with some enhancements. Converting to a …
