Blackbelt012 0 Report post Posted August 12, 2007 First add a buttonThen double click on itAdd this code below for the simple version. MessageBox.Show("Whatever you want the message to say");Now to add a title to you message box do this.MessageBox.Show("Whatever you want the message to say", "Your Title");This adds a title to the message box.This is very easy but if you need more help just lemme know. Share this post Link to post Share on other sites
Imtay22 0 Report post Posted August 13, 2007 Okay yeah I could see someone who actually knows what C# is thinking that was easy, but I don't know, I've never done anything with C or C#, so I don't have a clue what it is. I don't have a clue on "double-click that button". What program? I need help. Share this post Link to post Share on other sites
Blackbelt012 0 Report post Posted August 13, 2007 OK, so the program you use is Microsoft C# 2005 Express Edition. When you start a new project there is a place on the left side called "Toolbox" and there is something in there called "button". You drag and drop the button onto your application. Once you did that you double click on the button you just added. If you still need more help let me know. Share this post Link to post Share on other sites
Imtay22 0 Report post Posted August 13, 2007 Ahh very cool thanks Blackbelt!~ Share this post Link to post Share on other sites
iGuest 3 Report post Posted June 2, 2008 How do you make it so when somone clicks no the message pops up again.. I'm having trouble with that-reply by Snarf Share this post Link to post Share on other sites
iGuest 3 Report post Posted July 3, 2008 Replying to iGuestIf this follows the guidelines of C++ Use If(IDNO != NULL){ goto [put label here]; }That way when they click no it redirects it to the label you set up before the message box.-reply by Daidryk Share this post Link to post Share on other sites
iGuest 3 Report post Posted July 28, 2008 how to create a meesage box in web site Message Box (c#) How to create a message box using a website using c# code(Dot Net 2005) Message box contains OK and CANCEL button's if press OK some code execute If press CANCEL button some code executes Please help for me its very urgent How to show it in a web application -reply by jimson Share this post Link to post Share on other sites