Focus issues with InstallOptions.dll
After successfully installing the app, I want to prompt the user to enter their database server and database name, so that I can set up their INI file properly.
Using InstallOptions.dll to do it is fine, but when the page defined for it appears, it doesn't set the focus to the first field. Instead the focus is still on the Next button at the bottom. Is there any way around that?
Also, I noticed that static text labels (which have no tab value) seem to get tabbed "to" anyway. If I have a page with 4 fields (2 labels, 2 text boxes), I have to press TAB twice to go from text box #1 to textbox #2, since it seems to first go the static text label which is in between them.
Is there any way around that too?
Makes the whole install process a bit less professional and more prone to user errors otherwise...
I'm using 1.96.
Thanks in advance....