Topic: Pointer Curser

hello MVD.. i am using MySQL and Using

Timer.interval := 500 ;

on main screen
how to disable pointer's(Mouse Arrow) background working SQL indicator??

Re: Pointer Curser

Hello Blackpearl8534

Perhaps something like this : F

Form1.Button1.Cursor := crNone;

By adapting the parameters according to your project

JB