::SendMessage(hNotepad, WM_SETTEXT, 0, (LPARAM) "Hah, I found you!"); and ::MessageBox(0, "Couldn't find notepad.", "Darn", MB_OK); or MessageBox("Couldn't find notepad.", "Darn", MB_OK);
D
dkarpezo_2
@dkarpezo_2
Posts
-
HWND / CWnd* - compile errors -
Deskband, how to show/hideI have made deskband object. How to programmatically show and hide it? If that was explorer bar, i'd use IWebBrowser2::ShowBrowserBar. Thank you!