Click here to Skip to main content
15,915,160 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralVisible Property Pin
laphijia7-Jun-02 5:29
laphijia7-Jun-02 5:29 
GeneralRe: Visible Property Pin
Tomasz Sowinski7-Jun-02 5:24
Tomasz Sowinski7-Jun-02 5:24 
GeneralRe: Visible Property Pin
Rene De La Garza7-Jun-02 7:13
Rene De La Garza7-Jun-02 7:13 
Questionhow to execute an app on a remote machine? Pin
stefanb7-Jun-02 5:07
stefanb7-Jun-02 5:07 
AnswerRe: how to execute an app on a remote machine? Pin
Navin7-Jun-02 7:30
Navin7-Jun-02 7:30 
AnswerRe: how to execute an app on a remote machine? Pin
Mike Nordell7-Jun-02 23:45
Mike Nordell7-Jun-02 23:45 
Generalcopying windows Pin
7-Jun-02 4:58
suss7-Jun-02 4:58 
GeneralRe: copying windows Pin
Mike Nordell7-Jun-02 23:52
Mike Nordell7-Jun-02 23:52 
What you say you want will not work, and I'm pretty sure you aren't really sure neither what you have requested nor what you want.

If you for some strange reason want to hang the app, you have to forward all Window messages to another window yourself. PostMessage and SendMessage. But, it will not work. If you're lucky you will just hang your app. If unlucky you will hit one of the bugs in the USER32 subsystem and hang the whole machine.

where to put the stuff-to-be-put in OnCeate and other such functions in a hand coded control?

OnCreate is just a handler for WM_CREATE. There are many examples of plain Win32 API programming in the SDK.
Generalcreating new fonts-kinda rougish Pin
7-Jun-02 4:51
suss7-Jun-02 4:51 
GeneralRe: creating new fonts-kinda rougish Pin
Mike Nordell8-Jun-02 0:02
Mike Nordell8-Jun-02 0:02 
GeneralListBox case-sensitivity Pin
7-Jun-02 4:02
suss7-Jun-02 4:02 
QuestionHow to change the Background Color of a DataGrid Column Pin
7-Jun-02 3:43
suss7-Jun-02 3:43 
AnswerRe: How to change the Background Color of a DataGrid Column Pin
Mazdak7-Jun-02 4:16
Mazdak7-Jun-02 4:16 
GeneralQuestion on horizontal scroll for list box. Pin
Justin Somerville7-Jun-02 3:09
Justin Somerville7-Jun-02 3:09 
GeneralRe: Question on horizontal scroll for list box. Pin
Roger Allen7-Jun-02 4:29
Roger Allen7-Jun-02 4:29 
GeneralRe: Question on horizontal scroll for list box. Pin
PJ Arends7-Jun-02 5:25
professionalPJ Arends7-Jun-02 5:25 
QuestionHow to get the exitcode of a thread Pin
Klaus Petersen7-Jun-02 1:33
Klaus Petersen7-Jun-02 1:33 
AnswerRe: How to get the exitcode of a thread Pin
Tomasz Sowinski7-Jun-02 1:29
Tomasz Sowinski7-Jun-02 1:29 
GeneralRe: How to get the exitcode of a thread Pin
Klaus Petersen7-Jun-02 1:48
Klaus Petersen7-Jun-02 1:48 
GeneralRe: How to get the exitcode of a thread Pin
Tomasz Sowinski7-Jun-02 1:50
Tomasz Sowinski7-Jun-02 1:50 
GeneralRe: How to get the exitcode of a thread Pin
John M. Drescher8-Jun-02 0:13
John M. Drescher8-Jun-02 0:13 
Generalforcing a repaint on a dialog Pin
Nish Nishant7-Jun-02 1:14
sitebuilderNish Nishant7-Jun-02 1:14 
GeneralRe: forcing a repaint on a dialog Pin
Tomasz Sowinski7-Jun-02 1:26
Tomasz Sowinski7-Jun-02 1:26 
GeneralRe: forcing a repaint on a dialog Pin
Nish Nishant7-Jun-02 1:45
sitebuilderNish Nishant7-Jun-02 1:45 
GeneralRe: forcing a repaint on a dialog Pin
Ravi Bhavnani7-Jun-02 5:26
professionalRavi Bhavnani7-Jun-02 5:26 

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.