Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Edit control keyboard accelerator


1 reply to this topic

Doru C.

Doru C.
  • Full Members
  • 2 posts

Posted 01 August 2005 - 20:40

Does anyone know how to assign a keyboard accelerator to an edit control?

In a custom MSI dialog we usually prompt for input using edit fields and tell the user what to input using a text area control. It is easy to add the '&' to it but how do you tell MSI that it should focus on the edit field below and not on the static text?

TIA,
Doru

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 03 August 2005 - 19:44

Make sure the edit control is next in tab order after the static text. this should move the focus to the edit field.