GLBasic forum

Main forum => GLBasic - en => Topic started by: kamakazieturtle on 2010-Nov-19

Title: Windowed Mode Question
Post by: kamakazieturtle on 2010-Nov-19
I searched the forum but couldn't find any answers. Is there a way to make a program in windowed mode that can be maximized and even adjusted in the bottom right corner?
Title: Re: Windowed Mode Question
Post by: MrTAToad on 2010-Nov-20
You would have to change the window atrributes using SetWindowLong (or equivilent) in Windows - to do this you need to use INLINE code.

For other platforms, it may be possible, but, especially for Linux, would be rather hard.
Title: Re: Windowed Mode Question
Post by: kamakazieturtle on 2010-Nov-20
So I was dreading, haha. Thanks for the reply.