Click here to Skip to main content
16,011,469 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How??? Pin
Carlos Antollini21-Nov-01 9:18
Carlos Antollini21-Nov-01 9:18 
GeneralRe: How??? Pin
pcverden21-Nov-01 9:31
pcverden21-Nov-01 9:31 
GeneralRe: How??? Pin
Carlos Antollini21-Nov-01 9:53
Carlos Antollini21-Nov-01 9:53 
GeneralRe: How??? Pin
pcverden21-Nov-01 9:57
pcverden21-Nov-01 9:57 
GeneralRe: How??? Pin
Nish Nishant19-Nov-01 13:07
sitebuilderNish Nishant19-Nov-01 13:07 
GeneralPostMessage (hWnd = 0) Pin
Goa19-Nov-01 8:24
Goa19-Nov-01 8:24 
GeneralRe: PostMessage (hWnd = 0) Pin
Alvaro Mendez19-Nov-01 10:25
Alvaro Mendez19-Nov-01 10:25 
GeneralRe: hWnd = 0 -> No windows Pin
Masaaki Onishi19-Nov-01 11:38
Masaaki Onishi19-Nov-01 11:38 
Hello, the codegurus around the world.;)

If you use Window API's PostMessage, you have to pass the window handle called
HWND.

If this HWND is NULL (0), this Window isn't created yet.
That is, PostMessage function will not post this message.
So, maybe you had better use if (hWnd), and use PostMessage Windows API function
inside callback function?Roll eyes | :rolleyes:

Have a nice day!

-Masaaki Onishi-


GeneralRe: PostMessage (hWnd = 0) Pin
luckylourson20-Nov-01 1:27
luckylourson20-Nov-01 1:27 
GeneralSHBrowseForFolder and BIF_NONEWFOLDERBUTTON Pin
Maximilien19-Nov-01 7:56
Maximilien19-Nov-01 7:56 
GeneralRe: SHBrowseForFolder and BIF_NONEWFOLDERBUTTON Pin
Michael Dunn19-Nov-01 8:02
sitebuilderMichael Dunn19-Nov-01 8:02 
GeneralRe: SHBrowseForFolder and BIF_NONEWFOLDERBUTTON Pin
Mark Terrano30-Nov-01 6:31
Mark Terrano30-Nov-01 6:31 
QuestionFast scan binary file with STL? Pin
Todd Smith19-Nov-01 7:53
Todd Smith19-Nov-01 7:53 
GeneralPoor little orphan button Pin
Derek Lakin19-Nov-01 6:51
Derek Lakin19-Nov-01 6:51 
GeneralRe: Poor little orphan button Pin
Alvaro Mendez19-Nov-01 10:36
Alvaro Mendez19-Nov-01 10:36 
GeneralRe: Poor little orphan button Pin
Derek Lakin19-Nov-01 19:59
Derek Lakin19-Nov-01 19:59 
GeneralRe: Poor little orphan button Pin
Alvaro Mendez20-Nov-01 8:10
Alvaro Mendez20-Nov-01 8:10 
GeneralRe: Poor little orphan button Pin
Derek Lakin20-Nov-01 23:32
Derek Lakin20-Nov-01 23:32 
GeneralRe: Poor little orphan button Pin
Derek Lakin22-Nov-01 0:54
Derek Lakin22-Nov-01 0:54 
GeneralDialog Box Problems Pin
19-Nov-01 6:29
suss19-Nov-01 6:29 
GeneralRe: Dialog Box Problems Pin
Carlos Antollini19-Nov-01 7:54
Carlos Antollini19-Nov-01 7:54 
GeneralRe: Dialog Box Problems Pin
Michael Dunn19-Nov-01 7:57
sitebuilderMichael Dunn19-Nov-01 7:57 
GeneralRe: Dialog Box Problems Pin
mvworld19-Nov-01 10:46
mvworld19-Nov-01 10:46 
GeneralPrinting - positioning problem Pin
pmarki19-Nov-01 6:09
pmarki19-Nov-01 6:09 
GeneralRe: Printing - positioning problem Pin
Rassman20-Nov-01 5:18
Rassman20-Nov-01 5:18 

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.