|
-
Feb 9th, 2003, 12:42 PM
#1
Thread Starter
Hyperactive Member
print something
Heym how do I print a textbox and a listview to my printer from a vb.net app?
thanx!
-
Feb 9th, 2003, 02:07 PM
#2
Lively Member
This example will show you the basics of printing...
http://samples.gotdotnet.com/quickst...ngExample1.src
if you re-write
streamToPrint = new StreamReader ("PrintMe.Txt")
to
streamToPrint = new StreamReader (textbox1.text)
then it should allow the textbox's data to be printed. I haven't tried it though.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|