Results 1 to 4 of 4

Thread: BitBlt

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Location
    State of Confusion
    Posts
    133

    Question

    I am needing to scroll some text in a label or textbox or something across the screen. I have been told by several people to use the BitBlt API call instead. Does anybody have a link or any other information that explains this call in lamens terms? I'm new at VB and I'm just not getting it.......... Thanks guys..........
    "Don't take life too seriously, you'll never get out alive"
    from Van Wilder

  2. #2
    Fanatic Member Mad Compie's Avatar
    Join Date
    Aug 2000
    Location
    Kuurne (Belgium)
    Posts
    553
    BitBlt is explained in many articles/tips on this site.
    It's just an API. You could compare it to the PaintPicture method in VB6.

    Example:

    http://www.vbsquare.com/graphics/tip364.html

  3. #3
    Guest
    Unless you are really concerened with speed, you should use PaintPicture instead, because it's a built in Vb function, and you don't need to declare any API's.

    Secondly, PaintPicture and BitBlt are both used for pictures. If it's just text that you want to scroll, you might want to use VB's Print method instead.

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Location
    State of Confusion
    Posts
    133
    Thanks guys, you've been a great help.........
    "Don't take life too seriously, you'll never get out alive"
    from Van Wilder

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