-
vb .net Printing Issue
hi all,
i am doing a program in vb.net that dynamically display buttons, label and other controls on the form,,
i wanna be able to print that form, plus some details like what version, name of file and stuff,
anyone got any idea how to do that,
thank you very much
have a nice day ;-)
r.
-
Hi,
Have you searched this forum for this topic? There are several threads. Try
http://www.vbforums.com/showthread.p...rinting+a+form
-
Still doesn't help much, innit
-
Hi,
Have you looked at MSDN Help under Windows Forms Print Support. In the Related Section try Code: Printing a Windows Form.
That shows you explicitly how to print the form.
Presumably you have the version, file names etc on a splash type form, which you could also print.