Visual C++ Message::Box
-
I do a project on .NET Visual C++. I use naturely messageboxs in my project. But When a messagebox is closed by OK buuton, The project is closed completly(An Application::Exit() methot occours). On different projects there isn't any problem about messagebox but on project which I study on there is this problem.( Even if I use direct windows API (messagebox), the error still continues)
-
I do a project on .NET Visual C++. I use naturely messageboxs in my project. But When a messagebox is closed by OK buuton, The project is closed completly(An Application::Exit() methot occours). On different projects there isn't any problem about messagebox but on project which I study on there is this problem.( Even if I use direct windows API (messagebox), the error still continues)
posting a snippet of code of the function that is calling the message box might help. More info is needed. Try reming out the applicaiton::exit() and see if the app closes after pressing the ok button on the message box. Tom Wright tawright915@yahoo.com