Nope, it's provided by Windows. In VFP, people will often change the background color in the GotFocus() and LostFocus() methods to help locate the cursor position.
Since Fox 2.x was developed during the Windows 3.x era, it was compiled using whatever version of MS Win 16 bit api was around at the time. You would probably have to modify Fox itself, and recompile it with a newer api to get what you want.
to change cursor shape you can use foxtools.fll; this example come from "Goodies" directory of Foxpro 2.6 (in french)
*-------------------- hourglas.prg ----------------------
* Ce programme montre comment transformer le curseur en
* un sablier puis le restaurer
While that code will indeed change the pointing cursor shape, it will NOT effect the "cursor" in a textbox (GET) - it will remain the thin line.
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.