GLBasic forum

Main forum => GLBasic - en => Topic started by: kamakazieturtle on 2011-Aug-07

Title: Window Resizing
Post by: kamakazieturtle on 2011-Aug-07
So I really want to be able to re-size the window with the Maximize button and Restore buttons, unfortunately I am no in-line coder. I was hoping someone could either point me in the right direction of where I can learn to achieve this. Or if someone has some spare code I would greatly appreciate it. Either way I am eager to learn this and would also like to be able to re-size with the edges of the window.
Title: Re: Window Resizing
Post by: MrTAToad on 2011-Aug-07
You will need to use C - and its only possible for Windows, assuming GLB_WIN32_MSG returns codes for the minimise and maximise buttons - which it does seem to.
Title: Re: Window Resizing
Post by: Kitty Hello on 2011-Aug-16
I'll have a look if SDL support s this, and see if I can make an option to have windows resizeable.
Title: Re: Window Resizing
Post by: kamakazieturtle on 2011-Aug-16
If it is possible it would be greatly appreciated.