Click here to Skip to main content
16,011,680 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Visaul Basic program giving me fits! Pin
Henry Minute13-Oct-09 0:28
Henry Minute13-Oct-09 0:28 
QuestionHow To Create a basic Gantt chart Pin
Anoop Brijmohun12-Oct-09 3:24
Anoop Brijmohun12-Oct-09 3:24 
AnswerRe: How To Create a basic Gantt chart Pin
Henry Minute12-Oct-09 4:18
Henry Minute12-Oct-09 4:18 
GeneralRe: How To Create a basic Gantt chart Pin
Anoop Brijmohun12-Oct-09 4:24
Anoop Brijmohun12-Oct-09 4:24 
AnswerRe: How To Create a basic Gantt chart Pin
Andy_L_J12-Oct-09 18:37
Andy_L_J12-Oct-09 18:37 
QuestionPassing ByVal or ByRef Pin
PAguilar0912-Oct-09 1:54
PAguilar0912-Oct-09 1:54 
AnswerRe: Passing ByVal or ByRef Pin
freakyit12-Oct-09 3:02
freakyit12-Oct-09 3:02 
GeneralRe: Passing ByVal or ByRef Pin
PAguilar0912-Oct-09 3:48
PAguilar0912-Oct-09 3:48 
ok so basically i need to use byVal or byRef to pass my
data between subroutines.

i just dnt know th correct syntax

so i have
module mod1

sub main()

'where i call all my subroutines
*****I DNT KNOW HOW TO THEN CALL MY SUBROUTINE
call getData(dFeet)
???????

end sub

********THIS IS WHAT I DONT KNOW IF IT IS CORRECT
sub getData(byVal dim dFeet as double)
??????????

console.writeline("eneter feet: ")
dFeet = console.readline

'and so on for other data being asked to be entered

end sub
GeneralRe: Passing ByVal or ByRef Pin
Luc Pattyn12-Oct-09 3:53
sitebuilderLuc Pattyn12-Oct-09 3:53 
AnswerRe: Passing ByVal or ByRef Pin
Andy_L_J12-Oct-09 19:02
Andy_L_J12-Oct-09 19:02 
QuestionHelp for Filtering Database by Date !! Pin
jeshra27911-Oct-09 5:14
jeshra27911-Oct-09 5:14 
AnswerRe: Help for Filtering Database by Date !! Pin
dan!sh 11-Oct-09 6:04
professional dan!sh 11-Oct-09 6:04 
GeneralRe: Help for Filtering Database by Date !! Pin
jeshra27911-Oct-09 7:01
jeshra27911-Oct-09 7:01 
GeneralRe: Help for Filtering Database by Date !! Pin
Richard MacCutchan11-Oct-09 8:11
mveRichard MacCutchan11-Oct-09 8:11 
GeneralRe: Help for Filtering Database by Date !! Pin
jeshra27911-Oct-09 18:10
jeshra27911-Oct-09 18:10 
GeneralRe: Help for Filtering Database by Date !! Pin
dan!sh 11-Oct-09 18:37
professional dan!sh 11-Oct-09 18:37 
AnswerRe: Help for Filtering Database by Date !! Pin
Luc Pattyn12-Oct-09 0:31
sitebuilderLuc Pattyn12-Oct-09 0:31 
Questionwriting a timestamp to a xml file. Pin
malcomhfc11-Oct-09 4:15
malcomhfc11-Oct-09 4:15 
AnswerRe: writing a timestamp to a xml file. Pin
dan!sh 11-Oct-09 6:07
professional dan!sh 11-Oct-09 6:07 
GeneralRe: writing a timestamp to a xml file. Pin
malcomhfc11-Oct-09 7:58
malcomhfc11-Oct-09 7:58 
GeneralRe: writing a timestamp to a xml file. Pin
dan!sh 11-Oct-09 15:32
professional dan!sh 11-Oct-09 15:32 
GeneralRe: writing a timestamp to a xml file. Pin
freakyit11-Oct-09 23:57
freakyit11-Oct-09 23:57 
GeneralRe: writing a timestamp to a xml file. Pin
malcomhfc12-Oct-09 10:44
malcomhfc12-Oct-09 10:44 
QuestionExport Data to Excel Pin
Puffsss10-Oct-09 23:22
Puffsss10-Oct-09 23:22 
AnswerRe: Export Data to Excel Pin
Andy_L_J10-Oct-09 23:28
Andy_L_J10-Oct-09 23:28 

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.