c# compact-framework textbox mouseleave
- by arnoldino
hello,
I would like to leave the textbox via code.
when user clicks in the textbox, and types in something , and then the user will click outside the textbox.
on the screen there are just labels. only this one textbox is on the form.
my problem is, that the textbox does not lost focus when I click everywhere on the screen. the texbox it still…