Tagged Questions

Visual Basic 6.0 (VB6) is the "third-generation" event-driven programming language and integrated development environment (IDE) from Microsoft for its COM programming model. It was also considered a relatively easy programming language to learn and use, because of its graphical development features and BASIC heritage.

learn more… | top users | synonyms (1)

48
votes
39answers
4k views

Should we select VB.NET or C# when upgrading our legacy applications?

At the company where I work, we have a number of legacy applications written in Visual Basic 6.0. Without casting aspersions on the developers who wrote them, suffice it to say we have decided to ...
45
votes
17answers
8k views

How do you migrate a large app from Visual Basic 6.0 to VB.NET?

My company makes a monolithic piece of software that our customers use to run their car dealerships. The original application was written in Visual Basic 6.0, and it has grown substantially over the ...
38
votes
9answers
2k 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 ...
30
votes
24answers
4k views

Your favorite Visual Basic 6.0 tools and tips [closed]

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 Visual Basic 6.0. Suggest or vote for tools/tips. Please one ...
26
votes
22answers
4k views

Visual Basic 6.0 lives forever like Cobol

In the last 3-5 years I have been renewing an insurance application and a commmercial integration toolkit based on Visual Basic 6.0. According to Microsoft's "It just works policy" the IDE is no ...
24
votes
10answers
787 views

Convincing legacy application VB6 developers to make the switch to C#

I know this question could be similar to others but really I'm looking for reasons why VB6 developers should switch to C#. My company recently approved project to be written in C#, so we have a lot ...
22
votes
29answers
4k 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 ...
18
votes
9answers
5k views

How do I determine if an array is initialized in VB6?

Passing an undimensioned array to the VB6's Ubound function will cause an error, so I want to check if it has been dimensioned yet before attempting to check its upper bound. How do I do this?
17
votes
6answers
10k 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 ...
16
votes
6answers
57k views

How to parse XML in VBA

I work in VBA, and want to parse a string eg <PointN xsi:type='typens:PointN' xmlns:xsi='<http://www.w3.org/2001/XMLSchema-instance>' ...
15
votes
6answers
22k 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 ...
15
votes
12answers
1k 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: ...
15
votes
8answers
5k views

Cancelling a long running process in VB6.0 without DoEvents?

Is it possible to cancel out of a long running process in VB6.0 without using DoEvents? For example: for i = 1 to someVeryHighNumber ' Do some work here ' ... if cancel then ...
14
votes
8answers
1k views

Reg Free Com with VB6 on Windows 7

I have some .NET code I use from VB6 code. I have always developed this on an XP machine by creating a VB6.exe.manifest file that listed the dependent .NET assemblies. For example, say my 2 .NET ...
14
votes
5answers
21k views

VBA array sort function?

I'm looking for a decent sort implementation for arrays in VBA. A Quicksort would be preferred. Or any other sort algorithm other than bubble or merge would suffice. Please note that this is to work ...
13
votes
9answers
830 views

How to migrate ugly and undocumented VB6 Code to .NET

I know that there are already Questions about VB6 migration, but the code base of my project brings some new questions here. I have to say the Code quality, structure and architecture is just a ...
13
votes
6answers
767 views

Why is C# null translated as Empty in VB6, instead of Nothing

I have a C# application that reference a VB6 dll. When I pass null from C# into VB6 dll function, the null is translated as value Empty (value) in VB6, instead of Nothing (object). For example: // ...
13
votes
10answers
14k views

How can I convert VB6 code to C#?

Does anyone know a way to convert from VB6 code to C#? Is there a tool that can do this for me?
13
votes
2answers
4k views

'break' equivalent keyword for VB

Just moved over to the VB team here at work. Quick easy one for my 1st question. What is the equivalent keyword to break in VB, i.e., to exit a loop early but not the method? Cheers!
12
votes
7answers
6k views

VB6 Running on Windows 8?

Assuming that vb6 does not run on Windows 8 because the VB6 run time libraries are not shipped with Windows 8, would it not be possible to install the VB6 run time library on Windows 8 and then then ...
12
votes
6answers
8k views

Does the VB6 IDE run on Windows 7 64-bit?

We're approaching a point of replacing several of our developer PCs and would like to move up to 64-bit to maximize the hardware/life of the PCs but we also need to support several legacy VB6 ...
12
votes
6answers
7k views

Has anyone had success with Visual Studio 6 on Windows 7?

VS6 popped off a series of errors before bombing out completely during install on Windows 7. I specifically need to get VB6 functioning on Windows 7. Anyone having any luck?
11
votes
2answers
203 views

Creating objects suddenly begins failing after they have been loaded in memory successfully

Behavior: Application is loaded and being used as expected. Suddenly, a particular DLL can no longer be loaded. The error message is: ActiveX component cannot create object. In each case, the object ...
11
votes
11answers
367 views

Is this the “one in ten” time to rewrite?

I'm very much against rewriting an application if it can be avoided. I understand the rule that 9 times out of 10, it's better to refactor, but I'm in a situation where it might be the one time in ...
11
votes
3answers
4k views

Is there a JSON parser for VB6 / VBA?

I'm trying to consume a web service in VB6. The service (which I control) currently can return a SOAP/XML message or JSON. I'm having a really difficult time figuring out if VB6's SOAP type (version ...
11
votes
4answers
382 views

Using a VB6 Class in C#

Is it possible to use a VB6 class in C#?
11
votes
7answers
1k views

Stop Visual Basic 6 from changing my casing

Very simple question that is apparently impossible to find a decent answer to: How can I make Visual Basic 6 stop changing my ^@#*ing variable casing!?! I know that the general opinion of a great ...
11
votes
2answers
8k views

No permission to access a private MSMQ

On an XP machine there is a private messagequeue that was created by a .net service. When I want to access this private queue in a VB6 application I keep getting an "Access is denied" error. So it ...
11
votes
9answers
5k views

Classes in VB6

Yeah, I'm stuck maintaining some legacy software. Does anyone know of any good tutorials on creating classes and whatnot in VB6? My Google-fu seems to be failing me. :-/
10
votes
5answers
621 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 ...
10
votes
4answers
2k 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 ...
10
votes
14answers
3k views

Visual Studio 6 tips and tricks [closed]

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 ...
10
votes
1answer
1k views

Unload a COM control when working in VB6 IDE

Part of my everyday work is maintaining and extending legacy VB6 applications. A common engine is written in C/C++ and VB6 uses these functions in order to improve performance. When it comes to ...
9
votes
3answers
1k views

Assignment of objects in VB6

I am attempting to create two identical objects in VB6 by assignment statements; something like this... Dim myobj1 As Class1 Dim myobj2 As Class1 Set myobj1 = New Class1 myobj1.myval = 1 Set myobj2 ...
9
votes
4answers
8k views

A Simple C# DLL - how do I call it from Excel, Access, VBA, VB6?

I have a simple class library written in c#. using System; namespace TestDll { public class Test { public string HelloWorld { get { ...
9
votes
5answers
1k views

How can I make mousewheel work in VB6 IDE?

One annoying behavior of the VB6 IDE editor, especially when switching back to it from more recent tools like VS.NET, is that it doesn't recognize the mousewheel! Maybe VB6 was brought out when most ...
9
votes
5answers
498 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 ...
9
votes
3answers
7k views

Is there a vb6 decompiler?

I lost the source code from one project I did on the company I'm working for and haven't been able to find a vb6 decompiler, does that even exists? Forgot to say that I only have the EXE. I ...
9
votes
6answers
2k views

VB6 Editor changing case of variable names!

I'm not much of a Visual Basic person, but I am tasked with maintaining an old VB6 app. Whenever I check out a file, the editor will replace a bunch of the uppercase variable names with lowercase ...
8
votes
2answers
347 views

Exposing an ISO C++ class to a VB6 application

I have developed a C++ class to access the software protection dongle on USB. The C++ class has been developed with g++ under Linux, but I can compile it successfully using MinGW under Windows. I have ...
8
votes
2answers
527 views

Where should I store application specific settings?

I've been asked to update a VB6 application that's been running on WinXP for the last 6 years. The client wants to use Windows 7. Up until now, the app stored its settings in an INI file located in ...
8
votes
1answer
165 views

Linking scroll bars on adjacent listboxes together

i use VB6 enterprize edition. How would one go about linking the vscroll bars for adjacent listboxes so that, if one is scrolled, the two others slide up and down too? The object is to keep ...
8
votes
1answer
248 views

Did VB 6/.NET interop recently get broken by a Windows update?

Recently a VB 6 application using .NET 1.1/2.0 components stopped working on my companies XP machines. The IT department was installing Windows patches at the time, so I'm wondering if anyone has ...
8
votes
3answers
1k views

Display Progress Bar at the Time of Process

If am getting a Data from the Database from start date to end date – at that time, I want to display progress bar like “Process please wait” How can I write a code? Need Help?
8
votes
3answers
3k views

How Add a COM-Exposed .NET Project to the VB6 (or VBA) References Dialog?

I have created a .NET assembly that is exposed to COM according to the exceptional article Build and Deploy a .NET COM Assembly by Phil Wilson. And everything works fine in the sense that the .NET ...
8
votes
4answers
2k views

Tools to identify memory hogs in VB6 applications

What tools are available to attribute memory consumptions in VB6 application to it's multiple components? I can get the memory consumed by the entire application by watching various counters (Private ...
8
votes
5answers
3k views

How can you force VB6 to use the DLLs and OCXs from the app directory?

I want to put my dependent files in the app directory. I seem to remember that you can force VB6 to use the files in the local directory only. Any hints?
8
votes
3answers
3k views

How do you deal with visual basic 6 frm and frx files in source control?

This is always a pain no matter what source control system I have used (source safe, cvs, clearcase...) the binary .frx files always cause a problem when merging visual basic forms. I know...I ...
8
votes
1answer
2k 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
7answers
6k views

Using Subversion with Visual Basic 6.0

My team is moving from Visual SourceSafe to Subversion soon, while developing/supporting a legacy project in Visual Basic 6.0, so I have a couple of questions: What's the best tool for Subversion ...

1 2 3 4 5 67