On Wed, Aug 16, 2000 at 03:48:35PM +0300, Veksler Michael wrote:
> Here is a trace of an attempt to put "Cut to the Clipboard" on the title.
> I am not sure if it is from managed or unmanaged (they both seems to have
> the same values).
> 
> Trace of user32 relay:
> Call user32.171: DrawTextA(00000b78,406e5754 "Cut to the 
>Clipboard",ffffffff,406e58d8,00000000) ret=00916e3b fs=008f
> Ret  user32.171: DrawTextA() retval=0000000e ret=00916e3b fs=008f

So it's writing this to the non-client area directly.  I can't see how
managed mode will ever support this.  You'd somehow have to hack
GetDCEx to return a special dc if we want a DCX_WINDOW dc.  This dc
would have to trap attempts to draw stuff to the non-client area and
somehow persuade the Window Manager to draw them...

Huw.
-- 
   Dr. Huw D M Davies              | Clarendon Laboratory
   [EMAIL PROTECTED]      | Parks Road
   Tel: +44 1865 272390            | Oxford OX1 3PU
   Fax: +44 1865 272400            | UK

Reply via email to