Archive: How to get a HWND window handle ?


How to get a HWND window handle ?
I need to call a dll function from my setup with a handle to the setup window as a parameter. How to get this handle ?
I didn't find anything on the setup nor the forum.


You can find it in NSIS manual 4.2.3 Constants as $HWNDPARENT ;)


Thanks a lot !