Click here to Skip to main content
15,887,027 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.

 
GeneralI am converting Pin
Slow Eddie12-Mar-22 4:09
professionalSlow Eddie12-Mar-22 4:09 
GeneralRe: I am converting Pin
kmoorevs12-Mar-22 4:31
kmoorevs12-Mar-22 4:31 
GeneralRe: I am converting Pin
obermd12-Mar-22 5:25
obermd12-Mar-22 5:25 
GeneralRe: I am converting Pin
Kent Sharkey12-Mar-22 4:59
staffKent Sharkey12-Mar-22 4:59 
GeneralRe: I am converting Pin
Gerry Schmitz12-Mar-22 5:13
mveGerry Schmitz12-Mar-22 5:13 
GeneralRe: I am converting Pin
abmv13-Mar-22 5:35
professionalabmv13-Mar-22 5:35 
GeneralRe: I am converting Pin
Slow Eddie13-Mar-22 7:58
professionalSlow Eddie13-Mar-22 7:58 
GeneralRe: I am converting Pin
obermd13-Mar-22 14:27
obermd13-Mar-22 14:27 
In this case, here's what I've learned doing this:

1) Build the new UI first, making sure all the controls that have events in VB6 are given the same names.
2) Set the event handler shells for each control
3) In the VB6 application, find each event handler and copy/paste the code, but not the handler's signature lines
4) Go through the new application and fix all the errors.
5) Go through the new application again looking for file IO. Change this from the VB6 style to using the StreamReader and StreamWriter accounts.
6) One last pass - look for any On Error Goto ... statements and replace them with Try Catch Finally blocks. You can leave On Error Resume Next statements alone on the assumption that this is the correct thing to do in this case.

Compile and debug. Big Grin | :-D

GeneralRe: I am converting Pin
#realJSOP13-Mar-22 23:46
mve#realJSOP13-Mar-22 23:46 
GeneralYes, I have done this, and yes I know what can do this Pin
Marc Greiner at home14-Mar-22 3:36
Marc Greiner at home14-Mar-22 3:36 
GeneralWeek 2 Done. Pin
glennPattonWork312-Mar-22 0:54
professionalglennPattonWork312-Mar-22 0:54 
GeneralRe: Week 2 Done. Pin
theoldfool12-Mar-22 1:31
professionaltheoldfool12-Mar-22 1:31 
GeneralRe: Week 2 Done. Pin
Test Tickle12-Mar-22 9:32
Test Tickle12-Mar-22 9:32 
GeneralRe: Week 2 Done. Pin
glennPattonWork312-Mar-22 13:50
professionalglennPattonWork312-Mar-22 13:50 
GeneralRe: Week 2 Done. Pin
Test Tickle12-Mar-22 14:54
Test Tickle12-Mar-22 14:54 
GeneralRe: Week 2 Done. Pin
glennPattonWork313-Mar-22 0:08
professionalglennPattonWork313-Mar-22 0:08 
GeneralRe: Week 2 Done. Pin
Test Tickle13-Mar-22 7:29
Test Tickle13-Mar-22 7:29 
GeneralRe: Week 2 Done. Pin
glennPattonWork313-Mar-22 7:41
professionalglennPattonWork313-Mar-22 7:41 
GeneralRe: Week 2 Done. Pin
Test Tickle13-Mar-22 11:45
Test Tickle13-Mar-22 11:45 
Generalwoohoo productivity, sort of Pin
honey the codewitch11-Mar-22 19:08
mvahoney the codewitch11-Mar-22 19:08 
Generala concern about app Plaid from Robinhood.com Pin
Southmountain11-Mar-22 11:41
Southmountain11-Mar-22 11:41 
GeneralRe: a concern about app Plaid from Robinhood.com Pin
englebart11-Mar-22 13:45
professionalenglebart11-Mar-22 13:45 
GeneralRe: a concern about app Plaid from Robinhood.com Pin
theoldfool12-Mar-22 1:43
professionaltheoldfool12-Mar-22 1:43 
GeneralRe: a concern about app Plaid from Robinhood.com Pin
Southmountain12-Mar-22 4:15
Southmountain12-Mar-22 4:15 
GeneralConundrum PinPopular
Mike Hankey11-Mar-22 8:49
mveMike Hankey11-Mar-22 8:49 

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.