Results 1 to 3 of 3

Thread: picture box problem

  1. #1

    Thread Starter
    Lively Member druid's Avatar
    Join Date
    Jun 2006
    Posts
    81

    picture box problem

    hi everyone, im planning to create bingo cards for some school project. i used a picture box to generate the random numbers in the cards.. i already accomplished it.. my problem however is that i want to print 4 cards on a single bond paper to maximaize the space. when i used this code
    VB Code:
    1. Printer.PaintPicture Picture1(0).Image, 50, 100
    2. Printer.PaintPicture Picture1(1).Image, 6225, 100
    3. Printer.PaintPicture Picture1(2).Image, 50, 8740
    4. Printer.PaintPicture Picture1(3).Image, 6225, 8740
    5. Printer.EndDoc
    it only prints the first picture box (picture1(0))... how can i manipulate my program so that i can print the 4 picture boxes at its corresponding position in the bond paper in a single printing process.. please help.. i really need it badly... thanks in advance..

  2. #2

  3. #3

    Thread Starter
    Lively Member druid's Avatar
    Join Date
    Jun 2006
    Posts
    81

    Re: picture box problem

    tnx 4 d reply gavio but unfortunately, it doesn't work.. it creates an error [expected end of statement] please help..

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