Where do you put it
Steve Abaffy <[email protected]> Tue, 4 Dec 2007 12:03:51 -0600
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <099f01c836a0$06f44c40$14dce4c0$@biz> |
Hello,
This might be a stupid question, but I want a textbox to get focus
when MDIchild form opens, so I put txtFindCustomer.Focus() in the Load event
of the form but it doesn't work. Where does it go? Or is not the way to do
this?
Thanks