Click here to Skip to main content
16,007,163 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: worrisome exception Pin
ns17-Oct-02 1:52
ns17-Oct-02 1:52 
GeneralRe: worrisome exception Pin
Tomasz Sowinski17-Oct-02 1:51
Tomasz Sowinski17-Oct-02 1:51 
GeneralPlease Help! I suddenly get a ton of "missing ')'" and "missing ';'" messages... Pin
Redeemer-dk17-Oct-02 1:23
Redeemer-dk17-Oct-02 1:23 
GeneralRe: Please Help! I suddenly get a ton of "missing ')'" and "missing ';'" messages... Pin
Tomasz Sowinski17-Oct-02 1:26
Tomasz Sowinski17-Oct-02 1:26 
GeneralRe: Please Help! I suddenly get a ton of "missing ')'" and "missing ';'" messages... Pin
Anonymous17-Oct-02 2:33
Anonymous17-Oct-02 2:33 
GeneralRe: Please Help! I suddenly get a ton of "missing ')'" and "missing ';'" messages... Pin
Andreas Saurwein17-Oct-02 1:35
Andreas Saurwein17-Oct-02 1:35 
QuestionHow can i get the Window Handle... Pin
Renjith Ramachandran17-Oct-02 0:46
Renjith Ramachandran17-Oct-02 0:46 
AnswerRe: How can i get the Window Handle... Pin
Tomasz Sowinski17-Oct-02 0:51
Tomasz Sowinski17-Oct-02 0:51 
Use Spy++ to get the ID of the edit control. With this, you should be able to grab handle of main window (the edit's parent) with FindWindow and get the edit handle with GetDlgItem.

Tomasz Sowinski -- http://www.shooltz.com

*** Purgamentum init, exit purgamentum ***

GeneralRe: How can i get the Window Handle... Pin
Renjith Ramachandran17-Oct-02 0:57
Renjith Ramachandran17-Oct-02 0:57 
GeneralRe: How can i get the Window Handle... Pin
Tomasz Sowinski17-Oct-02 0:58
Tomasz Sowinski17-Oct-02 0:58 
GeneralRe: How can i get the Window Handle... Pin
Renjith Ramachandran17-Oct-02 1:00
Renjith Ramachandran17-Oct-02 1:00 
GeneralRe: How can i get the Window Handle... Pin
Tomasz Sowinski17-Oct-02 1:08
Tomasz Sowinski17-Oct-02 1:08 
GeneralRe: How can i get the Window Handle... Pin
Renjith Ramachandran17-Oct-02 1:58
Renjith Ramachandran17-Oct-02 1:58 
GeneralRe: How can i get the Window Handle... Pin
Tomasz Sowinski17-Oct-02 2:05
Tomasz Sowinski17-Oct-02 2:05 
GeneralRe: How can i get the Window Handle... Pin
Renjith Ramachandran17-Oct-02 6:05
Renjith Ramachandran17-Oct-02 6:05 
QuestionHow to create a StartDialog Pin
AnTri16-Oct-02 23:55
AnTri16-Oct-02 23:55 
AnswerRe: How to create a StartDialog Pin
Tomasz Sowinski17-Oct-02 0:02
Tomasz Sowinski17-Oct-02 0:02 
GeneralRe: How to create a StartDialog Pin
AnTri17-Oct-02 0:22
AnTri17-Oct-02 0:22 
GeneralRe: How to create a StartDialog Pin
Tomasz Sowinski17-Oct-02 0:26
Tomasz Sowinski17-Oct-02 0:26 
AnswerRe: How to create a StartDialog Pin
Renjith Ramachandran17-Oct-02 0:51
Renjith Ramachandran17-Oct-02 0:51 
GeneralMCI Pin
Gian16-Oct-02 23:10
Gian16-Oct-02 23:10 
GeneralRe: MCI Pin
Tomasz Sowinski17-Oct-02 0:09
Tomasz Sowinski17-Oct-02 0:09 
GeneralRe: MCI Pin
Gian17-Oct-02 1:52
Gian17-Oct-02 1:52 
GeneralRe: MCI Pin
Steve S17-Oct-02 2:33
Steve S17-Oct-02 2:33 
GeneralSubclassing Listbox Pin
suresh_sathya16-Oct-02 22:56
suresh_sathya16-Oct-02 22:56 

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.