![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
|
Recall Item
how can i bring something from one form in a textbox to another form?
__________________
http://img137.imageshack.us/img137/6162/fredsig6gs.png |
|
|
|
|
|
#2 |
|
Newbie
Join Date: Feb 2006
Posts: 8
Rep Power: 0
![]() |
text2.text=form1.text1.text
mention the form |
|
|
|
|
|
#3 |
|
Newbie
|
where do i put that?
how do you make clicking a button open another form?
__________________
http://img137.imageshack.us/img137/6162/fredsig6gs.png |
|
|
|
|
|
#4 |
|
Newbie
Join Date: Feb 2006
Posts: 8
Rep Power: 0
![]() |
: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 |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|