[Gambas-user] How detect in ReKeyRelease that user pres e.g. Enter Key

Arkadiusz Zychewicz oczykota at ...988...
Sun Jun 26 15:29:51 CEST 2005


in method: PUBLIC SUB TextBox1_KeyRelease()

i try do some like that
   IF  Key.Enter THEN TextBox1.Visible = FALSE
or
   IF  Key.Enter = Key.Text THEN TextBox1.Visible = FALSE
or
   IF  Key = Key.Enter THEN TextBox1.Visible = FALSE
or
   IF  Key = Enter THEN TextBox1.Visible = FALSE

but this is don't work.

How do it?




More information about the User mailing list