G
Guest
How do I paint the DC of a hidden control using only managed code?
There was a post under microsoft.public.dotnet.framework.windowsforms called
"Capturing image of a hidden control" and the person responding suggested
using an interop call to SendMessage in User32.dll to accomplish the task.
Is there a way to avoid doing the interop and use only .NET calls (i.e. only
managed code)?
Thanks.
There was a post under microsoft.public.dotnet.framework.windowsforms called
"Capturing image of a hidden control" and the person responding suggested
using an interop call to SendMessage in User32.dll to accomplish the task.
Is there a way to avoid doing the interop and use only .NET calls (i.e. only
managed code)?
Thanks.