Click here to Skip to main content
15,897,334 members

Comments by Member 13919032 (Top 3 by date)

Member 13919032 20-Jul-18 5:07am View    
Dear Richard, could you help me to explain why CreateWindow() in WndProc directly send Msg (WM_CREATE) and go into WndProc again without out the WndProc?
Thanks.
Member 13919032 20-Jul-18 4:59am View    
Maybe this is the problem,I'm checking it. Thank you,Richard.
Member 13919032 20-Jul-18 3:28am View    
Dear Jochen,Thank for your reply.
"global" store some vars used between different threads.
PostMessage is successful ,because it has run to CreateWindow() of WndPro in another thread,but just not return from it.
May i know the diffrence between WM_APP and WM_USER?