Take a look at my blog for the solution:
http://blog.opennetcf.org/ayakhnin/P...0-e1ae9bed9cc3
--
Alex Yakhnin, .NET CF MVP
www.intelliprog.com |
www.opennetcf.org
"Freddyboy" <(E-Mail Removed)> wrote in message
news:8E69DE49-3E46-41E6-9BD5-(E-Mail Removed)...
> hello,
>
> I develop an application in C# with the compact framwork and P/Invoke.
> I have a method which return an handle to a bitmap.
> I'd like to attach this handle to a bitmap to view it.
> The .NET framework provide the FromHbitmap function however that method is
> not supported by the compact framework.
>
> Ccould you take me a solution please ?
>
> Thanks.