Click here to Skip to main content
15,881,803 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: Migrating VB6 applications to .NET? Pin
MikeCO1031-Mar-23 2:22
MikeCO1031-Mar-23 2:22 
AnswerRe: Migrating VB6 applications to .NET? Pin
robertburgh31-Mar-23 2:29
robertburgh31-Mar-23 2:29 
AnswerRe: Migrating VB6 applications to .NET? Pin
JohnDG5231-Mar-23 2:58
JohnDG5231-Mar-23 2:58 
AnswerRe: Migrating VB6 applications to .NET? Pin
agolddog31-Mar-23 3:51
agolddog31-Mar-23 3:51 
GeneralRe: Migrating VB6 applications to .NET? Pin
Sander Rossel31-Mar-23 4:08
professionalSander Rossel31-Mar-23 4:08 
AnswerRe: Migrating VB6 applications to .NET? Pin
Tyler Evensen31-Mar-23 4:41
Tyler Evensen31-Mar-23 4:41 
GeneralRe: Migrating VB6 applications to .NET? Pin
Sander Rossel31-Mar-23 5:06
professionalSander Rossel31-Mar-23 5:06 
AnswerRe: Migrating VB6 applications to .NET? Pin
Craig P Williams Sr31-Mar-23 6:16
professionalCraig P Williams Sr31-Mar-23 6:16 
Having written and rewritten many programs in the last 35 years I can honestly say that without looking at the way you code I can't tell if the converters will work or not. Even current converters like Telrik have issues converting C# to VB.NET have issues.

The one thing that is 100% certain is this. If you review what you used to do and compare it to what you can now do you will probably get rid of a large portion of old code that is no longer needed.

If you worked in VB6 before .net and then you opened, closed, parsed files the old fashioned way either in binary or text. You can now ditch nearly all of that code lets face appending a line of text to a file used to take 10 lines of code now, 1 maybe 2? Splitting and parsing lines are now inherent, so is mid$ (now substring) and there are lots of new features to just the string object. vb6 had Drag and Drop nightmares .NET a breeze.

My point is the GUID may or may not change but the majority of code behind it probably won't take long to deal with side by side. If you run a conversion and it fails then you have to discover and repair code you didn't write and that sucks.

I rewrote a utility yesterday because it was built in 2001 and updated, but not rewritten in 2003. I opened the old code on one side the new on the other and reviewed it. The classes I had written had very few issues and with a few minor modifications those were done in less than a 1/2 hour. The rest of the time I spent dumping old code I no longer need and, I added a barcode class I had built about 5 years ago. In short I have a new tool that is 10 times faster, more capable and easier to use for the users.

I would say if you have a conversation system you can test it but then look at the code. If you don't understand it, rewrite it. If it fails, rewrite it....or just rewrite it. And don't believe those that say VB.NET is going away soon. They have said that for 15 years and it is more common than you know.

The old man in Illinois

AnswerRe: Migrating VB6 applications to .NET? Pin
Choroid31-Mar-23 6:24
Choroid31-Mar-23 6:24 
AnswerRe: Migrating VB6 applications to .NET? Pin
mdowd6531-Mar-23 8:04
mdowd6531-Mar-23 8:04 
AnswerRe: Migrating VB6 applications to .NET? Pin
Zane Kurtz31-Mar-23 8:24
Zane Kurtz31-Mar-23 8:24 
AnswerRe: Migrating VB6 applications to .NET? Pin
m8e31-Mar-23 18:19
m8e31-Mar-23 18:19 
AnswerRe: Migrating VB6 applications to .NET? Pin
kentgorrell25-Apr-23 21:39
professionalkentgorrell25-Apr-23 21:39 
AnswerRe: Migrating VB6 applications to .NET? Pin
Thomas Krojer2-May-23 3:13
Thomas Krojer2-May-23 3:13 
GeneralWSO CCC OTD 2023-03-30 Pin
OriginalGriff29-Mar-23 21:39
mveOriginalGriff29-Mar-23 21:39 
GeneralRe: WSO CCC OTD 2023-03-30 Pin
pkfox29-Mar-23 21:55
professionalpkfox29-Mar-23 21:55 
GeneralWordle 649 Pin
Shane010329-Mar-23 18:04
Shane010329-Mar-23 18:04 
GeneralRe: Wordle 649 Pin
Sandeep Mewara29-Mar-23 18:16
mveSandeep Mewara29-Mar-23 18:16 
GeneralRe: Wordle 649 Pin
Sander Rossel29-Mar-23 20:06
professionalSander Rossel29-Mar-23 20:06 
GeneralRe: Wordle 649 Pin
OriginalGriff29-Mar-23 20:48
mveOriginalGriff29-Mar-23 20:48 
GeneralRe: Wordle 649 Pin
den2k8829-Mar-23 21:16
professionalden2k8829-Mar-23 21:16 
GeneralRe: Wordle 649 - 3 4 me Pin
pkfox29-Mar-23 21:18
professionalpkfox29-Mar-23 21:18 
GeneralRe: Wordle 649 Pin
ChandraRam29-Mar-23 22:01
ChandraRam29-Mar-23 22:01 
GeneralRe: Wordle 649 Pin
Amarnath S29-Mar-23 23:39
professionalAmarnath S29-Mar-23 23:39 
GeneralRe: Wordle 649 Pin
StarNamer@work29-Mar-23 23:58
professionalStarNamer@work29-Mar-23 23:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.