G
Guest
Hi All
I am developing an vb 2005 winforms application that connects to a database
and displays a datagridview of the data. A user can select and then edit, or
create a new entry by opening a modal form and editing the record. I would
like the user to be able to hide either the parent form or the parent and
modal form if they are currently editing in the modal form and unhide the
parent or both forms from the notification icon. I seem to be able to do
this without problems with the parent form but not both forms if the modal
form is open (it opens a new instance of the form but without any uncommitted
changes the user may have made)
Any ideas?
Appreciate any assistance.
Ian
I am developing an vb 2005 winforms application that connects to a database
and displays a datagridview of the data. A user can select and then edit, or
create a new entry by opening a modal form and editing the record. I would
like the user to be able to hide either the parent form or the parent and
modal form if they are currently editing in the modal form and unhide the
parent or both forms from the notification icon. I seem to be able to do
this without problems with the parent form but not both forms if the modal
form is open (it opens a new instance of the form but without any uncommitted
changes the user may have made)
Any ideas?
Appreciate any assistance.
Ian