12-27-2011, 07:33 AM
RabidLamb Wrote:I need help with this.
i cant figure out how to make a radiobutton add an
icon to the msgbox when Checked and submited for the messagebox
Here is the code
_________________________________________________
_________________________________________________Code:MessageBox.Show((TextBox2.Text), (TextBox1.Text))
so i hope you can help me
textbox1 is for the title and textbox2 is for the text
If your looking to refine from that, it's easy, try using:
Code:
MsgBox(Textbox2.Text, Textbox1.Text)