G
Guest
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.
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.