Click here to Skip to main content
15,902,893 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how ADO using in MFC Dilogue Pin
Carlos Antollini4-Feb-05 8:46
Carlos Antollini4-Feb-05 8:46 
QuestionProblem in Installshield , for Creating Shortcuts? Pin
zahid_ash3-Feb-05 19:24
zahid_ash3-Feb-05 19:24 
AnswerRe: Problem in Installshield , for Creating Shortcuts? Pin
pc_dev3-Feb-05 20:52
pc_dev3-Feb-05 20:52 
Generalcall back Pin
premsridhar3-Feb-05 19:12
premsridhar3-Feb-05 19:12 
GeneralRe: call back Pin
Anthony_Yio4-Feb-05 1:09
Anthony_Yio4-Feb-05 1:09 
QuestionHow to print data from MsFlexgrid in VC++ Pin
Deepali V3-Feb-05 19:04
sussDeepali V3-Feb-05 19:04 
QuestionHow to get process id given the process name Pin
g3e3-Feb-05 18:05
g3e3-Feb-05 18:05 
AnswerRe: How to get process id given the process name Pin
Carlos Antollini4-Feb-05 8:57
Carlos Antollini4-Feb-05 8:57 
You can not to get the Handle of the process from the process name, you need to do the contrary. You must to enum the process handles or Ids and the get the process name

You need to use the psapi.dll library.
You must to use the EnumProcessModules function and then the GetModuleFileNameEx function to get the filename of each process.

Regards


Carlos Antollini
Do you know piFive[^] ?

GeneralRe: How to get process id given the process name Pin
g3e6-Feb-05 19:16
g3e6-Feb-05 19:16 
General::SetWindowRgn returns zero on Win98/ME Pin
uday__m3-Feb-05 17:18
uday__m3-Feb-05 17:18 
QuestionHow to get all file name in a folder Pin
ytod3-Feb-05 16:09
ytod3-Feb-05 16:09 
AnswerRe: How to get all file name in a folder Pin
l00p1n63-Feb-05 16:46
l00p1n63-Feb-05 16:46 
QuestionProblem with TextOut() in Windows 2003 Japanese? Pin
RYU^^3-Feb-05 15:28
RYU^^3-Feb-05 15:28 
AnswerRe: Problem with TextOut() in Windows 2003 Japanese? Pin
RYU^^6-Feb-05 16:07
RYU^^6-Feb-05 16:07 
GeneralInvoking a .exe into VC++ Pin
joy0073-Feb-05 14:21
joy0073-Feb-05 14:21 
GeneralRe: Invoking a .exe into VC++ Pin
toxcct3-Feb-05 17:09
toxcct3-Feb-05 17:09 
GeneralRe: Invoking a .exe into VC++ Pin
joy0074-Feb-05 15:21
joy0074-Feb-05 15:21 
GeneralRe: Invoking a .exe into VC++ Pin
ThatsAlok4-Feb-05 23:25
ThatsAlok4-Feb-05 23:25 
GeneralRe: Invoking a .exe into VC++ Pin
Carlos Antollini4-Feb-05 8:58
Carlos Antollini4-Feb-05 8:58 
GeneralInvoking java in VC++ Pin
joy0073-Feb-05 14:18
joy0073-Feb-05 14:18 
Generalcorrect way to determine control part dimensions Pin
Jim Crafton3-Feb-05 14:16
Jim Crafton3-Feb-05 14:16 
GeneralRe: correct way to determine control part dimensions Pin
toxcct3-Feb-05 17:12
toxcct3-Feb-05 17:12 
GeneralRe: correct way to determine control part dimensions Pin
Ryan Binns3-Feb-05 17:26
Ryan Binns3-Feb-05 17:26 
QuestionMsvcrt/d .dll - any idea ? Pin
cdmstrpl3-Feb-05 12:41
cdmstrpl3-Feb-05 12:41 
AnswerRe: Msvcrt/d .dll - any idea ? Pin
Christian Graus3-Feb-05 12:49
protectorChristian Graus3-Feb-05 12:49 

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.