Click here to Skip to main content
15,913,194 members
Home / Discussions / C#
   

C#

 
QuestionXML element, node .. whaa!! Pin
Michael Hendrickx21-Mar-07 1:33
Michael Hendrickx21-Mar-07 1:33 
AnswerRe: XML element, node .. whaa!! Pin
Stefan Troschuetz21-Mar-07 1:51
Stefan Troschuetz21-Mar-07 1:51 
GeneralRe: XML element, node .. whaa!! Pin
Michael Hendrickx21-Mar-07 2:19
Michael Hendrickx21-Mar-07 2:19 
QuestionC# and C++ Pin
Russell'21-Mar-07 1:00
Russell'21-Mar-07 1:00 
AnswerRe: C# and C++ Pin
Andrei Ungureanu21-Mar-07 3:39
Andrei Ungureanu21-Mar-07 3:39 
GeneralRe: C# and C++ Pin
Russell'21-Mar-07 3:53
Russell'21-Mar-07 3:53 
AnswerRe: Form closing Pin
szukuro21-Mar-07 0:46
szukuro21-Mar-07 0:46 
GeneralRe: Form closing Pin
joon vh.21-Mar-07 0:51
joon vh.21-Mar-07 0:51 
private void Form1_FormClosing(object sender, FormClosingEventArgs e)
{
    e.Cancel = true;
}


When you close it with taskmanager from the Applications menu, this event is also fired, but not when you close the underlying process via the Processes panel.



Visual Studio can't evaluate this, can you?
public object moo<br />
        {<br />
__get { return moo; }<br />
__set { moo = value; }<br />
}

GeneralRe: Form closing Pin
Muammar©21-Mar-07 1:18
Muammar©21-Mar-07 1:18 
GeneralRe: Form closing Pin
Muammar©21-Mar-07 0:53
Muammar©21-Mar-07 0:53 
GeneralRe: Form closing Pin
PlayByTheRules21-Mar-07 2:07
PlayByTheRules21-Mar-07 2:07 
GeneralRe: Form closing Pin
joon vh.21-Mar-07 2:19
joon vh.21-Mar-07 2:19 
GeneralRe: Form closing Pin
Colin Angus Mackay21-Mar-07 4:48
Colin Angus Mackay21-Mar-07 4:48 
GeneralRe: Form closing Pin
Muammar©21-Mar-07 8:44
Muammar©21-Mar-07 8:44 
GeneralRe: Form closing Pin
Muammar©21-Mar-07 8:47
Muammar©21-Mar-07 8:47 
QuestiondataSet Pin
darkcalin21-Mar-07 0:26
darkcalin21-Mar-07 0:26 
Questiongif Image Resize Pin
Jeeva Jose21-Mar-07 0:23
Jeeva Jose21-Mar-07 0:23 
AnswerRe: gif Image Resize Pin
m@u21-Mar-07 0:38
m@u21-Mar-07 0:38 
QuestionCheck User exists in DB or not? Pin
Abubakarsb21-Mar-07 0:06
Abubakarsb21-Mar-07 0:06 
AnswerRe: Check User exists in DB or not? Pin
Pete O'Hanlon21-Mar-07 0:22
mvePete O'Hanlon21-Mar-07 0:22 
GeneralRe: Check User exists in DB or not? Pin
Abubakarsb21-Mar-07 0:39
Abubakarsb21-Mar-07 0:39 
GeneralRe: Check User exists in DB or not? Pin
Pete O'Hanlon21-Mar-07 0:57
mvePete O'Hanlon21-Mar-07 0:57 
GeneralRe: Check User exists in DB or not? Pin
Abubakarsb21-Mar-07 1:22
Abubakarsb21-Mar-07 1:22 
GeneralRe: Check User exists in DB or not? Pin
Pete O'Hanlon21-Mar-07 2:19
mvePete O'Hanlon21-Mar-07 2:19 
GeneralRe: Check User exists in DB or not? Pin
Abubakarsb21-Mar-07 2:36
Abubakarsb21-Mar-07 2:36 

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.