![]() |
|
|||||||
| 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 |
|
|||
|
Hi. wanna ask about keypress and selection changed.
When i try this code : Sub App_Start Form1.Show End Sub Sub textbox1_KeyPress (key) msgbox ("tes1") End Sub Sub listbox1_SelectionChanged (Index, Value) msgbox("tes2") End Sub ----- At the runtime it works properly, so when i type something at textbox the msgbox opened. And when i select different value at listbox the msgbox opened correctly. But after it has been compiled, the compiled file (both for device and windows) is not working properly. There's completely no response when i typed something at textbox or select different value at listbox. The msgbox doesn't appear. Something wrong? I compiled with Basic4ppc v6.05 and v6.30. With Basic4ppc v6.01 it works.. Weird... Thank you.. ![]() |
![]() |
| 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 |
| getting the Pressed Key in the KeyPress event | Cableguy | Questions & Help Needed | 2 | 09-05-2008 06:17 PM |
| Keypress | ceaser | Questions & Help Needed | 2 | 05-28-2008 05:21 AM |
| Delete keypress | emaster | Questions & Help Needed | 2 | 12-04-2007 07:15 AM |
| Listview and SelectionChanged | magi6162 | Questions & Help Needed | 11 | 09-06-2007 10:02 AM |
| How to create endless loop with keypress | Stellaferox | Questions & Help Needed | 10 | 05-17-2007 09:09 PM |