Click here to Skip to main content
15,888,984 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalerror in sending mail Pin
Anonymous22-Jun-04 18:31
Anonymous22-Jun-04 18:31 
GeneralRe: error in sending mail Pin
Dave Kreskowiak23-Jun-04 2:59
mveDave Kreskowiak23-Jun-04 2:59 
Generalsend mail Pin
sondos22-Jun-04 18:07
sondos22-Jun-04 18:07 
Generalsend mail Pin
sondos22-Jun-04 18:07
sondos22-Jun-04 18:07 
GeneralRe: send mail Pin
bneacetp22-Jun-04 18:20
bneacetp22-Jun-04 18:20 
GeneralI need a coder Pin
BadgeHelp22-Jun-04 12:50
BadgeHelp22-Jun-04 12:50 
GeneralRe: I need a coder Pin
Colin Angus Mackay22-Jun-04 12:59
Colin Angus Mackay22-Jun-04 12:59 
GeneralTransfer data from one form to another Pin
Brad Fackrell22-Jun-04 12:48
Brad Fackrell22-Jun-04 12:48 
I’m trying to transfer a value from one form to a global variable on another form.

Here is what I have:

Form1
TxtBox1


Form2
Dim dataFromForm1 as a string


How can I set dataFromForm1 = form1.txtBox1.text in form2?

I know that if I was going to transfer the value to a control it would look like this:

Form2.txtBox2.text = txtbox1.text

But how do I assign a value to a global variable on the form to be opened? The global variable dataFromForm1 will need to be available for Form2_Load.

Thanks
Brad
GeneralRe: Transfer data from one form to another Pin
Dave Kreskowiak22-Jun-04 13:00
mveDave Kreskowiak22-Jun-04 13:00 
GeneralRe: Transfer data from one form to another Pin
Brad Fackrell22-Jun-04 13:11
Brad Fackrell22-Jun-04 13:11 
GeneralDrag file and folders to listview Pin
vancouver77722-Jun-04 10:47
vancouver77722-Jun-04 10:47 
GeneralDirectory path to text box Pin
Brad Fackrell22-Jun-04 9:54
Brad Fackrell22-Jun-04 9:54 
GeneralRe: Directory path to text box Pin
Brad Fackrell22-Jun-04 10:21
Brad Fackrell22-Jun-04 10:21 
QuestionWhat am i doing wrong? Pin
MarcMicalizzi22-Jun-04 7:28
MarcMicalizzi22-Jun-04 7:28 
AnswerRe: What am i doing wrong? Pin
Steven Campbell22-Jun-04 8:59
Steven Campbell22-Jun-04 8:59 
GeneralRe: What am i doing wrong? Pin
MarcMicalizzi22-Jun-04 9:31
MarcMicalizzi22-Jun-04 9:31 
GeneralRe: What am i doing wrong? Pin
Dave Kreskowiak22-Jun-04 12:54
mveDave Kreskowiak22-Jun-04 12:54 
GeneralRe: What am i doing wrong? Pin
MarcMicalizzi23-Jun-04 3:59
MarcMicalizzi23-Jun-04 3:59 
GeneralWake PC Pin
Timotei_Younge22-Jun-04 4:03
Timotei_Younge22-Jun-04 4:03 
GeneralRe: Wake PC Pin
Dave Kreskowiak22-Jun-04 12:52
mveDave Kreskowiak22-Jun-04 12:52 
QuestionReading/Writing to an Access database??? Pin
Britnt722-Jun-04 3:33
Britnt722-Jun-04 3:33 
AnswerRe: Reading/Writing to an Access database??? Pin
Dave Kreskowiak23-Jun-04 5:26
mveDave Kreskowiak23-Jun-04 5:26 
GeneralRe: Reading/Writing to an Access database??? Pin
Britnt723-Jun-04 5:46
Britnt723-Jun-04 5:46 
GeneralRe: Reading/Writing to an Access database??? Pin
Dave Kreskowiak24-Jun-04 6:43
mveDave Kreskowiak24-Jun-04 6:43 
GeneralRe: Reading/Writing to an Access database??? Pin
Britnt724-Jun-04 7:22
Britnt724-Jun-04 7:22 

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.