|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I'm trying to hide a combobox when someone presses backspace this is part of my code: (8 is the ascii-code of backspace) Private Sub ComboBox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles ComboBox1.KeyPress If Asc(e.KeyChar) = 8 Then ComboBox1.Visible = False End If End Sub It workes in the normal framework, but not in the compact framework. Can somebody help me with this? |
|
#2
|
|||
|
|||
|
regarding combobox key press
hi,
just get the me the information about compact .net framework as we r working on .net latest version and i dont find any error for the same pls send me the information about compact framework. anand vithal |
|
#3
|
|||
|
|||
|
version
It had something to do with the .NET CF version indeed.
It works with the latest version. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > .NET Development > Combobox keypress |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|