V
vince
I have a windows app whose main dialog contains a button
that launches a form. I've tried using Form.Show() to
have it launch as a modeless form, but it behaves as if
it's modal (i.e. parent form can't receive focus)...
Can someone tell me what I need to do to make the child
form modeless..??? I want to be able to alternate focus
between both dialogs...
thanks,
vince
that launches a form. I've tried using Form.Show() to
have it launch as a modeless form, but it behaves as if
it's modal (i.e. parent form can't receive focus)...
Can someone tell me what I need to do to make the child
form modeless..??? I want to be able to alternate focus
between both dialogs...
thanks,
vince