Hide/Unhide modal and parent form.

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
 
L

Linda Liu [MSFT]

Hi,
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 am sorry that I couldn't understand what you mean in the above sentence.
Could you please explain it more?

I look forward to your reply.


Sincerely,
Linda Liu
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
G

Guest

Hi Linda

Thanks for your response. Sorry if I didn't explain myself accurately.

I would like the user to be able to hide the application until they decide
to unhide it from the notification icon in the system tray. I would like
them to be able to do this whether or not they have opened the modal form and
commenced entering data into it.

Ian
 
L

Linda Liu [MSFT]

Hi,

How about your problem?

If the problem is not solved or you need our assistance, please feel free
to post in the newsgroup.

Thank you for using our MSDN Managed Newsgroup Support Service!

Sincerely,
Linda Liu
Microsoft Online Community Support
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top