Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB 6.0 Line plot
Name: nish_r Date: November 5, 2005 at 05:28:36 Pacific OS: Solaris 8 CPU/Ram: 512
Comment:
Hi All,
i need to plot a rotatable line as per the angle specified. i tied following simple code, it doesn't draw a line, executes w/o errors.
Private Sub Form_Load()
Line (200, 300)-(3000, 4000), vbBlack ' Erase previous line
Summary: I am writing a software program in VB 6.0 that accepts input from a user and stores it to an Access database - both text and numeric. How do I declare the variables for these items. For instance, I ha...
Summary: Dear all i wonder if there is a program or a way to excute unix command through vb 6.0 basicly i want to make a vb 6.0 programm that open files on unix server and retrive the result. thanks ...