Click here to Skip to main content
15,922,696 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Getting the process ID of an externally running application Pin
Antony M Kancidrowski3-Jun-04 9:21
Antony M Kancidrowski3-Jun-04 9:21 
GeneralRe: Getting the process ID of an externally running application Pin
Blake Miller4-Jun-04 14:26
Blake Miller4-Jun-04 14:26 
GeneralRe: Getting the process ID of an externally running application Pin
Antony M Kancidrowski5-Jun-04 6:04
Antony M Kancidrowski5-Jun-04 6:04 
Generalusing multiple-language resource Pin
alexander chupeev3-Jun-04 5:28
alexander chupeev3-Jun-04 5:28 
GeneralRe: using multiple-language resource Pin
David Crow3-Jun-04 7:50
David Crow3-Jun-04 7:50 
GeneralRe: using multiple-language resource Pin
alexander chupeev3-Jun-04 14:54
alexander chupeev3-Jun-04 14:54 
GeneralRe: using multiple-language resource Pin
alexander chupeev4-Jun-04 6:36
alexander chupeev4-Jun-04 6:36 
GeneralThread issue Pin
Shay Harel3-Jun-04 5:16
Shay Harel3-Jun-04 5:16 
Hi,

I use a thread in my app and in one portion of the code, the thread call another class. This class trie to pop up a window but get's a handle of 0x0000. Look like the Create or CreateIndirect fails.....

<br />
CWaitDlg *w=new  CWaitDlg ("","Please Wait"); //<-- this will return a 0x0000<br />
w->Create (IDD_WAIT);   <br />
w->ShowWindow (SW_SHOWNORMAL);<br />
<br />

GeneralRe: Thread issue Pin
John M. Drescher3-Jun-04 5:49
John M. Drescher3-Jun-04 5:49 
GeneralRe: Thread issue Pin
Shay Harel3-Jun-04 5:57
Shay Harel3-Jun-04 5:57 
GeneralRe: Thread issue Pin
basementman3-Jun-04 6:40
basementman3-Jun-04 6:40 
GeneralRe: Thread issue Pin
John M. Drescher3-Jun-04 7:33
John M. Drescher3-Jun-04 7:33 
Generalmemory allocation Pin
Gérald Mercet3-Jun-04 4:42
Gérald Mercet3-Jun-04 4:42 
GeneralRe: memory allocation Pin
jmkhael3-Jun-04 5:45
jmkhael3-Jun-04 5:45 
GeneralRe: SetForegroundWindow() to a Message-Window prevents a later popped parentless-modal-dialog from showing Pin
Blake Miller3-Jun-04 3:33
Blake Miller3-Jun-04 3:33 
GeneralBeginner registry problem Pin
Scozturk3-Jun-04 3:03
professionalScozturk3-Jun-04 3:03 
GeneralRe: Beginner registry problem Pin
Dominik Reichl3-Jun-04 3:12
Dominik Reichl3-Jun-04 3:12 
GeneralRe: Beginner registry problem Pin
David Crow3-Jun-04 4:12
David Crow3-Jun-04 4:12 
Generalcasting a vector Pin
Jerome Conus3-Jun-04 2:33
Jerome Conus3-Jun-04 2:33 
GeneralRe: casting a vector Pin
cgott3-Jun-04 3:07
cgott3-Jun-04 3:07 
GeneralRe: casting a vector Pin
John M. Drescher3-Jun-04 8:03
John M. Drescher3-Jun-04 8:03 
GeneralRe: casting a vector Pin
Jerome Conus3-Jun-04 19:09
Jerome Conus3-Jun-04 19:09 
GeneralRe: casting a vector Pin
Johnny ²3-Jun-04 21:41
Johnny ²3-Jun-04 21:41 
GeneralRe: casting a vector Pin
John M. Drescher4-Jun-04 7:52
John M. Drescher4-Jun-04 7:52 
GeneralNeed help urgent please! Pin
12ed23gv54ha46rdsg6543-Jun-04 2:25
12ed23gv54ha46rdsg6543-Jun-04 2:25 

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.