| View previous topic :: View next topic |
| Author |
Message |
majkinetor
Joined: 24 May 2006 Posts: 4511 Location: Belgrade
|
Posted: Mon Feb 22, 2010 5:02 pm Post subject: |
|
|
It doesn't require COM. Also, struct has only 3 params. Using it is as simple as DllCall.
See this _________________
 |
|
| Back to top |
|
 |
Guest
|
Posted: Mon Feb 22, 2010 5:19 pm Post subject: |
|
|
| 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? |
|
| Back to top |
|
 |
Guest
|
Posted: Mon Feb 22, 2010 5:28 pm Post subject: |
|
|
| 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? |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3910 Location: Bremen, Germany
|
Posted: Tue Feb 23, 2010 5:35 pm Post subject: |
|
|
Thanks a lot,
I'll check it out. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3910 Location: Bremen, Germany
|
Posted: Tue Feb 23, 2010 5:51 pm Post subject: |
|
|
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  |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 4511 Location: Belgrade
|
Posted: Mon Jun 28, 2010 2:27 pm Post subject: |
|
|
Updated for AHK_L on the Forms page (v5.1) _________________
 |
|
| Back to top |
|
 |
poserpro
Joined: 21 Oct 2010 Posts: 438
|
Posted: Tue Jan 04, 2011 11:44 pm Post subject: |
|
|
This is a very helpful and resourceful post.
THANKS
-poserpro _________________
~C'est La Vie~
I like AHK_L and Unicode
Joined : Oct 11, 2010
|
|
| Back to top |
|
 |
|