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 Chriss Miller 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: jos100
  • Content: Threads
  • Order by date
  1. jos100

    Storing an API call (SetSystemCursor(cur,OCR_WAIT);

    Hi ! I am making an application that also need to change the windows cursor. I use "SetSystemCursor" and it works fine. When i reboot windows, it has forgoten the changes. Going maualy in to controlpanel and select mouspointer is not an option (custom application for a visual impaired person)...
  2. jos100

    Writing faster to a memo box

    Hi ! Any method to load charachters faster in to a memo box ? for i:= 1 to 10000 do memo1.text := memo1.text + x[i]; // x is an array of char. is slow at the end. memo1.text[i] := x[i] // not legal.

Part and Inventory Search

Back
Top