i wish to create a simple print function to print the content of picturebox or richtextbox through my printer... anyone can provide some simple codes?? i found codes from vb.net documentation but i really cant understand wat is that... any help is greatly appreciated...
Peter van der Goes - 08 Apr 2004 14:48 GMT
> i wish to create a simple print function to print the content of picturebox or richtextbox through my printer... anyone can provide some
simple codes?? i found codes from vb.net documentation but i really cant
understand wat is that... any help is greatly appreciated...
You're going to have to understand the basics of the .NET Framework classes
involved.
Perhaps some of the links from this article will be helpful.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbco
nprintingchangesinvisualbasic70.asp
Also (and, you may have seen this), searching the help for "printing
graphics in Windows forms" yields an article which describes the basics.

Signature
Peter [MVP Academic]
DotNetJunkies User - 21 May 2004 04:12 GMT
Search for KB article 812425, 129860 on MSDN
---