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 

File Browser

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



Joined: 30 Jan 2009
Posts: 12

PostPosted: Sun Apr 26, 2009 3:30 am    Post subject: File Browser Reply with quote

my script expect a pqth to look up for a txt. i dont want the user to type it in every time. is there out any file/directory browser script what i can build it in to my GUI?
Back to top
View user's profile Send private message
evan1
Guest





PostPosted: Sun Apr 26, 2009 7:46 am    Post subject: Reply with quote

FileSelectFolder?
Back to top
SpiderGames



Joined: 09 Jun 2008
Posts: 936
Location: Canada

PostPosted: Sun Apr 26, 2009 1:31 pm    Post subject: Reply with quote

Try this.
Code:
Gui, Add, ListView,, File|Ending
Loop, C:\*.txt, 0, 1
 LV_Add("",A_LoopFileName, A_LoopFileExt)

Gui, Show
Return,

_________________

I know i have 6 legs. It's cuz I'm special.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
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