I find same strange problem when work with DirectX9. when I push Ctrl+Alt+Del and open Task Manager, my Window Render function is go on, device is ok, but in the window I see backgraund of my desktop... even clear backgraund function don't do nothing with it!
User 3822629
Posts
-
DirectX 9 and Task Manager. -
win32 window + dialog + messageboxI don't now what to say - but even if I make another modless dialog child of my first - it can't take focus...something wrong, but I have no idea what.. :(
-
win32 window + dialog + messageboxMessageBox(m_hWnd,text,NULL,NULL);
-
win32 window + dialog + messageboxMessageBox.
-
win32 window + dialog + messageboxCreateDialog(hWnd,...) - child of main window MessageBox(m_hWnd,..) - child of the Dialog
-
win32 window + dialog + messagebox- first Dialog - CreateDialog(...) 2) messageBox - MessageBox(...)
-
win32 window + dialog + messageboxI have winodow and create dialog with createdialog() function. all works fine. But in same time I have to show DialogBox on the dialog. and in this moment DialogBox can't take focus - it has no action on button click on it...can I do something with it?
-
wininet, hide password in html requestCan I hide password in html request if I use wininet?
-
Plz, Help! win32 - edges on buttonsSenks for everybody, it was very helpful.
-
Plz, Help! win32 - edges on buttonsSorry, I first time in this forum...
-
Plz, Help! win32 - edges on buttonswin32 - edges on buttons - I need to show images on buttons in win32, but I need that borders of buttons, it's edges will be transparent!! I don't need them!! plz, help - I can't find the way to do it
-
win32 dialogs...I create Dialog Box with case WM_CTLCOLORSTATIC: { HDC hdcStatic = (HDC)wParam; SetTextColor(hdcStatic, RGB(255, 255, 255)); SetBkMode(hdcStatic, TRANSPARENT); return (long)(g_hbrBackground); } but after chusing another program and return to dialog activation - it don't show dialog box at all!!! (when I do UpdateWindow in case ON_PAINT, it show dialog, but without color!!)
-
Colored Text in win32 window + scrolland if I use win32 without MFC?
-
Colored Text in win32 window + scrollCan I use TextOut with possability to scroll window?
-
Colored Text in win32 windowPlz, Help! I need to set colored text in win32 window - in code. but it must be no only one color - it must be 3 colors to specified texts - one text blue, one text - red one - text green and all texts must be at ones in one window. plz, help!