Welcome Guest ( Log In | Click here to Register a free account now! )
Welcome to Bleeping Computer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.![]() ![]() |
Jan 25 2008, 07:43 AM
Post
#1
|
|
![]() Member ![]() ![]() Group: Members Posts: 63 Joined: 26-September 07 From: philly Member No.: 159,308 |
I can't figure out how to take the user clicking the OK button in a IF statement to quit the program using Close(); Here is what I have where it tells me what the user clicked, but how can I use this to actually test for the OK button and Close() ? I've tried a string compare but I'm too much of a novice to pull it off private: System::Void button2_Click(System::Object^ sender, System::EventArgs^ e) { Windows::Forms::DialogResult buttonClicked;buttonClicked = MessageBox::Show("click a button","what",MessageBoxButtons::OKCancel); MessageBox::Show(String::Concat( "you clicked the ", buttonClicked, " button")) ; This post has been edited by frankblourtango: Jan 25 2008, 07:44 AM |
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 11th October 2008 - 08:28 AM |