Archive: How can set focus for control?


How can set focus for control?
SendMessage?


If it is an InstallOptions dialog, use:
http://nsis.sourceforge.net/Set_Focus_to_a_Control

Otherwise, just call SetFocus with the System plugin:
http://msdn.microsoft.com/library/en...asp?frame=true

-Stu


Thanks a lot,I'll have a try.