Click here to Skip to main content
16,007,163 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to access protected-pass folder Pin
Dave Kreskowiak31-May-07 17:25
mveDave Kreskowiak31-May-07 17:25 
GeneralRe: how to access protected-pass folder Pin
alex.almeida1-Jun-07 3:48
alex.almeida1-Jun-07 3:48 
GeneralRe: how to access protected-pass folder Pin
mikker_1231-Jun-07 7:59
mikker_1231-Jun-07 7:59 
GeneralRe: how to access protected-pass folder Pin
alex.almeida4-Jun-07 4:01
alex.almeida4-Jun-07 4:01 
QuestionHow to monitor an incoming TCP/IP connection in C#? Pin
adeeeljan31-May-07 11:14
adeeeljan31-May-07 11:14 
AnswerRe: How to monitor an incoming TCP/IP connection in C#? Pin
Dave Kreskowiak31-May-07 13:21
mveDave Kreskowiak31-May-07 13:21 
QuestionForm Opacity and OnClose() Pin
Wraith Lunati31-May-07 11:01
Wraith Lunati31-May-07 11:01 
AnswerRe: Form Opacity and OnClose() Pin
Christian Graus31-May-07 11:10
protectorChristian Graus31-May-07 11:10 
The EventArgs that is passed into the closing event has a flag you can set to reject the closing event, so your form won't close. You can do this, then set the timer to fade out, and have the timer when it ends, close the form. You'd need a flag you set so that the closing event doesn't get killed again the second time.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: Form Opacity and OnClose() Pin
Wraith Lunati31-May-07 11:31
Wraith Lunati31-May-07 11:31 
GeneralRe: Form Opacity and OnClose() Pin
Christian Graus31-May-07 11:50
protectorChristian Graus31-May-07 11:50 
GeneralRe: DummyClose Pin
Wraith Lunati31-May-07 12:22
Wraith Lunati31-May-07 12:22 
GeneralRe: Form Opacity and OnClose() Pin
Wraith Lunati31-May-07 11:58
Wraith Lunati31-May-07 11:58 
GeneralRe: Form Opacity and OnClose() Pin
Christian Graus31-May-07 12:43
protectorChristian Graus31-May-07 12:43 
GeneralRe: Article? Pin
Wraith Lunati31-May-07 13:11
Wraith Lunati31-May-07 13:11 
GeneralRe: Article? Pin
Christian Graus31-May-07 13:32
protectorChristian Graus31-May-07 13:32 
GeneralRe: Article? Pin
Wraith Lunati31-May-07 14:05
Wraith Lunati31-May-07 14:05 
Questionkill proccess with C# Pin
crash89331-May-07 10:06
crash89331-May-07 10:06 
AnswerRe: kill proccess with C# Pin
Tarakeshwar Reddy31-May-07 10:41
professionalTarakeshwar Reddy31-May-07 10:41 
GeneralRe: kill proccess with C# Pin
crash89331-May-07 11:19
crash89331-May-07 11:19 
GeneralRe: kill proccess with C# Pin
Christian Graus31-May-07 11:26
protectorChristian Graus31-May-07 11:26 
GeneralRe: kill proccess with C# Pin
Tarakeshwar Reddy31-May-07 12:37
professionalTarakeshwar Reddy31-May-07 12:37 
GeneralRe: kill proccess with C# Pin
crash89331-May-07 19:24
crash89331-May-07 19:24 
GeneralRe: kill proccess with C# Pin
crash89331-May-07 20:01
crash89331-May-07 20:01 
AnswerRe: kill proccess with C# Pin
Martin#31-May-07 20:20
Martin#31-May-07 20:20 
GeneralRe: kill proccess with C# Pin
crash89331-May-07 20:46
crash89331-May-07 20:46 

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.