Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Feb 14th, 2006, 5:31 PM   #1
FredVietnam
Newbie
 
Join Date: Feb 2006
Location: Northern Kentucky
Posts: 9
Rep Power: 0 FredVietnam is on a distinguished road
Send a message via AIM to FredVietnam Send a message via MSN to FredVietnam
Recall Item

how can i bring something from one form in a textbox to another form?
FredVietnam is offline   Reply With Quote
Old Feb 14th, 2006, 5:52 PM   #2
master007
Newbie
 
master007's Avatar
 
Join Date: Feb 2006
Posts: 8
Rep Power: 0 master007 is on a distinguished road
text2.text=form1.text1.text

mention the form
master007 is offline   Reply With Quote
Old Feb 14th, 2006, 9:01 PM   #3
FredVietnam
Newbie
 
Join Date: Feb 2006
Location: Northern Kentucky
Posts: 9
Rep Power: 0 FredVietnam is on a distinguished road
Send a message via AIM to FredVietnam Send a message via MSN to FredVietnam
where do i put that?

how do you make clicking a button open another form?
FredVietnam is offline   Reply With Quote
Old Feb 14th, 2006, 9:47 PM   #4
master007
Newbie
 
master007's Avatar
 
Join Date: Feb 2006
Posts: 8
Rep Power: 0 master007 is on a distinguished road
:eek:
the above code would go in the 2nd form


to open another form with a button, double click button. Within the click event type e.g.

Private Sub Command1_Click()
Form2.Show
End Sub

you can use Form1.Hide to hide the 1st form if this is what you want
master007 is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 8:11 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC