Hi, I'm extending an MFC app with a .NET control and i want it to respond to
::SetCursor, is this possible? Actually, i want the control to ignore the
SetCursor call and pass it on to it's parent.

thanks,
Steve

Re: OnSetCursor by Alexander

Alexander
Wed Nov 07 10:39:38 PST 2007

Yes. Please use WinApi function
HCURSOR SetCursor(
HCURSOR hCursor
);

http://www.alvas.net - Audio tools for C# and VB.Net developers


"Steve" <Steve@discussions.microsoft.com> ñîîáùèë/ñîîáùèëà â íîâîñòÿõ
ñëåäóþùåå: news:D200A284-F5A4-4B1E-BB3F-77E2B21A7189@microsoft.com...
> Hi, I'm extending an MFC app with a .NET control and i want it to respond
> to
> ::SetCursor, is this possible? Actually, i want the control to ignore the
> SetCursor call and pass it on to it's parent.
>
> thanks,
> Steve