Click here to Skip to main content
15,894,630 members
Home / Discussions / C#
   

C#

 
AnswerRe: Popup Outlook contact makes the WinForm stuck and hold Pin
Shajeel6-Apr-09 21:12
Shajeel6-Apr-09 21:12 
GeneralRe: Popup Outlook contact makes the WinForm stuck and hold Pin
manfree6-Apr-09 22:00
manfree6-Apr-09 22:00 
QuestionHelp me Pin
janas996-Apr-09 17:19
janas996-Apr-09 17:19 
AnswerRe: Help me Pin
N a v a n e e t h6-Apr-09 17:45
N a v a n e e t h6-Apr-09 17:45 
AnswerRe: Help me on ProcessCmdKey Pin
12Code6-Apr-09 18:22
12Code6-Apr-09 18:22 
GeneralRe: Help me on ProcessCmdKey Pin
janas997-Apr-09 16:54
janas997-Apr-09 16:54 
GeneralRe: Help me on ProcessCmdKey Pin
12Code7-Apr-09 17:43
12Code7-Apr-09 17:43 
QuestionBreak a Method??? Pin
S K Y6-Apr-09 15:41
S K Y6-Apr-09 15:41 
I need to break entire method when I click cancel. But when I put break its break if else part only. How can I break entire method?

private void NT_FormClosed(object sender, FormClosedEventArgs e)
        {
                MessageBox.Show("Do you want to close the program?", "", MessageBoxButtons.YesNoCancel, MessageBoxIcon.Question,MessageBoxDefaultButton.Button2);                 {
                    if(DialogResult == DialogResult.Yes)                    
{
                        Save(sender);
                    }
                    if (DialogResult == DialogResult.Cancel)
                    {
                        Break; :doh: 
                    }
                }
            }           


A S E L A

AnswerRe: Break a Method??? Pin
N a v a n e e t h6-Apr-09 15:45
N a v a n e e t h6-Apr-09 15:45 
GeneralRe: Break a Method??? Pin
S K Y6-Apr-09 16:30
S K Y6-Apr-09 16:30 
GeneralRe: Break a Method??? Pin
N a v a n e e t h6-Apr-09 16:43
N a v a n e e t h6-Apr-09 16:43 
QuestionProblem with the ListView control [modified] Pin
Ankit Rajpoot6-Apr-09 14:55
Ankit Rajpoot6-Apr-09 14:55 
AnswerRe: Problem with the ListView control Pin
Luc Pattyn6-Apr-09 15:20
sitebuilderLuc Pattyn6-Apr-09 15:20 
GeneralRe: Problem with the ListView control Pin
Ankit Rajpoot6-Apr-09 16:04
Ankit Rajpoot6-Apr-09 16:04 
AnswerRe: Problem with the ListView control Pin
Luc Pattyn6-Apr-09 16:35
sitebuilderLuc Pattyn6-Apr-09 16:35 
GeneralRe: Problem with the ListView control Pin
Ankit Rajpoot6-Apr-09 17:28
Ankit Rajpoot6-Apr-09 17:28 
GeneralRe: Problem with the ListView control Pin
Luc Pattyn6-Apr-09 17:47
sitebuilderLuc Pattyn6-Apr-09 17:47 
GeneralRe: Problem with the ListView control Pin
Ankit Rajpoot7-Apr-09 2:44
Ankit Rajpoot7-Apr-09 2:44 
QuestionWebRequest.GetResponse() = error (407) Proxy Authentication Required Pin
abiemann6-Apr-09 13:36
abiemann6-Apr-09 13:36 
AnswerRe: WebRequest.GetResponse() = error (407) Proxy Authentication Required Pin
N a v a n e e t h6-Apr-09 15:51
N a v a n e e t h6-Apr-09 15:51 
GeneralRe: WebRequest.GetResponse() = error (407) Proxy Authentication Required Pin
abiemann9-Apr-09 8:50
abiemann9-Apr-09 8:50 
GeneralRe: WebRequest.GetResponse() = error (407) Proxy Authentication Required Pin
abiemann9-Apr-09 9:12
abiemann9-Apr-09 9:12 
GeneralRe: WebRequest.GetResponse() = error (407) Proxy Authentication Required PinPopular
abiemann10-Apr-09 13:58
abiemann10-Apr-09 13:58 
GeneralRe: WebRequest.GetResponse() = error (407) Proxy Authentication Required Pin
ishant78907-Jul-10 20:35
ishant78907-Jul-10 20:35 
GeneralRe: WebRequest.GetResponse() = error (407) Proxy Authentication Required Pin
eeidfn4-Oct-10 8:56
eeidfn4-Oct-10 8:56 

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.