G
Guest
When I call showdialog on a form, I'd like the focus to be on a certain text
box.
If I say "Form.textBox1.Focus()", then call Form.Showdialog(), the Focus()
call is ignored. I can't seem to find an Form event to trap (like Activate)
that is supported by the .Net Compact Framework. Does anybody know a
supported event that I could trap in this case to set the Focus to a control
on a form after the Showdialog executes?
I've got lots of info on Forms but very little of it pertains to the compact
framework.
thanks
Bill
box.
If I say "Form.textBox1.Focus()", then call Form.Showdialog(), the Focus()
call is ignored. I can't seem to find an Form event to trap (like Activate)
that is supported by the .Net Compact Framework. Does anybody know a
supported event that I could trap in this case to set the Focus to a control
on a form after the Showdialog executes?
I've got lots of info on Forms but very little of it pertains to the compact
framework.
thanks
Bill