Click here to Skip to main content
15,926,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to terminate a thread compulsively? Pin
mikeorama1234527-Jun-06 6:47
mikeorama1234527-Jun-06 6:47 
Questionwin32 static library Pin
sach!!27-Jun-06 2:36
sach!!27-Jun-06 2:36 
AnswerRe: win32 static library Pin
David Crow27-Jun-06 3:42
David Crow27-Jun-06 3:42 
AnswerRe: win32 static library Pin
Michael Dunn27-Jun-06 6:44
sitebuilderMichael Dunn27-Jun-06 6:44 
GeneralRe: win32 static library Pin
sach!!27-Jun-06 19:01
sach!!27-Jun-06 19:01 
GeneralRe: win32 static library Pin
Rilhas9-Jul-06 6:53
Rilhas9-Jul-06 6:53 
GeneralRe: win32 static library Pin
sach!!9-Jul-06 20:40
sach!!9-Jul-06 20:40 
QuestionPlz Help Processes Pin
Programm3r27-Jun-06 1:51
Programm3r27-Jun-06 1:51 
Hi All,

O.K so here is the problem. I'm trying to associate a process with a program that is currently running. i.e lets say winamp is running, and I want to monitor winamp, but I don't want to restart the process / kill the process, I want the new process to be associated with that one.

Process^ TEST = gcnew Process();
array<process^>^StartupApp = TEST ->GetProcesses();
TEST ->StartInfo->FileName = "winamp.exe";
CardSystem->StartInfo->WindowStyle = ProcessWindowStyle::Normal;
CardSystem->Start();

But see the above code will start a new session of winamp. I just want to assign the values of the process winamp to the process TEST.

If anyone could help or point me to a site on the net.

Thanx alot

Programm3r
AnswerRe: Plz Help Processes Pin
James R. Twine27-Jun-06 1:54
James R. Twine27-Jun-06 1:54 
AnswerRe: Plz Help Processes Pin
Hamid_RT27-Jun-06 2:05
Hamid_RT27-Jun-06 2:05 
QuestionAdding a SDI into a dialog based application Pin
cv_k3n27-Jun-06 1:49
cv_k3n27-Jun-06 1:49 
AnswerRe: Adding a SDI into a dialog based application Pin
FarPointer27-Jun-06 1:54
FarPointer27-Jun-06 1:54 
AnswerRe: Adding a SDI into a dialog based application Pin
zouchao111227-Jun-06 2:46
zouchao111227-Jun-06 2:46 
GeneralRe: Adding a SDI into a dialog based application Pin
cv_k3n27-Jun-06 6:43
cv_k3n27-Jun-06 6:43 
GeneralRe: Adding a SDI into a dialog based application Pin
zouchao111228-Jun-06 17:50
zouchao111228-Jun-06 17:50 
Questionis quastion3D model Pin
obituary2u27-Jun-06 1:40
obituary2u27-Jun-06 1:40 
AnswerRe: is quastion3D model [modified] Pin
FarPointer27-Jun-06 1:44
FarPointer27-Jun-06 1:44 
GeneralRe: is quastion3D model Pin
obituary2u27-Jun-06 13:07
obituary2u27-Jun-06 13:07 
Questionusing VC6 link VC7 static lib error [modified] Pin
George_George27-Jun-06 1:32
George_George27-Jun-06 1:32 
QuestionRe: using VC6 link VC7 static lib error Pin
Viorel.27-Jun-06 1:36
Viorel.27-Jun-06 1:36 
AnswerRe: using VC6 link VC7 static lib error Pin
George_George27-Jun-06 1:57
George_George27-Jun-06 1:57 
GeneralRe: using VC6 link VC7 static lib error Pin
Viorel.27-Jun-06 2:09
Viorel.27-Jun-06 2:09 
GeneralRe: using VC6 link VC7 static lib error Pin
George_George27-Jun-06 2:29
George_George27-Jun-06 2:29 
GeneralRe: using VC6 link VC7 static lib error Pin
Viorel.27-Jun-06 2:41
Viorel.27-Jun-06 2:41 
GeneralRe: using VC6 link VC7 static lib error Pin
George_George27-Jun-06 2:50
George_George27-Jun-06 2:50 

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.