Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: AJBrasaca
  • Content: Threads
  • Order by date
  1. AJBrasaca

    Line drawing

    I want to draw a line on the form that follow the mouse pointer. However, I need to erase the drawing from the previous line. What's wrong with my code? [banghead] var Form1: TForm1; oldX, oldY : integer; implementation {$R *.dfm} procedure TForm1.FormMouseMove(Sender: TObject; Shift...

Part and Inventory Search

Back
Top