Click here to Skip to main content
15,908,776 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Memory handling/Bad practice? Pin
cmk28-Apr-07 12:56
cmk28-Apr-07 12:56 
AnswerRe: Memory handling/Bad practice? Pin
John R. Shaw28-Apr-07 14:42
John R. Shaw28-Apr-07 14:42 
QuestionAutoProxy detection via script "FindProxyForURL" Pin
Peter Weyzen28-Apr-07 11:50
Peter Weyzen28-Apr-07 11:50 
QuestionMSChart in VC++2005 Pin
hahahua28-Apr-07 10:38
hahahua28-Apr-07 10:38 
AnswerRe: MSChart in VC++2005 Pin
hahahua28-Apr-07 16:57
hahahua28-Apr-07 16:57 
AnswerRe: MSChart in VC++2005 Pin
Joan M28-Apr-07 23:50
professionalJoan M28-Apr-07 23:50 
GeneralRe: MSChart in VC++2005 Pin
hahahua29-Apr-07 8:40
hahahua29-Apr-07 8:40 
GeneralRe: MSChart in VC++2005 Pin
Joan M29-Apr-07 8:46
professionalJoan M29-Apr-07 8:46 
GeneralRe: MSChart in VC++2005 Pin
hahahua30-Apr-07 15:33
hahahua30-Apr-07 15:33 
GeneralRe: MSChart in VC++2005 Pin
Joan M30-Apr-07 22:28
professionalJoan M30-Apr-07 22:28 
Questionhi guys,i'm in a fix and need help Pin
phemmymichael28-Apr-07 9:02
phemmymichael28-Apr-07 9:02 
AnswerRe: hi guys,i'm in a fix and need help Pin
John R. Shaw28-Apr-07 14:52
John R. Shaw28-Apr-07 14:52 
GeneralRe: hi guys,i'm in a fix and need help Pin
Randor 28-Apr-07 21:54
professional Randor 28-Apr-07 21:54 
Questionconversion from wave to mp3 Pin
puneet_cha28-Apr-07 8:55
puneet_cha28-Apr-07 8:55 
AnswerRe: conversion from wave to mp3 Pin
Mark Salsbery29-Apr-07 8:39
Mark Salsbery29-Apr-07 8:39 
QuestionPlaySound VC++ 2003 MFC Pin
YUANGE28-Apr-07 8:45
YUANGE28-Apr-07 8:45 
AnswerRe: PlaySound VC++ 2003 MFC Pin
Hamid_RT28-Apr-07 8:50
Hamid_RT28-Apr-07 8:50 
AnswerRe: PlaySound VC++ 2003 MFC Pin
YUANGE29-Apr-07 1:56
YUANGE29-Apr-07 1:56 
QuestionHooking & modifying WSARec Pin
Dody_DK28-Apr-07 8:12
Dody_DK28-Apr-07 8:12 
QuestionClosing extern processes Pin
HorrorVision28-Apr-07 6:39
HorrorVision28-Apr-07 6:39 
AnswerRe: Closing extern processes Pin
bob1697228-Apr-07 7:54
bob1697228-Apr-07 7:54 
GeneralRe: Closing extern processes Pin
HorrorVision28-Apr-07 8:25
HorrorVision28-Apr-07 8:25 
GeneralRe: Closing extern processes Pin
Hamid_RT28-Apr-07 9:45
Hamid_RT28-Apr-07 9:45 
GeneralRe: Closing extern processes Pin
HorrorVision28-Apr-07 11:06
HorrorVision28-Apr-07 11:06 
GeneralRe: Closing extern processes Pin
bob1697228-Apr-07 12:19
bob1697228-Apr-07 12:19 
Are you spawning the .exe? If so, you should squirrel away the handle for when you are trying to close it.

Considering that it is always possible to have more than one process with the same name running, it's really a crap shoot anyway without a handle.

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.