AutoHotkey Community

It is currently May 27th, 2012, 6:23 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: February 24th, 2011, 10:55 pm 
Offline

Joined: July 7th, 2008, 7:29 pm
Posts: 27
Is it possible to create a gui with no border and a picture covering the entire thing? I tried the following but there is still a small grey border around the edges:

Code:
Gui, -0x800000
Gui, Add, Picture, X-3 Y-3 W%xplorerWidth% H%xplorerHeight%, screen.png
Gui, Show, X%xplorerX% Y%xplorerY% W%xplorerWidth% H%xplorerHeight% NoActivate


thanks


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 25th, 2011, 12:13 am 
Offline
User avatar

Joined: November 2nd, 2008, 4:23 pm
Posts: 2906
Location: 127.0.0.1
This should work.
Gui, +ToolWindow -Caption

_________________
aboutscriptappsscripts
Any code ⇈ above ⇈ requires AutoHotkey_L to run


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 25th, 2011, 4:46 am 
Offline

Joined: July 7th, 2008, 7:29 pm
Posts: 27
Thanks :D. I wish all my questions had an answer this simple.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 25th, 2011, 9:53 am 
Offline
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8776
gui with no border and a picture covering the entire thing?

Code:
Gui, -Caption
Gui, Margin, 0, 0
Gui, Add, Picture, , screen.png
Gui, Show


Report this post
Top
 Profile  
Reply with quote  
 Post subject: SplashImage?
PostPosted: February 26th, 2011, 3:41 am 
Offline

Joined: December 26th, 2010, 7:40 pm
Posts: 4172
Location: Awesometown, USA
or even SplashImage depending on your needs
http://www.autohotkey.com/docs/commands/Progress.htm

_________________
Autofire, AutoClick, Toggle, SpamWindow Control Tools
Recommended: AutoHotkey_L


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], hd0202, Yahoo [Bot] and 61 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group