html to image component
-
if anyone have a good idea about how to creat an html to image component i tried : A. capture a web browser controll prob 1. a win form app , we need to put the web controll inside A dll file. and that a little messy ... 2.when u capture it will only get what u c ... and not the whole page. B. generating a url file on the server then open this file with the windows shell getting the image that gnerated by the server prob. wont work on windows 2003 server. Any help or idea would be most welcome !:-)
-
if anyone have a good idea about how to creat an html to image component i tried : A. capture a web browser controll prob 1. a win form app , we need to put the web controll inside A dll file. and that a little messy ... 2.when u capture it will only get what u c ... and not the whole page. B. generating a url file on the server then open this file with the windows shell getting the image that gnerated by the server prob. wont work on windows 2003 server. Any help or idea would be most welcome !:-)
try to start search from here: Thumbnail Generator Web Service Description: The Thumbnail Generator Web Service creates a .gif image of a specified URL.
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=836c770f-89eb-4041-ba7c-ff870a57cca1 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/ifaces/iextractimage/iextractimage.asp
Found from here:http://www.gotdotnet.com/community/messageboard/Thread.aspx?id=75039&Page=1#75057
"I have not failed. I've just found 10,000 ways that won't work." - Thomas Alva Edison (1847-1931) -
try to start search from here: Thumbnail Generator Web Service Description: The Thumbnail Generator Web Service creates a .gif image of a specified URL.
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=836c770f-89eb-4041-ba7c-ff870a57cca1 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/ifaces/iextractimage/iextractimage.asp
Found from here:http://www.gotdotnet.com/community/messageboard/Thread.aspx?id=75039&Page=1#75057
"I have not failed. I've just found 10,000 ways that won't work." - Thomas Alva Edison (1847-1931)thnx for the reply, i alrady tried the web service , its very nice but wont work on the 2003 servers, or xp machine u get an exception when u try to extract the image with the iextractimage interface , the same code work with win 2000 wont work with 2003 ...
-
thnx for the reply, i alrady tried the web service , its very nice but wont work on the 2003 servers, or xp machine u get an exception when u try to extract the image with the iextractimage interface , the same code work with win 2000 wont work with 2003 ...
Never saw this on work :( Sorry - once I've searched the net for this info and this what I found. Never used it and didn't know if this work. P.S. This is strange that some interfaces (!!!) doesn't work somewhere :(( May be it's depends on browser version ?? "I have not failed. I've just found 10,000 ways that won't work." - Thomas Alva Edison (1847-1931)