C
christophe
hi,
i've got some troubles with trapping some click events on button in a non
modal form under compactFramework
my application, throw two form , with the Show() function.
so one of them goes in background
on the frontground form, the click event of my Buttons work perfectly
but when i bring the second form (kind of hand-made toolbox) to front, by
clicking its tab in the windows bar, i can't managed to trap the click
events of this form's buttons
with the debugger, it nerver go in the event handlers!!
but thoses are present in the code
i've made them with lines like:
this.btCalculs.Click += new System.EventHandler(this.btCalculs_Click);
i can' t understand why these events don't get fired in this form
any ideas ?
Christophe
i've got some troubles with trapping some click events on button in a non
modal form under compactFramework
my application, throw two form , with the Show() function.
so one of them goes in background
on the frontground form, the click event of my Buttons work perfectly
but when i bring the second form (kind of hand-made toolbox) to front, by
clicking its tab in the windows bar, i can't managed to trap the click
events of this form's buttons
with the debugger, it nerver go in the event handlers!!
but thoses are present in the code
i've made them with lines like:
this.btCalculs.Click += new System.EventHandler(this.btCalculs_Click);
i can' t understand why these events don't get fired in this form
any ideas ?
Christophe