createwindowex Questions
2
Solved
I was wondering how can I create a window using Win32 API with a specific client area size.
When trying to create a window using the following piece of code, the entire window is 640x480, with the...
Lianne asked 30/1, 2011 at 15:54
3
I've determined that I can use GetSystemMetrics(SM_CMONITORS) to query the number of attached monitors, but is there any way to control what monitor CreateWindowEx() uses for the window?
Horologium asked 2/12, 2009 at 18:11
2
Solved
I would like to know if its possible to specify a WndProc for a Child Window created by CreateWindowEx.
I have created a Window Class, the Main Window, the Window Procedure and a Message Loop alre...
Workbench asked 5/6, 2015 at 13:40
2
Solved
With C#, I was easily able to get the effect I wanted:
However, I'm having trouble doing the same thing using the Win32 API in C. I don't know how to create a window that has no icon (at all), ...
Percheron asked 5/2, 2011 at 6:19
1
© 2022 - 2024 — McMap. All rights reserved.