Hi, i was wondering how to print the items that i have in a listbox and a line with the name of the document or program!
Thanks in advance! :)
Printable View
Hi, i was wondering how to print the items that i have in a listbox and a line with the name of the document or program!
Thanks in advance! :)
You can export them to a text file and print that. Or you can use a PrintDialog with the appropriate arguments. Take a look at this codebank article. It's for a rich text box but the basic concept applies.