D
Dennis C. Drumm
I have a window form dialog that I use in a non modal fashion. It is
displayed using Show() in stead of ShowDialog() from the parent windows form
application. I have TextBoxes in that dialog that needs to be updated when
certain changes are made in the parent windows form application. I've tried
setting up a method in the dialog that can be called by the parent that
changes/updates the text box and I've tested it to make sure the statement
to change the text box is called and it is. But for some reason, probably
associated with the fact that the dialog doesn't have the focus when the
call is made, nothing happens. Can someone suggest what I may try to correct
this situation?
Thanks,
Dennis
displayed using Show() in stead of ShowDialog() from the parent windows form
application. I have TextBoxes in that dialog that needs to be updated when
certain changes are made in the parent windows form application. I've tried
setting up a method in the dialog that can be called by the parent that
changes/updates the text box and I've tested it to make sure the statement
to change the text box is called and it is. But for some reason, probably
associated with the fact that the dialog doesn't have the focus when the
call is made, nothing happens. Can someone suggest what I may try to correct
this situation?
Thanks,
Dennis