hi all,
i have a Windows Form with a bunch of texboxes and combobox in it .
When i'm running the app and filling out the form , I want to click on the form itself so no control has the focus . I thought by click on the form itself will make all controls lose the focus , but somehow that is not the case and last control used still has the focus .
is this a bug or am i missing something here , do i need to set a property in the form ?
is there a way to make the form gain the focus so that no controls has the focus ?
thanks,
hang
i have a Windows Form with a bunch of texboxes and combobox in it .
When i'm running the app and filling out the form , I want to click on the form itself so no control has the focus . I thought by click on the form itself will make all controls lose the focus , but somehow that is not the case and last control used still has the focus .
is this a bug or am i missing something here , do i need to set a property in the form ?
is there a way to make the form gain the focus so that no controls has the focus ?
thanks,
hang