Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MessageBox creator
#4
Sorry RabidLamb, but I am not 100% sure of what you are asking.

If you are wondering how to make it so if the checkbox is checked, then display the icon, this would be the code to use:

Code:
If Checkbox1.Checked = True Then
   MessageBox.Show("text", "tile", MessageBoxButtons.Ok, MesssageBoxIcon.Question)
Else
   MessageBox.Show("text", "tile", MessageBoxButtons.Ok)
End if

But I really do not know exactly what you are asking.. So hopefully this is what you meant. If not, I apologize again.. And if you could try restating the question, we can try to answer!
My Blog | My Setup | My Videos | Have a wonderful day.


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 brandonio21_phpbb3_import2 - 11-18-2011, 03:50 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)