[Gambas-user] About KeyPress

Rob sourceforge-raindog2 at ...94...
Sat Mar 20 21:31:21 CET 2004


On Saturday 20 March 2004 15:15, Dark Trorrr wrote:
>   IF key.Return = TRUE THEN message("Se presionó")
>   IF key.Return THEN message("Se presionó")

IF Key.code = Key.return THEN message("Se presionó")

Rob





More information about the User mailing list