Click here to Skip to main content
15,929,263 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DLL Register Server Pin
Joaquín M López Muñoz15-Feb-02 7:51
Joaquín M López Muñoz15-Feb-02 7:51 
GeneralRe: DLL Register Server Pin
Nnamdi Onyeyiri15-Feb-02 7:58
Nnamdi Onyeyiri15-Feb-02 7:58 
GeneralRe: DLL Register Server Pin
Mazdak15-Feb-02 8:03
Mazdak15-Feb-02 8:03 
GeneralRe: DLL Register Server Pin
Mazdak15-Feb-02 7:58
Mazdak15-Feb-02 7:58 
GeneralRe: DLL Register Server Pin
Nemanja Trifunovic15-Feb-02 8:04
Nemanja Trifunovic15-Feb-02 8:04 
GeneralRe: DLL Register Server Pin
Nish Nishant15-Feb-02 8:24
sitebuilderNish Nishant15-Feb-02 8:24 
GeneralRe: DLL Register Server Pin
Mazdak15-Feb-02 8:42
Mazdak15-Feb-02 8:42 
QuestionWM_SIZE & WM_MOVE only sent by DefWindowProc (...) ?? Pin
15-Feb-02 7:20
suss15-Feb-02 7:20 
Hi,
i have a window, simply created with the Win32 API (RegisterWindowEx and CreateWindowEx) no MFC.

I use my own WindowProc (...), and return DefWindowProc to process the messages i don't process myself.... a classic.

I processed the WM_SIZE and WM_MOVE messages up to now without problems, but i have added the processing of the WM_WINDOWPOSCHANGED in my window proc, and i don't receive WM_SIZE and WM_MOVE messages anymore.

Looking at the VC6 docs for WINDOWPOSCHANGED, they briefly say that when DefWindowProc() processes WINDOWPOSCHANGED, it sends the WM_MOVE and WM_SIZE messages to the window.

Then, now i process WINDOWPOSCHANGED myself, that seems to be logic that i don't receive WM_MOVE and WM_SIZE anymore.

Here is my question,
are the WM_MOVE and WM_SIZE messages sent EXCLUSIVELY by DefWindowProc() or does the system(framework) sends these messages to my window too ?

If the system sends them too, could you please tell me when it does so ?

Cheers,
Lion.
AnswerRe: WM_SIZE & WM_MOVE only sent by DefWindowProc (...) ?? Pin
Joaquín M López Muñoz15-Feb-02 7:41
Joaquín M López Muñoz15-Feb-02 7:41 
GeneralRe: WM_SIZE & WM_MOVE only sent by DefWindowProc (...) ?? Pin
15-Feb-02 7:51
suss15-Feb-02 7:51 
GeneralRe: WM_SIZE & WM_MOVE only sent by DefWindowProc (...) ?? Pin
Joaquín M López Muñoz15-Feb-02 7:55
Joaquín M López Muñoz15-Feb-02 7:55 
GeneralRe: WM_SIZE & WM_MOVE only sent by DefWindowProc (...) ?? Pin
15-Feb-02 11:45
suss15-Feb-02 11:45 
Generalproblem with mmsystem.h Pin
starn15-Feb-02 7:10
starn15-Feb-02 7:10 
GeneralRe: problem with mmsystem.h Pin
Joaquín M López Muñoz15-Feb-02 7:13
Joaquín M López Muñoz15-Feb-02 7:13 
GeneralRe: problem with mmsystem.h Pin
starn15-Feb-02 7:39
starn15-Feb-02 7:39 
GeneralRe: problem with mmsystem.h Pin
Joaquín M López Muñoz15-Feb-02 7:45
Joaquín M López Muñoz15-Feb-02 7:45 
GeneralRe: problem with mmsystem.h Pin
starn15-Feb-02 7:56
starn15-Feb-02 7:56 
GeneralRe: problem with mmsystem.h Pin
Joaquín M López Muñoz15-Feb-02 8:00
Joaquín M López Muñoz15-Feb-02 8:00 
GeneralRe: problem with mmsystem.h Pin
starn15-Feb-02 8:09
starn15-Feb-02 8:09 
GeneralRe: problem with mmsystem.h Pin
Joaquín M López Muñoz15-Feb-02 9:25
Joaquín M López Muñoz15-Feb-02 9:25 
GeneralRe: problem with mmsystem.h Pin
starn15-Feb-02 9:45
starn15-Feb-02 9:45 
GeneralI found it! Pin
Joaquín M López Muñoz15-Feb-02 10:11
Joaquín M López Muñoz15-Feb-02 10:11 
GeneralRe: I found it! Pin
starn16-Feb-02 4:32
starn16-Feb-02 4:32 
GeneralRe: I found it! Pin
Joaquín M López Muñoz16-Feb-02 5:05
Joaquín M López Muñoz16-Feb-02 5:05 
GeneralRe: I found it! Pin
starn16-Feb-02 5:37
starn16-Feb-02 5:37 

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.