View Single Post
Old Apr 21st, 2005, 1:47 AM   #10
Bharathi
Programmer
 
Join Date: Apr 2005
Posts: 32
Rep Power: 0 Bharathi is on a distinguished road
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 is offline   Reply With Quote