Emulate Form.Show

Cheetah

Well-known member
Joined
Oct 12, 2006
Messages
232
Programming Experience
Beginner
Hi there,

I am using a component to print the form, but I don't actually want the form to be show.

In order to get it to actually print, I have to create the form, show the form and then hide it, but obviously, something popups and disappears quickly.

Is there a method to emulate what the Form.Show() does without actually showing the form?

Thanks.
 
Back
Top