AutoHotkey Community

It is currently May 27th, 2012, 4:20 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 157 posts ]  Go to page Previous  1 ... 7, 8, 9, 10, 11
Author Message
 Post subject:
PostPosted: February 22nd, 2010, 6:02 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
It doesn't require COM. Also, struct has only 3 params. Using it is as simple as DllCall.

See this

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 22nd, 2010, 6:19 pm 
toralf wrote:
If you ever implement this SHBrowseForFolder I'll be happy to use it...

...what will SHBrowseForFolder() allow you to do that you can't do in FileSelectFolder?...if you can't write it & you can wait, I'll look into how hard it is to write...

majkinetor wrote:
Also, struct has only 3 params.

...SHBrowseForFolder's LPBROWSEINFO struct seems to have 8 params...

Code:
typedef struct _browseinfo {
    HWND hwndOwner;
    PCIDLIST_ABSOLUTE pidlRoot;
    LPTSTR pszDisplayName;
    LPCTSTR lpszTitle;
    UINT ulFlags;
    BFFCALLBACK lpfn;
    LPARAM lParam;
    int iImage;
} BROWSEINFO, *PBROWSEINFO, *LPBROWSEINFO;

...which function/struct were you talking about with 3 params?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 22nd, 2010, 6:28 pm 
Anonymous wrote:
...I'll look into how hard it is to write...

...just found this...
...didn't look at it long, but is that complete/working?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 23rd, 2010, 6:35 pm 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
Thanks a lot,
I'll check it out.

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 23rd, 2010, 6:51 pm 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
The difference is marginal. I'll have to test more to see if there is an advantage. One thing for sure is that it can show the files as well. But then I could use the FileSelectFile....
But thanks again for pointing at the forum page.

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 28th, 2010, 3:27 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
Updated for AHK_L on the Forms page (v5.1)

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 5th, 2011, 12:44 am 
Offline

Joined: October 21st, 2010, 12:52 pm
Posts: 490
This is a very helpful and resourceful post.


THANKS :D :D
-poserpro

_________________

~C'est La Vie~
I like AHK_L and Unicode ;-)
Joined : Oct 11, 2010


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 157 posts ]  Go to page Previous  1 ... 7, 8, 9, 10, 11

All times are UTC [ DST ]


Who is online

Users browsing this forum: Stigg and 8 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