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

C#

 
GeneralResources- I'm lost! Pin
peterchen11-Dec-02 12:29
peterchen11-Dec-02 12:29 
GeneralRe: Resources- I'm lost! Pin
Nick Parker11-Dec-02 16:54
protectorNick Parker11-Dec-02 16:54 
GeneralC# ActiveX Pin
11-Dec-02 10:47
suss11-Dec-02 10:47 
GeneralRe: C# ActiveX Pin
Adrian Hall17-Dec-02 15:09
Adrian Hall17-Dec-02 15:09 
GeneralSDLDMO and a Detached Pin
Paul Watson11-Dec-02 9:36
sitebuilderPaul Watson11-Dec-02 9:36 
GeneralRe: SDLDMO and a Detached Pin
Nick Parker11-Dec-02 9:55
protectorNick Parker11-Dec-02 9:55 
GeneralRe: SDLDMO and a Detached Pin
Paul Watson11-Dec-02 10:08
sitebuilderPaul Watson11-Dec-02 10:08 
GeneralRe: SDLDMO and a Detached Pin
Nick Parker11-Dec-02 16:20
protectorNick Parker11-Dec-02 16:20 
GeneralRe: SDLDMO and a Detached Pin
Paul Watson11-Dec-02 20:17
sitebuilderPaul Watson11-Dec-02 20:17 
GeneralRe: SDLDMO and a Detached Pin
Stephane Rodriguez.11-Dec-02 9:56
Stephane Rodriguez.11-Dec-02 9:56 
GeneralRe: SDLDMO and a Detached Pin
Paul Watson11-Dec-02 10:04
sitebuilderPaul Watson11-Dec-02 10:04 
GeneralRe: SDLDMO and a Detached Pin
Stephane Rodriguez.11-Dec-02 10:27
Stephane Rodriguez.11-Dec-02 10:27 
GeneralRe: SDLDMO and a Detached Pin
Paul Watson11-Dec-02 20:13
sitebuilderPaul Watson11-Dec-02 20:13 
GeneralRe: SDLDMO and a Detached Pin
Richard Deeming12-Dec-02 0:58
mveRichard Deeming12-Dec-02 0:58 
GeneralRe: SDLDMO and a Detached Pin
Paul Watson12-Dec-02 1:13
sitebuilderPaul Watson12-Dec-02 1:13 
GeneralRe: SDLDMO and a Detached Pin
Richard Deeming12-Dec-02 7:24
mveRichard Deeming12-Dec-02 7:24 
QuestionHow to replace standard .NET runtime error box Pin
Vasek11-Dec-02 6:56
Vasek11-Dec-02 6:56 
AnswerRe: How to replace standard .NET runtime error box Pin
LongRange.Shooter11-Dec-02 9:07
LongRange.Shooter11-Dec-02 9:07 
GeneralRe: How to replace standard .NET runtime error box Pin
Vasek11-Dec-02 21:41
Vasek11-Dec-02 21:41 
GeneralRe: How to replace standard .NET runtime error box Pin
grv57513-Dec-02 2:42
grv57513-Dec-02 2:42 
GeneralNotifyIcon / Remove from Taskbar Pin
Adrian Hall11-Dec-02 5:44
Adrian Hall11-Dec-02 5:44 
GeneralRe: NotifyIcon / Remove from Taskbar Pin
Alexander Kojevnikov11-Dec-02 7:11
Alexander Kojevnikov11-Dec-02 7:11 
General.NET and COM Interoperability Pin
Amir Harel11-Dec-02 4:48
Amir Harel11-Dec-02 4:48 
GeneralRe: .NET and COM Interoperability Pin
Stephane Rodriguez.11-Dec-02 19:07
Stephane Rodriguez.11-Dec-02 19:07 
GeneralProcess.EnableRaisingEvents Problem Pin
yccheok10-Dec-02 16:46
yccheok10-Dec-02 16:46 
my main application had started a process X and i want my application to be notified when that process had been terminated externally by OS.

i try:

X.EnableRaisingEvents = true;

but what is the event method declaration for my main application's to handle exit event triggered by process X?

thank you.

regards
yccheok

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.