VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Scrolling Graph

by MJOsborn (2 Submissions)
Category: Graphics
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (5 Votes)

Nothing special, just a scrolling graph. I just wanted to see if I could make one, and I did. I'm sure there are other ways of doing it, but this seems to work fine. Enjoy

API Declarations
Private Declare Function SetPixelV Lib "gdi32" (ByVal hdc As Long, ByVal X As Long, ByVal Y As Long, ByVal crColor As Long) As Long
Private Declare Function LineTo Lib "gdi32" (ByVal hdc As Long, ByVal X As Long, ByVal Y As Long) As Long
Private Declare Function MoveToEx Lib "gdi32" (ByVal hdc As Long, ByVal X As Long, ByVal Y As Long, lpPoint As POINTAPI) As Long

Rate Scrolling Graph

Download Scrolling Graph

Download Scrolling Graph (5 KB)

Scrolling Graph Comments

No comments have been posted about Scrolling Graph. Why not be the first to post a comment about Scrolling Graph.

Post your comment

Subject:
Message:
0/1000 characters