![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Hello Standa,
a possible workaround could be using a timer: Code:
Sub Globals 'Declare the global variables here. End Sub Sub App_Start Timer1.Interval = 1 Timer1.Enabled = false Form1.Show End Sub Sub TextBox1_KeyPress (key) Timer1.Enabled = true End Sub Sub Timer1_Tick Timer1.Enabled = false ' do calculation End Sub specci48 |
|
||||
|
You should use the TextChanged event instead of KeyPress.
You will need to add a reference to the door library. There is an example in the door manual. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| "AddEvent" and "buttonUp/buttonDown" | Byak@ | Questions & Help Needed | 12 | 09-10-2008 04:04 PM |
| Neuling bei Basic4ppc - wollte mal "Hallo" sagen ... | JOTHA | German Forum | 49 | 08-29-2008 12:59 AM |
| Is there any thing like Visual Basic "Tabbed dialog control" in Basic4ppc? | mozaharul | Questions & Help Needed | 6 | 03-23-2008 12:07 PM |
| Image Button kommt nicht wieder "hoch" | troll | German Forum | 3 | 02-22-2008 10:03 AM |
| calling the device's "Programs" or "settings" screens | HarleyM | Questions & Help Needed | 0 | 12-05-2007 03:59 AM |