forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Full screen

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
Quatre87
Valued Newbie


Joined: 07 Jan 2004
Posts: 25

PostPosted: Thu Oct 07, 2004 10:27 pm    Post subject: Full screen Reply with quote

How can i do a full screen window?
Back to top
View user's profile Send private message
ShinobiSoft
Professional Member
Professional Member


Joined: 06 Nov 2002
Posts: 790
Location: Knoxville, Tn

PostPosted: Fri Oct 08, 2004 1:33 am    Post subject: Reply with quote

See if this is what ya want:
Code:


rem Get the screens dimensions
%%screenWidth = @sysinfo(SCREENWIDTH)
%%screenHeight = @sysinfo(SCREENHEIGHT)

rem Create the window full screen size
dialog create,My Window,-1,-1,%%screenWidth,%%screenHeight
dialog show

rem Now we must maximize the window
window maximize,My Window



Hope this helps! Smile

_________________
Bill Weckel
ShinobiSoft Software

"The way is known to all, but not all know it."
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
Quatre87
Valued Newbie


Joined: 07 Jan 2004
Posts: 25

PostPosted: Fri Oct 08, 2004 6:59 pm    Post subject: Reply with quote

Thanks, but, this code doesn't hide the windows bar.. is impossible hide it?
Back to top
View user's profile Send private message
Garrett
Moderator Team


Joined: 04 Oct 2001
Posts: 2149
Location: A House

PostPosted: Fri Oct 08, 2004 8:37 pm    Post subject: Reply with quote

If using VDS 4 or 5, you can use TASKBAR HIDE and TASKBAR SHOW

If using VDS 2 or 3, you can use
WINDOW HIDE,@winexists(#Shell_TrayWnd)
and
WINDOW NORMAL,@winexists(#Shell_TrayWnd)

-Garrett

_________________
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group