Hi,
I am trying out to get the bitmap of web page loaded in web browser control, but found that WebBrowser.CreateGraphics() and even WM_PRINT (DrawToBitmap) message response is also missing in .net compact framework.
After searching through internet found one of the .net sample code which gets complete web page in bitmap
When i tried porting it through compact framework for windows mobile 6.0 found that most of the API and methods missing.
How should i go ahead with it...
Any help in this regard will greatly appreciated. Thanks- Ramanand Bhat