Results 1 to 4 of 4

Thread: printing text in a picture box

  1. #1

    Thread Starter
    I don't do your homework! opus's Avatar
    Join Date
    Jun 2000
    Location
    Good Old Europe
    Posts
    3,863
    whow can i print a text on a specific position in a picture box? (VB4.0)
    Thanks

  2. #2
    Lively Member
    Join Date
    Jun 2000
    Posts
    85
    I know that you can in VB 5 and 6 useing Print, but I'm not sure if it works in VB4.
    Using VB6 Still Pluging away

  3. #3
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    text print out

    you use the same method
    picture1.print myVar
    ..couldn't find anything in my book
    VB4 by Peter Norton on specific position for print out
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  4. #4
    Fanatic Member
    Join Date
    Mar 2000
    Location
    That posh bit of England known as Buckinghamshire
    Posts
    658
    yep, it is the Print Method. You need to use the CurrentX and CurrentY properties to tell it where to print.

    Example
    Iain, thats with an i by the way!

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