help me on this please!!
these are Tforms;
that May Not Make Any Sense thoughSCAR Code:Procedure PressKey(Sender: TObject); // And I don't Know what else i need to put in with this to know When they Pressed the key
Form.onKeyPress := @Presskey;![]()
help me on this please!!
these are Tforms;
that May Not Make Any Sense thoughSCAR Code:Procedure PressKey(Sender: TObject); // And I don't Know what else i need to put in with this to know When they Pressed the key
Form.onKeyPress := @Presskey;![]()
Um I don't know exactly what your trying to say, If I could see the whole procedure that would help. But From what I can tell make a Boolean for key pressed. Sorry if this dosn't help but I need more info.
If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig
Hmm Try and make this work
SCAR Code://////////////////////////////////////////////
// Pops Up Window When you press a key
//
/////////////////////////////////////////
Var
Form: TForm;
App : TApplication;
Button : Tbutton;
Procedure ButtonClick(Sender:TObject);
begin
From:= mrOk;
end;
Procedure KeyEvent(Sender:TObeject);
begin
App.MessageBox('You pressed Some Kind Of Pressed A Button!!!!','Button Pressed',1);
end;
Procedure LoadForm;
begin
Form:= CreateForm(From);
Form.OnKeyPress:=@KeyEvent;
....
....
....
Button.OnClick := @ButtonClick;
end;
begin
LoadForm;
end;
You Should be Able To UnderStand That?
I'm sorry I just can't tell were you are going with this due to lack of other parts. Maybe someone a little bit more experienced will help you. Sorry at least I tried!
Thanks
DrowningTrout
If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig
thank yah much i will just use
Timer : TTimer;
that should work![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)