R
Randy
In my MDI parent, I can do the following:
Form childForm = (Form)this.ActiveMdiChild;
I'd like to send the childForm in it's current state to the printer. Current
state being whatever text is currently in the textboxes on the form also
prints.
Thanks,
Randy
Form childForm = (Form)this.ActiveMdiChild;
I'd like to send the childForm in it's current state to the printer. Current
state being whatever text is currently in the textboxes on the form also
prints.
Thanks,
Randy