hello every one
good afternoon
actually i am developing a small project on bank
my first form consists of bank name which is dispalyed in a textbox.
now i want to display the entered textbox value say(any bank name "AA")
in next form as a label
the method i used id
1.
create one object of form1
and call it in the next form as follows
i wrote this code in second form
dim f as new form1
label1.text=f.textbox1.text( here label is in the second form)
reply soon
good afternoon
actually i am developing a small project on bank
my first form consists of bank name which is dispalyed in a textbox.
now i want to display the entered textbox value say(any bank name "AA")
in next form as a label
the method i used id
1.
create one object of form1
and call it in the next form as follows
i wrote this code in second form
dim f as new form1
label1.text=f.textbox1.text( here label is in the second form)
reply soon