When I show dots for a get or say class I wish show circles dots and not windows black dots
Someone Know How change showdots method from control.prg ?
METHOD CheckDots() CLASS TControl
...
DEFINE CURSOR oSizeNWSE SIZENWSE
DEFINE CURSOR oSizeNESW SIZENESW
DEFINE CURSOR oSizeNS SIZENS
DEFINE CURSOR oSizeWE SIZEWE
DEFINE BRUSH oDotBrush FILENAME "dot.bmp"
DEFINE WINDOW oDot1 OF oWndParent;
STYLE nOr( WS_CHILD, WS_CLIPSIBLINGS );
FROM 0, 0 TO 2, 2 PIXEL ;
COLOR "N/N" ;
CURSOR oSizeNWSE BRUSH oDotBrush
DEFINE WINDOW oDot2 OF oWndParent;
STYLE nOr( WS_CHILD, WS_CLIPSIBLINGS ) ;
FROM 0, 0 TO 2, 2 PIXEL ;
COLOR "N/N" ;
CURSOR oSizeNS BRUSH oDotBrush
...
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 99 guests