VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This is a paint program with several different tools. I am asking whoever downloads this to please

Ryan Murphy  (1 Submission)   Graphics   VB 6.0   Unknown Difficulty   Thu 31st May 2001   Mon 8th February 2021

This is a paint program with several different tools. I am asking whoever downloads this to please help me out with the "point to point" tool.

API Declarations


'This code is designed to function as a drawing program.
Option Explicit
Dim gfDrawing As Integer
Dim gfFree As Integer
Dim gfSingle As Integer
Dim gColor As Integer
Dim gWidth As Integer
Dim gfCircle As Integer
Dim gfRectangle As Integer
Dim gfPoint As Integer
Dim P As Integer
Dim X1 As Integer
Dim Y1 As Integer
Dim OldX As Single
Dim OldY As Single

Rate This is a paint program with several different tools. I am asking whoever downloads this to please (1(1 Vote))
This is a paint program with several different tools. I am asking whoever downloads this to please .bas

This is a paint program with several different tools. I am asking whoever downloads this to please Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters