Results 1 to 3 of 3

Thread: display in picbox - how to format

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2000
    Posts
    47
    I am printing an array of states to a pic box.

    How do I format the picbox to show the limited array.
    no wordwrap available in picbox?

    I have a limit of 50 items to print and
    I am using
    picBox.print item() & "";

    but of course this runs off the page.

    I am a newby - learning the ropes.

  2. #2
    Guest
    picBox.print item() & "" & vbcrlf

  3. #3

    Thread Starter
    Member
    Join Date
    Feb 2000
    Posts
    47
    This still causes the list to run past the viewable
    area in the picbox.

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