I have this:
In the newly launched Ag 3 application in VS2008. I just changed the default to and added a KeyDown handler that pops up the MessageBox. < /p> But no matter how I try, the KeyD
I have this:
In the newly launched Ag 3 application in VS2008. I just changed the default to and added a KeyDown handler that pops up the MessageBox. < /p> But no matter how I try, the KeyD
procedure TMainForm.KeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);
begin
if (GetKeyState(Ord(‘Q ‘)) The above event only works when the focus is set to the main form.
If I run the ap