Quote:
> I am calling a third party process which displays a form. I want to
> hide this form before it gets a chance to display to the screen. Is
> this possible?
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Short answer is; not unless the third party allows you to do so, with a
"Load" event of some sort. If their form doesn't display in "Full
Screen" mode, you could try making your own form large enough to cover
their form, and set the "Always On Top" feature so the 3rd party form
would (if you're lucky) display behind yours.
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.