VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This code takes values entered into a textbox enters them into a listbox and then plots them on a l

Best Programmer  (4 Submissions)   Databases/Data Access/DAO/ADO   Visual Basic 5.0   Unknown Difficulty   Thu 24th May 2001   Mon 8th February 2021

This code takes values entered into a textbox enters them into a listbox and then plots them on a line Graph. In this case a Picture box.

API Declarations


'Just add two textboxes: TxtNumber and TxtScore
'Three command buttons: cmdEnter, cmdClear and cmdExit
'Draw a picture box with the dimensions of Height: 2535 and Width of 3015
Dim X As Single, Y As Single
Dim n As Integer
Dim NewPointX As Integer, NewPointY As Integer
Dim LastPointX As Integer, LastPointY As Integer
'and Enjoy

Rate This code takes values entered into a textbox enters them into a listbox and then plots them on a l (1(1 Vote))
This code takes values entered into a textbox enters them into a listbox and then plots them on a l.bas

This code takes values entered into a textbox enters them into a listbox and then plots them on a l Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters