Thread
:
Button to a form
View Single Post
Apr 21st, 2005, 1:47 AM
#
10
Bharathi
Programmer
Join Date: Apr 2005
Posts: 32
Rep Power:
0
Button control to link two forms
Hi,
In the Form1, write the code for the okbutton_click() event as shown below.
Private Sub okbutton_Click()
Load Form2
Form2.Caption="This is second form"
Form2.Show
End Sub
LOg on to :
http://www.vkinfotek.com
Bharathi
View Public Profile
Find More Posts by Bharathi