Click here to Skip to main content
15,887,585 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionI am trying to port this code from VBScript to C# Pin
Steve Messer25-Feb-18 14:48
Steve Messer25-Feb-18 14:48 
AnswerRe: I am trying to port this code from VBScript to C# Pin
Dave Kreskowiak25-Feb-18 16:05
mveDave Kreskowiak25-Feb-18 16:05 
GeneralRe: I am trying to port this code from VBScript to C# Pin
Steve Messer25-Feb-18 18:18
Steve Messer25-Feb-18 18:18 
GeneralRe: I am trying to port this code from VBScript to C# Pin
Mycroft Holmes25-Feb-18 20:27
professionalMycroft Holmes25-Feb-18 20:27 
GeneralRe: I am trying to port this code from VBScript to C# Pin
Richard MacCutchan25-Feb-18 22:09
mveRichard MacCutchan25-Feb-18 22:09 
AnswerRe: I am trying to port this code from VBScript to C# Pin
Ralf Meier25-Feb-18 22:25
mveRalf Meier25-Feb-18 22:25 
GeneralRe: I am trying to port this code from VBScript to C# Pin
Dave Kreskowiak26-Feb-18 2:21
mveDave Kreskowiak26-Feb-18 2:21 
GeneralRe: I am trying to port this code from VBScript to C# Pin
Steve Messer26-Feb-18 5:47
Steve Messer26-Feb-18 5:47 
So basically:

1. 'On Error Resume Next' turns on user error handling as the default behavior is to exit on errors
2. If the call to oFso.GetFolder returns an error the function will Echo out the error code and
continue execution instead of the normal behavior of exiting

This would make since as this is part of an ETL process which is just copying backups to a shared drive. The process doesn't need to stop if the shared drive is unavailable for some reason.

Thanks everyone!
GeneralRe: I am trying to port this code from VBScript to C# Pin
Richard Deeming26-Feb-18 6:20
mveRichard Deeming26-Feb-18 6:20 
GeneralRe: I am trying to port this code from VBScript to C# Pin
Steve Messer26-Feb-18 9:57
Steve Messer26-Feb-18 9:57 
SuggestionRe: I am trying to port this code from VBScript to C# Pin
Richard Deeming26-Feb-18 1:35
mveRichard Deeming26-Feb-18 1:35 
GeneralRe: I am trying to port this code from VBScript to C# Pin
Dave Kreskowiak26-Feb-18 2:20
mveDave Kreskowiak26-Feb-18 2:20 
AnswerRe: I am trying to port this code from VBScript to C# Pin
oblondel7-Mar-18 3:16
oblondel7-Mar-18 3:16 
QuestionTab control event Pin
hmanhha25-Feb-18 3:07
hmanhha25-Feb-18 3:07 
AnswerRe: Tab control event Pin
phil.o25-Feb-18 3:14
professionalphil.o25-Feb-18 3:14 
AnswerRe: Tab control event Pin
Ralf Meier25-Feb-18 22:27
mveRalf Meier25-Feb-18 22:27 
QuestionGetting an "Index was outside the bounds of the array" Error Message Pin
Member 1369355623-Feb-18 12:11
Member 1369355623-Feb-18 12:11 
AnswerRe: Getting an "Index was outside the bounds of the array" Error Message Pin
Richard Deeming23-Feb-18 13:11
mveRichard Deeming23-Feb-18 13:11 
PraiseRe: Getting an "Index was outside the bounds of the array" Error Message Pin
Member 1369355623-Feb-18 14:23
Member 1369355623-Feb-18 14:23 
GeneralRe: Getting an "Index was outside the bounds of the array" Error Message Pin
Richard Deeming26-Feb-18 0:56
mveRichard Deeming26-Feb-18 0:56 
GeneralRe: Getting an "Index was outside the bounds of the array" Error Message Pin
Member 1369355626-Feb-18 5:53
Member 1369355626-Feb-18 5:53 
QuestionOpen a file in a process already running Pin
Member 1361289622-Feb-18 9:36
Member 1361289622-Feb-18 9:36 
AnswerRe: Open a file in a process already running Pin
Dave Kreskowiak22-Feb-18 16:31
mveDave Kreskowiak22-Feb-18 16:31 
GeneralRe: Open a file in a process already running Pin
Member 1361289622-Feb-18 22:33
Member 1361289622-Feb-18 22:33 
GeneralRe: Open a file in a process already running Pin
Dave Kreskowiak23-Feb-18 2:14
mveDave Kreskowiak23-Feb-18 2:14 

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.