Ads-tec Softkeyboard Instrukcja Użytkownika Strona 34

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 41
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 33
Softkeyboard
34
© ads-tec GmbH • Raiffeisenstr.14 • 70771 Leinfelden-Echterdingen
HOTKEY FRONTKEY
Description
Receive this message if the hotkey frontkey was pressed.
Definition
static UINT SOFTKEY_KEYLOCK;
Registration
SOFTKEY_KEYLOCK = RegisterWindowMessage("SOFTKEY_KEYLOCK");
Usage
LRESULT CSoftKeyDlg::DefWindowProc(UINT message,
WPARAM wParam,
LPARAM lParam)
{
if (message == SOFTKEY_KEYLOCK)
{
[Your code starts here!]
}
}
Przeglądanie stron 33
1 2 ... 29 30 31 32 33 34 35 36 37 38 39 40 41

Komentarze do niniejszej Instrukcji

Brak uwag