Click here to Skip to main content
15,911,039 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Link Errors Pin
SuperTank7-May-05 12:08
SuperTank7-May-05 12:08 
Generalhelp me to show a big BMP Pin
yuhanwhu7-May-05 5:28
yuhanwhu7-May-05 5:28 
Generalplease help me correct some mistakes Pin
yanchy7-May-05 3:58
yanchy7-May-05 3:58 
GeneralRe: please help me correct some mistakes Pin
David Crow7-May-05 8:19
David Crow7-May-05 8:19 
QuestionHow to data retrival make fast in VC++ Pin
aloktambi7-May-05 2:15
aloktambi7-May-05 2:15 
AnswerRe: How to data retrival make fast in VC++ Pin
peiman7-May-05 2:35
peiman7-May-05 2:35 
QuestionIs it possible to get info between HWND and Process handle? Pin
includeh107-May-05 1:19
includeh107-May-05 1:19 
AnswerRe: Is it possible to get info between HWND and Process handle? Pin
mkuhac7-May-05 2:38
mkuhac7-May-05 2:38 
Answer to your 2. question:

// assuming that you have window handle<br />
// get process ID from window handle<br />
DWORD dwProcessId = 0;<br />
GetWindowThreadProcessId (hWnd, &dwProcessId);<br />
// get process handle from process ID<br />
HANDLE hProcess = NULL;<br />
hProcess = OpenProcess (PROCESS_ALL_ACCESS, FALSE, dwProcessId);

AnswerRe: Is it possible to get info between HWND and Process handle? Pin
cmk7-May-05 7:42
cmk7-May-05 7:42 
QuestionOnIdle() - too idle? Not called enough. Help!? Pin
srev6-May-05 22:28
srev6-May-05 22:28 
AnswerRe: OnIdle() - too idle? Not called enough. Help!? Pin
Neville Franks7-May-05 0:06
Neville Franks7-May-05 0:06 
GeneralRe: OnIdle() - too idle? Not called enough. Help!? Pin
srev7-May-05 5:04
srev7-May-05 5:04 
GeneralCSocket problem Pin
Nishad S6-May-05 22:15
Nishad S6-May-05 22:15 
QuestionHow can I get the ID of the dialog item which own the focus? Pin
pantao5516-May-05 21:06
pantao5516-May-05 21:06 
AnswerRe: How can I get the ID of the dialog item which own the focus? Pin
ThatsAlok6-May-05 21:37
ThatsAlok6-May-05 21:37 
AnswerRe: How can I get the ID of the dialog item which own the focus? Pin
Jörgen Sigvardsson6-May-05 23:25
Jörgen Sigvardsson6-May-05 23:25 
GeneralSending packets using an specific port Pin
vertigo_one6-May-05 19:40
vertigo_one6-May-05 19:40 
Generalcompiling and execting code at runtime Pin
Mridang Agarwalla6-May-05 17:30
Mridang Agarwalla6-May-05 17:30 
GeneralRe: compiling and execting code at runtime Pin
S. Senthil Kumar6-May-05 20:17
S. Senthil Kumar6-May-05 20:17 
Generalgrid computing, clustering, farms, parallel processing..... Pin
Mridang Agarwalla6-May-05 17:26
Mridang Agarwalla6-May-05 17:26 
GeneralDisplaying Help Pin
nzguy20046-May-05 17:23
nzguy20046-May-05 17:23 
GeneralRe: Displaying Help Pin
khan++6-May-05 19:55
khan++6-May-05 19:55 
GeneralRe: Displaying Help Pin
nzguy20046-May-05 20:40
nzguy20046-May-05 20:40 
GeneralRe: Displaying Help Pin
Gary R. Wheeler8-May-05 4:24
Gary R. Wheeler8-May-05 4:24 
GeneralRe: Displaying Help Pin
Blake Miller9-May-05 6:10
Blake Miller9-May-05 6:10 

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.