Thema: Delphi Hotkey to String

Einzelnen Beitrag anzeigen

Benutzerbild von DGL-luke
DGL-luke

Registriert seit: 1. Apr 2005
Ort: Bad Tölz
4.149 Beiträge
 
Delphi 2006 Professional
 
#6

Re: Hotkey to String

  Alt 24. Feb 2007, 18:30
Du bekommst da ein Integer zurück. Das ist dein Hotkey. -> MSDN-Library durchsuchenHKM_GETHOTKEY

EDIT: In deinem Fall:

HotKeyIdent := SendMessage(JvHotkey1.Handle, HKM_GETHOTKEY,0,0);
Lukas Erlacher
Suche Grafiktablett. Spenden/Gebrauchtangebote willkommen.
Gotteskrieger gesucht!
For it is the chief characteristic of the religion of science that it works. - Isaac Asimov, Foundation I, Buch 1
  Mit Zitat antworten Zitat