Click here to Skip to main content
15,894,201 members
Home / Discussions / Visual Basic
   

Visual Basic

 
NewsRe: multiple web chart in a data repeater. Pin
FeRtoll6-Mar-06 13:51
FeRtoll6-Mar-06 13:51 
GeneralRe: multiple web chart in a data repeater. Pin
uglyeyes6-Mar-06 14:53
uglyeyes6-Mar-06 14:53 
AnswerRe: multiple web chart in a data repeater. Pin
FeRtoll6-Mar-06 15:41
FeRtoll6-Mar-06 15:41 
GeneralRe: multiple web chart in a data repeater. Pin
uglyeyes6-Mar-06 18:44
uglyeyes6-Mar-06 18:44 
GeneralRe: multiple web chart in a data repeater. Pin
FeRtoll6-Mar-06 19:28
FeRtoll6-Mar-06 19:28 
QuestionSending info from Form1 to Form2 Pin
Phippsp6-Mar-06 12:26
Phippsp6-Mar-06 12:26 
AnswerRe: Sending info from Form1 to Form2 Pin
FeRtoll6-Mar-06 12:32
FeRtoll6-Mar-06 12:32 
AnswerRe: Sending info from Form1 to Form2 Pin
H@is@here6-Mar-06 12:35
H@is@here6-Mar-06 12:35 
The easy way is to create a public variable on Form2 and pass the txtusername.text to that variable

Insert on the top of the class of Form2

Public UserName as String

In the frmLogin:

Dim SecondForm as new form2
SecondForm.UserName=txtusername.text
SecondForm.show
me.hide

You can also use a property but...


Hope it helps


AnswerRe: Sending info from Form1 to Form2 Pin
Chandana Subasinghe6-Mar-06 12:54
Chandana Subasinghe6-Mar-06 12:54 
AnswerRe: Sending info from Form1 to Form2 Pin
Phippsp6-Mar-06 12:59
Phippsp6-Mar-06 12:59 
AnswerRe: Sending info from Form1 to Form2 Pin
mayhem_rules6-Mar-06 17:21
mayhem_rules6-Mar-06 17:21 
QuestionPlease help me... I have 10 days to finish the project :( Pin
FeRtoll6-Mar-06 11:55
FeRtoll6-Mar-06 11:55 
AnswerRe: Please help me... I have 10 days to finish the project :( Pin
Chandana Subasinghe6-Mar-06 13:02
Chandana Subasinghe6-Mar-06 13:02 
NewsRe: Please help me... I have 10 days to finish the project :( Pin
FeRtoll6-Mar-06 13:21
FeRtoll6-Mar-06 13:21 
AnswerRe: Please help me... I have 10 days to finish the project :( Pin
Steve Pullan6-Mar-06 13:29
Steve Pullan6-Mar-06 13:29 
NewsRe: Please help me... I have 10 days to finish the project :( Pin
FeRtoll6-Mar-06 13:31
FeRtoll6-Mar-06 13:31 
GeneralRe: Please help me... I have 10 days to finish the project :( Pin
Steve Pullan6-Mar-06 13:52
Steve Pullan6-Mar-06 13:52 
GeneralRe: Please help me... I have 10 days to finish the project :( Pin
FeRtoll6-Mar-06 14:00
FeRtoll6-Mar-06 14:00 
GeneralI found the answer... Pin
FeRtoll6-Mar-06 14:09
FeRtoll6-Mar-06 14:09 
QuestionAccess Table update Error Pin
New_Coder6-Mar-06 11:37
New_Coder6-Mar-06 11:37 
AnswerRe: Access Table update Error Pin
FeRtoll6-Mar-06 12:18
FeRtoll6-Mar-06 12:18 
AnswerRe: Access Table update Error Pin
Dave Kreskowiak6-Mar-06 12:54
mveDave Kreskowiak6-Mar-06 12:54 
GeneralRe: Access Table update Error Pin
New_Coder6-Mar-06 16:55
New_Coder6-Mar-06 16:55 
GeneralRe: Access Table update Error Pin
Dave Kreskowiak7-Mar-06 4:25
mveDave Kreskowiak7-Mar-06 4:25 
GeneralRe: Access Table update Error Pin
New_Coder7-Mar-06 10:22
New_Coder7-Mar-06 10: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.