User32.DLL in windows 2000
-
I have one doubt on User32.dll. Convert html to Image using c#. i have download the code from the site http://www.codeproject.com/cs/media/IECapture.asp. It is working fine in Winxp. but windows 2000 throwing some errors. I have debug--> it is problem in User32.dll doesn't support PrintWindow in Windows 2000 Please any one help me out from this
Subash
-
I have one doubt on User32.dll. Convert html to Image using c#. i have download the code from the site http://www.codeproject.com/cs/media/IECapture.asp. It is working fine in Winxp. but windows 2000 throwing some errors. I have debug--> it is problem in User32.dll doesn't support PrintWindow in Windows 2000 Please any one help me out from this
Subash
What are the exceptions that it is throwing?
Take care, Tom ----------------------------------------------- Check out my blog at http://tjoe.wordpress.com
-
What are the exceptions that it is throwing?
Take care, Tom ----------------------------------------------- Check out my blog at http://tjoe.wordpress.com
-
If you look at the bottom of this page[^] under "Requirements" from MSDN, you will see that the PrintWindow is only supported on XP and 2003. From the page: Windows NT/2000/XP/Vista: Included in Windows XP and Windows Server 2003. Windows 95/98/Me: Unsupported.
Take care, Tom ----------------------------------------------- Check out my blog at http://tjoe.wordpress.com
-
If you look at the bottom of this page[^] under "Requirements" from MSDN, you will see that the PrintWindow is only supported on XP and 2003. From the page: Windows NT/2000/XP/Vista: Included in Windows XP and Windows Server 2003. Windows 95/98/Me: Unsupported.
Take care, Tom ----------------------------------------------- Check out my blog at http://tjoe.wordpress.com
-
Any other solution for it. My Scope of the Project is I want to convert HTML or any web page to Image Format using Dotnet. Do u have any solution of it.Please let me know
Subash
Sorry, you would be better off asking the author of the article you got the original code from.
Take care, Tom ----------------------------------------------- Check out my blog at http://tjoe.wordpress.com