Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

hello all I am trying to set a textbox text so when I click a button it sets the text on that form into the textbox on another form

here is what I got

dim F3 as new form3
f3.textbox1.text = textbox1.text

 

when I click the button it doesnt add the textbox to the form3 textbox what am i doing wrong

  • *Experts*
Posted
The easiest and probably the best way would be to pass your form's instance in a constructor. Then you can manipulate the form and its controls.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...