Posted By
|
Message
|
Klikmaster Master of all things Klik
Registered 08/07/2002
Points 2599
|
19th January, 2004 at 14:01:13 -
I am making an application. When I run it, I resize the window and I see the frame border. I dont want to see it, I want everything to fill the window, but not resize it. Think of an app like Microsoft Word, maximise it. That is what I want to happen, not with the frame border, if you see what I mean. Thanks
n/a
|
Tiles Possibly Insane
Registered 06/12/2002
Points 2339
|
20th January, 2004 at 09:11:16 -
the only way as i know is to change the screen resolution at startup.
application - properties/window/change resolution mode
there is also the display properties object with which you can change the resolution mode while the app is running. but it doesn´t work with direct x. and so it is a pain for scrolling games ...
Free graphics,Free Games
http://www.reinerstilesets.de
|
Shen Possibly Insane
Registered 14/05/2002
Points 3497
|
20th January, 2004 at 09:46:57 -
Make the frame 1600x1200 or so, and put the Window object in it (not Window Control or anything) Then you can use the window to set the client frame area (I think it's that, I can't check right now) to the window area. Then you'll have to reposition everything from the values. If you don't want to resize all your other frames, use a subapp or something to keep them.
I'll explain more later (I have an example)
gone fishin'
|
Klikmaster Master of all things Klik
Registered 08/07/2002
Points 2599
|
20th January, 2004 at 11:10:35 -
Can you tell me where to get the window object
And can you show me your example, pretty pleez
Thanx
n/a
|
|
|