Thema: Delphi Combobox + Thotkey

Einzelnen Beitrag anzeigen

Blackheart

Registriert seit: 4. Mai 2005
846 Beiträge
 
Delphi 7 Enterprise
 
#5

Re: Combobox + Thotkey

  Alt 21. Jun 2009, 21:03
So könnt es gehen, musst du mal probieren.
Delphi-Quellcode:
CKEY:String;
...

CKEY:= Combobox1.Items[Combobox1.ItemIndex];
RegisterHotKey(Handle, 11,0,ord(CKEY[1]));
Blackheart
  Mit Zitat antworten Zitat