AutoHotkey Community

It is currently May 26th, 2012, 9:48 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: October 2nd, 2008, 11:41 pm 
Offline

Joined: November 28th, 2007, 9:54 am
Posts: 69
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 2nd, 2008, 11:54 pm 
Offline

Joined: April 4th, 2008, 8:15 pm
Posts: 538
Location: Canada
A very old solution that works very well


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 3rd, 2008, 12:17 am 
Offline
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8776
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
StartEx - Portable Shortcut Link


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 3rd, 2008, 1:31 am 
Offline

Joined: November 28th, 2007, 9:54 am
Posts: 69
hi and thank you both.


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: iBob35555VR, just me, krajan and 62 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