Results 1 to 5 of 5

Thread: printing

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2002
    Location
    Australia
    Posts
    73

    printing

    Anyone got an idea how to print all the contents of a listview?

    Cheers,
    Hugh Rees
    SERTEV Technologies
    (07) 3375 9806
    0410 585 754
    WWW.SERTEV.COM

  2. #2
    Addicted Member Fat_N_Furry's Avatar
    Join Date
    Oct 2002
    Posts
    171
    ListView = ListBox right? If this is a totally different control then nevermind me.

    All you gotta do is populate a (rich or multiline) text box with the listbox's items, then print the text box. Easy as that. I've even whipped up an example project for you. All you have to do is fix this one error that keeps coming up. I don't know what it means

    Hope this helps,
    Furry
    Last edited by Fat_N_Furry; Oct 17th, 2002 at 01:38 PM.
    Eat long and prosper!
    If someone helps you, find someone you can help.
    If you still have time, click on the darn banner up there and help the forum!

  3. #3
    Addicted Member Fat_N_Furry's Avatar
    Join Date
    Oct 2002
    Posts
    171
    Oops! I forgot the attachment. Here it is:
    Attached Files Attached Files
    Eat long and prosper!
    If someone helps you, find someone you can help.
    If you still have time, click on the darn banner up there and help the forum!

  4. #4
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Actually a listview control and listbox are not the same control. You'd still have to just for each through the ListItems and form them into strings the way you want and then send it to a PrintStream.

  5. #5
    Addicted Member Fat_N_Furry's Avatar
    Join Date
    Oct 2002
    Posts
    171
    So is what I posted applicable or not?
    Eat long and prosper!
    If someone helps you, find someone you can help.
    If you still have time, click on the darn banner up there and help the forum!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width