LPARAM p = 0;
WORD width = 100;
WORD height = 100;
p = width << ((sizeof WORD) * 8);
p = p | height;
SendMessage(main_window_handle, WM_SIZE, SIZE_RESTORED, p);
Also, would people reccomend learning MFC (or something similar) for the creation of a frontend-like thing?
Thanks!
- Fuzz
Edited by - Holy Fuzz on August 3, 2001 12:27:41 PM
Resizing Windows
How do you resize a window? The following code does not work:
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement