AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Center the FileSelectFile window

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
L-Cartinine



Joined: 28 Nov 2007
Posts: 69

PostPosted: Thu Oct 02, 2008 10:41 pm    Post subject: Center the FileSelectFile window Reply with quote

I have been unsucessful to center the FileSelectFile box with the usual ways i have used good to centre other windows. The box pops up in the far left when selecting a filename and like it to appear in the centre. I have also used SetTitleMode 2 and search for the text but all to no avail. it just won't play ball like other windows.
Back to top
View user's profile Send private message
purloinedheart



Joined: 04 Apr 2008
Posts: 537
Location: Canada

PostPosted: Thu Oct 02, 2008 10:54 pm    Post subject: Reply with quote

A very old solution that works very well
Back to top
View user's profile Send private message
SKAN



Joined: 26 Dec 2005
Posts: 8688

PostPosted: Thu Oct 02, 2008 11:17 pm    Post subject: Reply with quote

Code:
Gui +OwnDialogs
Gui, Show , x200 y200 w1 h1 Hide
FileSelectFile, SelectedFile, 3, , Open a file, Text Documents (*.txt; *.doc)

_________________
URLGet - Internet Explorer based Downloader
Back to top
View user's profile Send private message Send e-mail
L-Cartinine



Joined: 28 Nov 2007
Posts: 69

PostPosted: Fri Oct 03, 2008 12:31 am    Post subject: Reply with quote

hi and thank you both.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group