1. Pointer Problem solved
- Posted by Selgor May 11, 2010
- 1031 views
Hi,
Just to let you know.
Pointer problem solved.
I used a cursor hand.cur.
Cursor found in Arwen.
Pete suggested Arwen.
Thanks to all.
Pete,Don I know you answered coloured pointer query.
Thanks heaps.
Cheers,
Selgor.
Code :-
setMousePointer( PopWin, "c:
euphoria
im
hand.cur" )
2. Re: Pointer Problem solved
- Posted by Selgor May 11, 2010
- 1033 views
Hi,
Selgor here.
sorry .
Just fixing.
code :- as posted.
Code :-
setMousePointer( PopWin, "c: euphoria im hand.cur" ) .
should be in euphoria is :- .
setMousePointer( PopWin, "c:\\euphoria\\im\\hand.cur" )
3. Re: Pointer Problem solved
- Posted by Selgor May 12, 2010
- 1040 views
Hi,
More info..
Use any existing bmp,ico,cur.
just input location.
set.....(window to point to,location of image).
cheers.
Selgor.