Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MessageBox creator
#7
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)


Messages In This Thread
MessageBox creator - by RabidLamb - 11-16-2011, 06:06 PM
Re: MessageBox creator - by xolara - 11-16-2011, 10:17 PM
Re: MessageBox creator - by RabidLamb - 11-17-2011, 05:28 PM
Re: MessageBox creator - by RabidLamb - 12-26-2011, 01:09 PM
Re: MessageBox creator - by AnchoredFTW - 12-27-2011, 07:32 AM
Re: MessageBox creator - by AnchoredFTW - 12-27-2011, 07:33 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)