28
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 dec …
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 la …
4
votes
6answers
476 views
Conversion tool comparisons for visual basic 6.0
Has anyone here used either of the following (or any other tool) to convert your vb6 code to a .net language?
Artinsoft's upgrade companion (converts to c# and vb.net)
vbmigrati …
3
votes
3answers
68 views
VB6 Migration Advice
I know a lot of question regarding VB6 migration have been asked, but I don't believe my exact situation has been answered in them.
Basically, our company is wanting to migrate ou …
3
votes
3answers
135 views
PV Function and Porting VB6 to C#
I'm working on porting some classic VB6 code to C# and just stumbled across a usage of the PV function.
I feels wrong including a reference to the Microsoft.VisualBasic Assembly. …
3
votes
6answers
313 views
Best Strategy for moving from VB6 to .NET
My company has tons of legacy applications that are written in VB6.
We are in transitions from moving VB6 applications to .NET (3.5 specifically).
What would be the best strategy …
3
votes
10answers
2k 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?
2
votes
4answers
164 views
Converting C (not C++) to C#
I have some old C 32 Bit DLLs that are using Oracle's Pro C precompiler library (proc.exe) to expose a hundred or so sproc/func calls to an even older VB6 GUI which references thes …
2
votes
2answers
150 views
VB6 to VB.NET Visual Studio Upgrade Wizard hates some of my variable names
I am upgrading a VB6 to VB.NET project using the upgrade wizard. I know this is going to give me a lot of grief, but I am trying to make the old application useable. I'd rewrite i …
2
votes
5answers
361 views
Moving large vb6 app to web or winforms. You decide!
I'm working on porting a large vb6 application to .NET. The current app is a desktop app that communicates with a set of local access databases. There are about 200 forms in the ap …
2
votes
2answers
157 views
Migrating from VB6 to .NET, is there an equivlaent function for TreeNode.FirstSibling?
The desktop application I'm migrating makes heavy use of a treeview control, and many calls to TreeNode.FirstSibling, e.g.
'UPGRADE_ISSUE: MSComctlLib.Node property tvTreeView.Sel …
2
votes
10answers
360 views
How do I convert VB5 project to a c# project
I have a VB5 (non .net) project that I would like to upgrade to a c# project. Has anyone have any suggestions on methods or free tools that are avalible to help me with this.
Than …
2
votes
7answers
420 views
Any tools to aid porting vb6 to vb.net ?
I just inherited control of a largish VB6 codebase. It doesnt have much in the way of active X other than the crystal reports engine and MS access work it does. I want to move it t …
1
vote
2answers
56 views
A bunch of logged exceptions in Microsoft.VisualBasic.dll
I have a large project where we have 2-3 dll projects that are converted from VB6 to VB.NET. We have fixed all the issues that caused compilation errors, and most of obvious issues …
1
vote
1answer
174 views
Filling listbox from ado query far slower in vb2005 than vb6. Can I speed it up?
I converted some code from vb6 to vb2005 that opens a recordset and populates a listbox
with about 8,000 names. It uses classic ado.
The vb6 code does it in about 0.75 of a second …
