When calling a (previously loaded) form from another form, I use the command:
Form1.Show
However, I've found that this doesn't work if the user has minimized this form to the taskbar. How do I get the form to pop back up again in this case?
"Much that I bound, I could not free. Much that I freed returned to me."
(Lee Wilson Dodd)
Form1.Show
However, I've found that this doesn't work if the user has minimized this form to the taskbar. How do I get the form to pop back up again in this case?
"Much that I bound, I could not free. Much that I freed returned to me."
(Lee Wilson Dodd)