Click here to Skip to main content
15,884,177 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: "Stub" application Pin
kubben23-Apr-07 9:49
kubben23-Apr-07 9:49 
AnswerRe: "Stub" application Pin
Dave Kreskowiak23-Apr-07 9:53
mveDave Kreskowiak23-Apr-07 9:53 
GeneralRe: "Stub" application Pin
Miszou23-Apr-07 9:58
Miszou23-Apr-07 9:58 
GeneralRe: "Stub" application Pin
Dave Kreskowiak23-Apr-07 11:57
mveDave Kreskowiak23-Apr-07 11:57 
GeneralRe: "Stub" application Pin
Brady Kelly23-Apr-07 20:33
Brady Kelly23-Apr-07 20:33 
GeneralRe: "Stub" application Pin
sthotakura23-Apr-07 21:26
sthotakura23-Apr-07 21:26 
GeneralRe: "Stub" application Pin
kubben24-Apr-07 2:26
kubben24-Apr-07 2:26 
QuestionProblems with Exit code in C++ visual studio 2.0 Pin
Debun23-Apr-07 3:49
Debun23-Apr-07 3:49 
Hello ,

I am new in coding with c++ on the cisual studio 2.0 framework can someone help with this code , i am trying to implement clicking an exit button and calling the message::show function i get error message

Yes' : is not a member of 'System::Windows::Forms::Form::DialogResult'


private: System::Void exitButton_Click_1(System::Object^ sender, System::EventArgs^ e)
{
if(MessageBox::Show("Are you sure you want to exit this program?", "Close Application!", MessageBoxButtons::YesNo, MessageBoxIcon::Question) == DialogResult::Yes)
{
Application::Exit();
}
else{
return;
}

d
AnswerRe: Problems with Exit code in C++ visual studio 2.0 Pin
szukuro23-Apr-07 4:24
szukuro23-Apr-07 4:24 
QuestionProblem in loading a dropdown list using Asp .net Pin
Balagurunathan S22-Apr-07 21:57
Balagurunathan S22-Apr-07 21:57 
AnswerRe: Problem in loading a dropdown list using Asp .net Pin
Pete O'Hanlon23-Apr-07 1:02
mvePete O'Hanlon23-Apr-07 1:02 
Questionreg web dialer Pin
NasimKaziS22-Apr-07 21:20
NasimKaziS22-Apr-07 21:20 
AnswerRe: reg web dialer Pin
Dave Kreskowiak23-Apr-07 5:10
mveDave Kreskowiak23-Apr-07 5:10 
GeneralRe: reg web dialer Pin
NasimKaziS23-Apr-07 18:17
NasimKaziS23-Apr-07 18:17 
QuestionExceptions vs PreValidation Pin
Tristan Rhodes21-Apr-07 3:05
Tristan Rhodes21-Apr-07 3:05 
AnswerRe: Exceptions vs PreValidation Pin
Colin Angus Mackay22-Apr-07 12:49
Colin Angus Mackay22-Apr-07 12:49 
GeneralRe: Exceptions vs PreValidation Pin
Tristan Rhodes22-Apr-07 23:15
Tristan Rhodes22-Apr-07 23:15 
QuestionFile Properties values Pin
AustinTom19-Apr-07 15:03
AustinTom19-Apr-07 15:03 
AnswerRe: File Properties values Pin
Luc Pattyn20-Apr-07 3:16
sitebuilderLuc Pattyn20-Apr-07 3:16 
Question.net 2.0 installtion problem Pin
uowzd0119-Apr-07 14:56
uowzd0119-Apr-07 14:56 
AnswerRe: .net 2.0 installtion problem Pin
Dave Kreskowiak19-Apr-07 15:39
mveDave Kreskowiak19-Apr-07 15:39 
GeneralRe: .net 2.0 installtion problem Pin
uowzd0119-Apr-07 15:53
uowzd0119-Apr-07 15:53 
GeneralRe: .net 2.0 installtion problem Pin
Dave Kreskowiak19-Apr-07 15:59
mveDave Kreskowiak19-Apr-07 15:59 
GeneralRe: .net 2.0 installtion problem Pin
uowzd0119-Apr-07 16:09
uowzd0119-Apr-07 16:09 
GeneralRe: .net 2.0 installtion problem Pin
Dave Kreskowiak20-Apr-07 1:55
mveDave Kreskowiak20-Apr-07 1:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.