Help making own code
hey I want to make it so I can write messegebox.open("hello") in a textbox then it will do the messege box function and then on the next line it can do a diff messege
I'm guessing you want to write in a textbox, click a button, and display that message you typed in the textbox in a messagebox? If so.
MessageBox.Show(textBox1.Text);