You are viewing our Forum Archives. To view or take place in current topics click here.
need help w/coding for my Moding Program
Posted:
need help w/coding for my Moding ProgramPosted:
Status: Offline
Joined: Apr 01, 201212Year Member
Posts: 30
Reputation Power: 1
Status: Offline
Joined: Apr 01, 201212Year Member
Posts: 30
Reputation Power: 1
#2. Posted:
Status: Offline
Joined: Oct 12, 201113Year Member
Posts: 349
Reputation Power: 20
Status: Offline
Joined: Oct 12, 201113Year Member
Posts: 349
Reputation Power: 20
A message box, or another Form with a text Box?
for the button_click event, You would put this:
For a message box:
OR if you have another form with a text box, and the text is already set, then
And if you want to set the text of that textbox in the same event, then
for the button_click event, You would put this:
For a message box:
Messagebox.show("Your text here")
OR if you have another form with a text box, and the text is already set, then
<Form Name>.Show()
And if you want to set the text of that textbox in the same event, then
<Form Name>.Show()
<Form Name>.<TextBox Name>.Text = ""
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.