M
Mark
Hi,
I write in Windows Forms 2.0. I have form and TexBox on the form.
I want after changing value of this textBox to raise event and update
record in database.
I want to raise this event after clicking in any part of my form. I
tried "Leave" i "LostFocus" but it works only when I click in another
control. Don't work when I click on 'background' of the form.
The best solution would be TextBox to lose focus when user click on
background.
How to do it ?
Thank you for help
I write in Windows Forms 2.0. I have form and TexBox on the form.
I want after changing value of this textBox to raise event and update
record in database.
I want to raise this event after clicking in any part of my form. I
tried "Leave" i "LostFocus" but it works only when I click in another
control. Don't work when I click on 'background' of the form.
The best solution would be TextBox to lose focus when user click on
background.
How to do it ?
Thank you for help