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

C / C++ / MFC

 
AnswerRe: How to find protected/encrypted word documents? Pin
David Crow1-Apr-04 6:53
David Crow1-Apr-04 6:53 
GeneralRe: How to find protected/encrypted word documents? Pin
GTS20201-Apr-04 22:54
GTS20201-Apr-04 22:54 
AnswerRe: How to find protected/encrypted word documents? Pin
gUrM33T1-Apr-04 16:39
gUrM33T1-Apr-04 16:39 
GeneralRe: How to find protected/encrypted word documents? Pin
GTS20201-Apr-04 22:56
GTS20201-Apr-04 22:56 
GeneralModem informations Pin
Chernobog11-Apr-04 3:44
Chernobog11-Apr-04 3:44 
GeneralRe: Modem informations Pin
Roger Wright1-Apr-04 4:30
professionalRoger Wright1-Apr-04 4:30 
QuestionWhich message window receives after all when it open? Pin
vgrigor1-Apr-04 3:43
vgrigor1-Apr-04 3:43 
AnswerRe: Which message window receives after all when it open? Pin
Prakash Nadar1-Apr-04 4:42
Prakash Nadar1-Apr-04 4:42 
vgrigor wrote:
Creation and Showing window is finished,
and window ready to work and working ?


I dont think there is a any that kinda message, but there is a workaround for this...
If i assume that you are talking about dialog window.
You need to do the following steps.

1.Define a custom window
#define WM_MYMESSAGE WM_USER + 1


2.Then at the end of the OnInitDialog you post this message
PostMessage(WM_MYMESSAGE,0,0);


3. Add a message handler for the message in the message map.
...
ON_MESSAGE(WM_MYMESSAGE,OnMyMessage)
...


4. Implement the function.



MSN Messenger.
prakashnadar@msn.com

"If history isn't good, just burn it." - Sidhuism.
AnswerRe: Which message window receives after all when it open? Pin
Harold Bamford1-Apr-04 12:33
Harold Bamford1-Apr-04 12:33 
GeneralRe: Which message window receives after all when it open? Pin
vgrigor1-Apr-04 19:33
vgrigor1-Apr-04 19:33 
AnswerRe: Which message window receives after all when it open? Pin
gUrM33T1-Apr-04 16:44
gUrM33T1-Apr-04 16:44 
GeneralDatabases and threads Pin
islheg1-Apr-04 3:09
islheg1-Apr-04 3:09 
GeneralRe: Databases and threads Pin
Prakash Nadar1-Apr-04 4:45
Prakash Nadar1-Apr-04 4:45 
GeneralEntering new lines in edit box Pin
satcat1-Apr-04 3:02
satcat1-Apr-04 3:02 
GeneralRe: Entering new lines in edit box Pin
David Crow1-Apr-04 3:24
David Crow1-Apr-04 3:24 
GeneralRe: Entering new lines in edit box Pin
basementman1-Apr-04 5:02
basementman1-Apr-04 5:02 
GeneralMemory Device context+Createcompatible Bitmap related query Pin
JHAKAS1-Apr-04 1:59
JHAKAS1-Apr-04 1:59 
GeneralRe: Memory Device context+Createcompatible Bitmap related query Pin
John R. Shaw1-Apr-04 9:36
John R. Shaw1-Apr-04 9:36 
QuestionHow to detect that background under child window is changed? Pin
vgrigor1-Apr-04 0:48
vgrigor1-Apr-04 0:48 
QuestionHow to obtain interface ip from destination ip ? Pin
VF1-Apr-04 0:04
VF1-Apr-04 0:04 
AnswerRe: How to obtain interface ip from destination ip ? Pin
Antony M Kancidrowski1-Apr-04 1:17
Antony M Kancidrowski1-Apr-04 1:17 
AnswerRe: How to obtain interface ip from destination ip ? Pin
Mike Dimmick1-Apr-04 1:49
Mike Dimmick1-Apr-04 1:49 
Generalset cursor of SDI Pin
MeWithNoName1-Apr-04 0:04
MeWithNoName1-Apr-04 0:04 
GeneralRe: set cursor of SDI Pin
Milton Karimbekallil1-Apr-04 0:39
Milton Karimbekallil1-Apr-04 0:39 
Generalvector math on different pc processors (amd, intel) Pin
Mediate31-Mar-04 23:33
Mediate31-Mar-04 23:33 

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.