Forum: NSIS Discussion
23rd June 2004, 21:33
|
|
Replies: 6
Views: 5,342
Use WM_NEXTDLGCTL
I had same problem but instead of using the System plug-in for setFocus function I used the following instead:
!define EM_SETSEL "0x0B1" ; Put this at the top somewhere
Function...
|