plz let me know how to store the respond and take some logical actions upon it in visual STUDIO windows form application
wht's the code for it;
note that msdn suggest that it should be
MessageBox::Show(" text here ", ,MessageBoxButtons::YesNo )==DialogResult::Yes
but it's not working;
DialogResult only has get() and set() methods
Last edited by Ancient Dragon; Jul 1st, 2007 at 1:22 pm. Reason: disable smiles in text
hello out there, the methods u submitted, are they ever worked in ur computer.......
becz i have tried those methods eairlier......
plz tell me whether u have used it b4 or not
i've tested the C++ API version and is working, the .NET Version works fine in C# (i dont have a project open right now in C++ using the .NET namespaces) but following the same logic it should work.
It returns the following error:
error C2039: 'yes' : is not a member of 'System::Windows::Forms::Form:ialogResult'
see Declaration of 'System::Windows::Forms::Form:ialogResult'
error C2065: 'Yes' : Undeclared identifier.
Anybody a suggestion?
thnx in advanced
Last edited by Nicklorion; Jun 8th, 2009 at 6:22 am.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.