cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Changing window size with WinAPI
Changing window size with WinAPI
Jun 12, 2009 at 9:34am UTC
Tom Backton
(119)
How do I change the window size with WinAPI? Do I have to destroy the window and recreate it with new width and height parameters?
Jun 12, 2009 at 9:56am UTC
TheMapf
(3)
Hi Tom
is this what you need?
>>> SetWindowPos <<<
http://msdn.microsoft.com/en-us/library/ms633545(VS.85).aspx
Jun 12, 2009 at 4:57pm UTC
Tom Backton
(119)
Yes. Thanks :)
Topic archived. No new replies allowed.