Search found 5 matches

by show00
Fri Oct 10, 2014 11:21 am
Forum: Support
Topic: Modify Cursor
Replies: 5
Views: 16171

my class InheritsFrom TRichViewEdit,i overwrite the OnMouseMove...
by show00
Thu Oct 09, 2014 4:45 pm
Forum: Support
Topic: Modify Cursor
Replies: 5
Views: 16171

No items,I draw some areas in OnPaint when the mouse into different areas ,i want change different curosr OnMouseMove: TPoint ptCursor; GetCursorPos(&ptCursor); ptCursor = ScreenToClient(ptCursor); if(pRVESystemBar->PtInSystemBar(Handle,ptCursor))//call PtInRect { Cursor = crHandPoint; } else ...
by show00
Wed Oct 08, 2014 3:54 pm
Forum: Support
Topic: Modify Cursor
Replies: 5
Views: 16171

i can't use GetItemCursor,beacuse i do something in OnPaint,i want use PtInRect to change the cursor
by show00
Wed Oct 08, 2014 3:49 pm
Forum: Support
Topic: Modify Cursor
Replies: 5
Views: 16171

Modify Cursor

when i modify Cursor in OnMouseMove,but the Cursor not change
i must call Format() ?
by show00
Sat Aug 16, 2014 1:18 pm
Forum: Support
Topic: Copy table to image?
Replies: 1
Views: 8786

Copy table to image?

i want to copy one table to image and save it
how can i do it
thanks