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)...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.