Archive: Creating folder selection dialog


Creating folder selection dialog
Dear Friends

Below shown is an image created using java swings.
I want to create the same using NSIS tool, i.e., I need a folder selection dialog and a password input field. The folder selection dialog must work like the path selection during installation.

http://i.imgur.com/uTXIy.jpg


Once the OK button is pressed I want to check whether the text is entered or not.
Also, is it possible to disable the edit feature of a text input field?

Please provide sample code

Thanks
Sunil Kumar B M

Take a look at nsDialogs, check the examples and read the documentation...


Actually doing this in nsDialogs is more faster than writing your whole post :)