Results 1 to 3 of 3

Thread: Waterfall Effect in VB6

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 1999
    Posts
    13

    Post

    I am trying to implement a waterfall effect in a VB6 control. For a series of input data, this will be converted to a pixel line of 1024 pixels wide. When a new set of data comes in it will have a new line of 1024 and the old one will be shifted down and so on. I already have the data ready, can put it into an array containing the color code but how do I get the array into a bitmap on the screen and what is the best control to use. I have looked through many books and cannot seem to find the answer. Help !!! :-)

  2. #2
    New Member
    Join Date
    Jul 1999
    Posts
    3

    Post

    Perhaps you could try using the GDI API call SetPixel (gdi32.lib). I am not sure if it would be fast enough, but it's worth a try.

  3. #3
    New Member
    Join Date
    Aug 1999
    Location
    Luton,Bedfordshire,England
    Posts
    2

    Post

    You could try using bitblt To learn this the best tutorial I have found is at http://www.geocities.com/SiliconVall...itblttrans.htm

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