Click here to Skip to main content
15,798,278 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: optional parameter Pin
helelark1239-Apr-08 6:48
helelark1239-Apr-08 6:48 
GeneralRe: optional parameter Pin
Dave Kreskowiak9-Apr-08 7:26
mveDave Kreskowiak9-Apr-08 7:26 
GeneralRe: optional parameter Pin
helelark1239-Apr-08 19:42
helelark1239-Apr-08 19:42 
GeneralRe: optional parameter Pin
Dave Kreskowiak10-Apr-08 2:44
mveDave Kreskowiak10-Apr-08 2:44 
GeneralRe: optional parameter Pin
helelark12310-Apr-08 3:34
helelark12310-Apr-08 3:34 
GeneralRe: optional parameter Pin
Christian Graus9-Apr-08 3:49
protectorChristian Graus9-Apr-08 3:49 
AnswerRe: optional parameter Pin
Ashish Sehajpal9-Apr-08 4:28
Ashish Sehajpal9-Apr-08 4:28 
GeneralRe: optional parameter Pin
Steven J Jowett9-Apr-08 4:42
Steven J Jowett9-Apr-08 4:42 
Try this :-

Function f(Optional Byval d as Date = nothing) as object<br />
If d = nothing then<br />
d=System.Date.Today<br />
End If<br />
' rest of your code here<br />
End Function


Steve Jowett
-------------------------
It is offen dangerous to try and see someone else's point of view, without proper training. Douglas Adams (Mostly Harmless)

GeneralRe: optional parameter Pin
helelark1239-Apr-08 4:48
helelark1239-Apr-08 4:48 
GeneralRe: optional parameter Pin
Steven J Jowett9-Apr-08 5:27
Steven J Jowett9-Apr-08 5:27 
GeneralRe: optional parameter Pin
helelark1239-Apr-08 5:54
helelark1239-Apr-08 5:54 
GeneralRe: optional parameter Pin
Steven J Jowett9-Apr-08 7:09
Steven J Jowett9-Apr-08 7:09 
GeneralRe: optional parameter Pin
helelark1239-Apr-08 19:51
helelark1239-Apr-08 19:51 
GeneralRe: optional parameter Pin
Dave Kreskowiak9-Apr-08 6:36
mveDave Kreskowiak9-Apr-08 6:36 
AnswerRe: optional parameter Pin
helelark1239-Apr-08 6:45
helelark1239-Apr-08 6:45 
Generaluse C header file in a VB project Pin
Marc Soleda9-Apr-08 2:03
Marc Soleda9-Apr-08 2:03 
GeneralRe: use C header file in a VB project Pin
Christian Graus9-Apr-08 3:07
protectorChristian Graus9-Apr-08 3:07 
GeneralRe: use C header file in a VB project Pin
Marc Soleda9-Apr-08 5:15
Marc Soleda9-Apr-08 5:15 
GeneralRe: use C header file in a VB project Pin
Dave Kreskowiak9-Apr-08 6:32
mveDave Kreskowiak9-Apr-08 6:32 
GeneralRe: use C header file in a VB project Pin
Marc Soleda9-Apr-08 6:55
Marc Soleda9-Apr-08 6:55 
GeneralDataGridView cancel update Pin
nitin_ion9-Apr-08 2:00
nitin_ion9-Apr-08 2:00 
GeneralRe: DataGridView cancel update Pin
Dave Kreskowiak9-Apr-08 6:44
mveDave Kreskowiak9-Apr-08 6:44 
GeneralRe: DataGridView cancel update Pin
nitin_ion9-Apr-08 20:52
nitin_ion9-Apr-08 20:52 
GeneralVB Connection String with MS Access - By using MAC address instead of IP Address Pin
aaraaayen9-Apr-08 0:09
aaraaayen9-Apr-08 0:09 
GeneralRe: VB Connection String with MS Access - By using MAC address instead of IP Address Pin
Christian Graus9-Apr-08 1:08
protectorChristian Graus9-Apr-08 1:08 

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.