Changing window size with WinAPI

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?
Hi Tom

is this what you need?

>>> SetWindowPos <<<
http://msdn.microsoft.com/en-us/library/ms633545(VS.85).aspx
Yes. Thanks :)
Topic archived. No new replies allowed.