WINAMP.COM | Forums > Developer Center > NSIS Discussion > Custom dropdown menu to show contents of a directory |
Last Thread
Next Thread
|
| Author |
|
|
Animaether Major Dude
Registered: Jun 2001 |
Use FindFirst, FindNext and FindClose to get the file entries in that folder, use IfFileExists "<root><found file entry>\*.*" for each found file entry to check if it's a folder, add to dropdown list items as you go. code: |
||
|
|
|
Ivan Andreevich Junior Member
Registered: Nov 2003 |
Great help, thanks. I'll see where I can get with that. |
||
|
|
|
Ivan Andreevich Junior Member
Registered: Nov 2003 |
It works very well. I used the following code to populate the nsDiaglogs DropList - |
||
|
|
|
Animaether Major Dude
Registered: Jun 2001 |
awesome - glad it worked.. and yes, nsDialogs makes this sort of thing much easier (although it has a steeper learning curve than e.g. installoptions) |
||
|
|
|
Last Thread Next Thread
|
WINAMP.COM | Forums > Developer Center > NSIS Discussion > Custom dropdown menu to show contents of a directory |
Forum Rules:
|