Click here to Skip to main content
15,912,932 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Urgent and Interesting!!! EventHandling Bug!!!???? Pin
mikasa27-Sep-03 10:04
mikasa27-Sep-03 10:04 
GeneralRe: Urgent and Interesting!!! EventHandling Bug!!!???? Pin
Yurcus29-Sep-03 3:51
Yurcus29-Sep-03 3:51 
GeneralRe: Urgent and Interesting!!! EventHandling Bug!!!???? Pin
mikasa29-Sep-03 3:59
mikasa29-Sep-03 3:59 
GeneralRe: Urgent and Interesting!!! EventHandling Bug!!!???? Pin
Yurcus29-Sep-03 4:41
Yurcus29-Sep-03 4:41 
QuestionHow do you use default parameters in VB functions? Pin
Abin26-Sep-03 22:20
Abin26-Sep-03 22:20 
AnswerRe: How do you use default parameters in VB functions? Pin
Ian Darling27-Sep-03 0:28
Ian Darling27-Sep-03 0:28 
GeneralRe: How do you use default parameters in VB functions? Pin
Abin27-Sep-03 0:45
Abin27-Sep-03 0:45 
GeneralRe: How do you use default parameters in VB functions? Pin
Dave Kreskowiak27-Sep-03 3:38
mveDave Kreskowiak27-Sep-03 3:38 
Option parameters are not supported at all. I haven't tried it, but since all variables in VBScript are of type Variant, you might look into passing an array of values to your function. This could be used to simulate optional arguments, but your function will have to be written to parse up the array and you can't pass parameters by reference at all.


RageInTheMachine9532
GeneralRe: How do you use default parameters in VB functions? Pin
Carl Mercier15-Oct-03 2:39
Carl Mercier15-Oct-03 2:39 
Generalremotely monitor Pin
jenny200326-Sep-03 18:10
jenny200326-Sep-03 18:10 
GeneralRe: remotely monitor Pin
Ian Darling26-Sep-03 21:08
Ian Darling26-Sep-03 21:08 
GeneralRe: remotely monitor Pin
jenny200326-Sep-03 22:44
jenny200326-Sep-03 22:44 
GeneralRe: remotely monitor Pin
Ian Darling27-Sep-03 0:27
Ian Darling27-Sep-03 0:27 
GeneralRe: remotely monitor Pin
jenny200327-Sep-03 14:28
jenny200327-Sep-03 14:28 
GeneralRe: remotely monitor Pin
Dave Kreskowiak27-Sep-03 3:28
mveDave Kreskowiak27-Sep-03 3:28 
Generalstart a process and capture its output Pin
codger26-Sep-03 2:00
codger26-Sep-03 2:00 
GeneralPlatform Invocation Services (P/Invoke) Pin
Member Salamon26-Sep-03 1:58
Member Salamon26-Sep-03 1:58 
GeneralListView Pin
Member 60611525-Sep-03 14:58
Member 60611525-Sep-03 14:58 
GeneralRe: ListView Pin
Corinna John26-Sep-03 1:22
Corinna John26-Sep-03 1:22 
GeneralRe: ListView Pin
Member 60611526-Sep-03 14:26
Member 60611526-Sep-03 14:26 
GeneralRe: ListView Pin
Dave Kreskowiak26-Sep-03 14:35
mveDave Kreskowiak26-Sep-03 14:35 
GeneralRe: ListView Pin
Member 60611526-Sep-03 15:50
Member 60611526-Sep-03 15:50 
GeneralRe: ListView Pin
Dave Kreskowiak26-Sep-03 17:36
mveDave Kreskowiak26-Sep-03 17:36 
GeneralGetting SMTP email address using MAPI in VB Pin
ReddyP25-Sep-03 6:58
ReddyP25-Sep-03 6:58 
QuestionLooping through Recordset hangs? Pin
Jason Weibel25-Sep-03 3:52
Jason Weibel25-Sep-03 3:52 

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.