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:

XExJasperModv2
  • New Member
Status: Offline
Joined: Apr 01, 201212Year Member
Posts: 30
Reputation Power: 1
Status: Offline
Joined: Apr 01, 201212Year Member
Posts: 30
Reputation Power: 1
[ Register or Signin to view external links. ]
I have been searching all night for a code that can when you click a button it will open up a textbox if you know the code plz post it below plz make sure it works in visual studio++
#2. Posted:
PHP_Pro
  • Ladder Climber
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:

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 = ""
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.