Jump to content

how to connect forms


Guest invincible

Recommended Posts

That is computer programming, this is web developing. Sorry, but you're only supposed to post about vbscript in this forum. Still, from what I know, i don't think that's possible. I tried it out once.

Link to comment
Share on other sites

what do you mean connect forms in VB6? Why do you need ot connect forms.Why can't you do everything on one form? You can process the same form multiple ways based on the events that are fired.Reconsider your design, you are probably making it more complicated than it needs to be.

Link to comment
Share on other sites

  • 3 months later...
can any 1 tell how to connect different forms in the same project using in vb 6.0.

what kind of connection do you need?if you want to open another form, in the button_click event you writeForm2.showif you want the data from one form to be transfered to another form you write in the form_load event of that formForm2.Text=Form1.Text1.Text
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...