Discussion Board
-
how to make a full screen window?
2002-05-29, 15:30
#1
Super Contributor
I am trying to create a full screen window.. tried using
SetSize(TSize(640,200));
but the indicator are remains... how to make a full screen window?
thanks,
ashish
Posted by Asheesh Sangamneheri, asangamneheri@hotmail.com
on January 21, 2002 at 13:14
-
RE: how to make a full screen window?
2002-05-29, 15:30
#2
Super Contributor
Posted by MTIT Support, support@mtit1.at
on January 22, 2002 at 11:24
Try to use SetRect(TRect(TPoint(0,0),TSize(640,200)));
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules