Click here to Skip to main content
15,885,546 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralTypo Pin
Ted Ferenc6-Jan-03 4:41
Ted Ferenc6-Jan-03 4:41 
GeneralRe: Typo Pin
roel_6-Jan-03 4:56
roel_6-Jan-03 4:56 
GeneralRe: Drawing an Integer !! Pin
eXplodus6-Jan-03 0:18
eXplodus6-Jan-03 0:18 
GeneralHiding from taskbar Pin
Mazdak5-Jan-03 23:32
Mazdak5-Jan-03 23:32 
GeneralRe: Hiding from taskbar Pin
Kannan Kalyanaraman6-Jan-03 0:31
Kannan Kalyanaraman6-Jan-03 0:31 
GeneralRe: Hiding from taskbar Pin
Mazdak6-Jan-03 1:49
Mazdak6-Jan-03 1:49 
GeneralObtaining process handle Pin
Shah Shehpori5-Jan-03 23:27
sussShah Shehpori5-Jan-03 23:27 
GeneralRe: Obtaining process handle Pin
Kannan Kalyanaraman6-Jan-03 0:43
Kannan Kalyanaraman6-Jan-03 0:43 
For this you need to look on the following API's
CreateToolhelp32Snapshot for a snapshot of running process on your machine and on successful exec. of this function you need to iterate the processes using Process32First followed by Process32Next.
Also look at the following API's in MSDN

GetProcessModule
OpenProcess

HTH

Cheers
Kannan
GeneralMultiple file types Pin
S O S5-Jan-03 23:08
S O S5-Jan-03 23:08 
GeneralRe: Multiple file types Pin
Iain Clarke, Warrior Programmer5-Jan-03 23:32
Iain Clarke, Warrior Programmer5-Jan-03 23:32 
GeneralRe: Multiple file types Pin
S O S6-Jan-03 1:29
S O S6-Jan-03 1:29 
GeneralRe: Multiple file types Pin
uandrej6-Jan-03 3:31
uandrej6-Jan-03 3:31 
GeneralRe: Multiple file types Pin
Iain Clarke, Warrior Programmer6-Jan-03 4:58
Iain Clarke, Warrior Programmer6-Jan-03 4:58 
Generaltcp api calls Pin
Prince Manatt5-Jan-03 22:57
Prince Manatt5-Jan-03 22:57 
GeneralRe: tcp api calls Pin
viliam6-Jan-03 3:09
viliam6-Jan-03 3:09 
GeneralCustom resources Pin
S O S5-Jan-03 22:43
S O S5-Jan-03 22:43 
GeneralWinsock related Pin
Kamran Jamal5-Jan-03 22:40
sussKamran Jamal5-Jan-03 22:40 
GeneralRe: Winsock related Pin
Stefan Pedersen6-Jan-03 3:41
Stefan Pedersen6-Jan-03 3:41 
GeneralAPI for determining the file system on system disk Pin
abhinarulkar5-Jan-03 22:26
abhinarulkar5-Jan-03 22:26 
GeneralRe: API for determining the file system on system disk Pin
Michael Dunn5-Jan-03 22:28
sitebuilderMichael Dunn5-Jan-03 22:28 
GeneralStatusbar updating Pin
S O S5-Jan-03 22:23
S O S5-Jan-03 22:23 
GeneralRe: Statusbar updating Pin
Iain Clarke, Warrior Programmer5-Jan-03 22:41
Iain Clarke, Warrior Programmer5-Jan-03 22:41 
GeneralA virtual keyboard Pin
Nyrup5-Jan-03 22:17
Nyrup5-Jan-03 22:17 
GeneralRe: A virtual keyboard Pin
Michael Dunn5-Jan-03 22:26
sitebuilderMichael Dunn5-Jan-03 22:26 
GeneralRe: A virtual keyboard Pin
Nyrup5-Jan-03 22:33
Nyrup5-Jan-03 22:33 

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.