` Printed Icetips Article

Icetips Article



Windows API: Application Start cursor
2003-08-04 -- Gustavo Pinsard
 
Newsgroups: comp.lang.clarion

Hi,

I needed to use the AppStarting cursor -- that one with a small hourglass
and an arrow -- but Clarion didn't provide an equate for it.

So I went out on the net and found two constant definitions.

Edit your equates.clw and insert the following

CURSOR:Hand       EQUATE ('<0FFH,01H,8AH,7FH>')
CURSOR:AppStart   EQUATE ('<0FFH,01H,8BH,7FH>')

Then you'll be able to use 

SETCURSOR( CURSOR:AppStart ) 

or 

SETCURSOR(CURSOR:Hand )

Regards

--
Gustavo Pinsard
São Paulo, Brasil



Printed May 6, 2024, 12:12 pm
This article has been viewed/printed 35115 times.
Google search has resulted in 20 hits on this article since January 25, 2004.