Click here to Skip to main content
15,914,016 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Code involving windows media player Pin
Christian Graus22-Nov-07 17:00
protectorChristian Graus22-Nov-07 17:00 
GeneralRe: Code involving windows media player Pin
Michael Sync22-Nov-07 17:06
Michael Sync22-Nov-07 17:06 
Questionabout HTML help creater Pin
bapu288922-Nov-07 8:17
bapu288922-Nov-07 8:17 
AnswerRe: about HTML help creater Pin
Michael Sync22-Nov-07 16:04
Michael Sync22-Nov-07 16:04 
AnswerRe: about HTML help creater Pin
Vasudevan Deepak Kumar22-Nov-07 19:58
Vasudevan Deepak Kumar22-Nov-07 19:58 
QuestionHow to receive WindowMessages without visible Window? Pin
ponchofiesta22-Nov-07 7:27
ponchofiesta22-Nov-07 7:27 
AnswerRe: How to receive WindowMessages without visible Window? Pin
Dave Kreskowiak23-Nov-07 4:19
mveDave Kreskowiak23-Nov-07 4:19 
Questionon error goto handling - is this possible (VBS) Pin
stephan_00722-Nov-07 5:37
stephan_00722-Nov-07 5:37 
hi everyone!

a friend of mine wants to do this szenario:

do several transactions and if it was successful then delete the source and continue. if it was not successful then skip all other things and goto below the operations.

meaning (in pseudo code):

on error goto errorhandling
operation 1
operation 2
operation 3
operation 4
...
operation n
errorhandling:
newthings

this means if an error occures in operation 1 to n the program has to continue with the operations starting at errorhandling:. if it is successful then it does all the operations but continues at errorhandling: as well.

when he tries to compile his code the compiler throws an error message at the position, where "errorhandling" starts in the goto-line.

i am not sure if it is possible to do this. because he wants to do some operations which are finished with a delete operation as operation n. but if one of these operations throw an exception all other would do as well. so there is no reason to try these.

does anyone of you know if this is possible to just skip some lines and to continue at a certain point if an error occures. but if no error occures the programm does line by line.

thanks.

stephan.
AnswerRe: on error goto handling - is this possible (VBS) Pin
Michael Sync22-Nov-07 16:01
Michael Sync22-Nov-07 16:01 
GeneralRe: on error goto handling - is this possible (VBS) Pin
ChandraRam22-Nov-07 23:40
ChandraRam22-Nov-07 23:40 
GeneralRe: on error goto handling - is this possible (VBS) Pin
Michael Sync23-Nov-07 0:33
Michael Sync23-Nov-07 0:33 
GeneralRe: on error goto handling - is this possible (VBS) Pin
ChandraRam23-Nov-07 0:40
ChandraRam23-Nov-07 0:40 
GeneralRe: on error goto handling - is this possible (VBS) Pin
Michael Sync23-Nov-07 1:38
Michael Sync23-Nov-07 1:38 
GeneralRe: on error goto handling - is this possible (VBS) Pin
stephan_00725-Nov-07 23:02
stephan_00725-Nov-07 23:02 
Questionset multiple checkboxes to true in datagridview Pin
eyes200722-Nov-07 5:25
eyes200722-Nov-07 5:25 
AnswerRe: set multiple checkboxes to true in datagridview Pin
Mycroft Holmes22-Nov-07 19:53
professionalMycroft Holmes22-Nov-07 19:53 
QuestionDisable or hide address bar [modified] Pin
Sinchan Nikam22-Nov-07 3:50
Sinchan Nikam22-Nov-07 3:50 
AnswerRe: Disable or hide address bar Pin
Michael Sync22-Nov-07 15:58
Michael Sync22-Nov-07 15:58 
QuestionCharts in Visual Basic 6.0 Pin
leaveu22-Nov-07 3:04
leaveu22-Nov-07 3:04 
AnswerMSGraph Pin
CPallini22-Nov-07 3:21
mveCPallini22-Nov-07 3:21 
AnswerRe: Charts in Visual Basic 6.0 Pin
leaveu27-Nov-07 3:19
leaveu27-Nov-07 3:19 
QuestionGetting List of IP'Address Pin
ShuklaGirish22-Nov-07 1:42
ShuklaGirish22-Nov-07 1:42 
AnswerRe: Getting List of IP'Address Pin
Dave Kreskowiak23-Nov-07 4:14
mveDave Kreskowiak23-Nov-07 4:14 
GeneralRe: Getting List of IP'Address Pin
ShuklaGirish25-Nov-07 18:49
ShuklaGirish25-Nov-07 18:49 
QuestionLogin Control Pin
Rock Star.22-Nov-07 1:35
Rock Star.22-Nov-07 1:35 

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.