VB for interactive graphic plotting

  • Thread starter Thread starter MDSmithC
  • Start date Start date
M

MDSmithC

Guest
I am totally new to VB (but have some experience with the old style programming) and want to decide if I should learn VB so that I can make a desktop program for the following function.

In an X-Y coordinate system (set up by VB), I want to plot a curve based on an equation (you can assume the curve is simply a straight line, if you want a more specific description) that connects two points in the coordinate system. I need to be able to move the points by mouse, and need the program to show the coordinates of the points and the slope of the line connecting them.

If this is doable with VB, please tell me which parts of VB I should study. I do not intend to be proficient in the entire VB language.

Thank you very much.

Continue reading...
 
Back
Top