Click here to Skip to main content
15,914,419 members
Home / Discussions / C#
   

C#

 
AnswerRe: help with GPS Pin
rahul.net1126-Jul-10 0:45
rahul.net1126-Jul-10 0:45 
AnswerRe: help with GPS [modified] Pin
William Ten Broek26-Jul-10 15:37
William Ten Broek26-Jul-10 15:37 
QuestionHow to uninstall previous version of msi package? [modified] Pin
rahul.net1125-Jul-10 20:35
rahul.net1125-Jul-10 20:35 
AnswerRe: How to uninstall previous version of msi package? Pin
souidi abderrahman27-Jul-10 22:00
souidi abderrahman27-Jul-10 22:00 
QuestionLightBox in Windows Application Pin
Krishna Varadharajan25-Jul-10 20:07
Krishna Varadharajan25-Jul-10 20:07 
AnswerRe: LightBox in Windows Application Pin
V.25-Jul-10 20:42
professionalV.25-Jul-10 20:42 
GeneralRe: LightBox in Windows Application Pin
Krishna Varadharajan25-Jul-10 20:53
Krishna Varadharajan25-Jul-10 20:53 
GeneralRe: LightBox in Windows Application Pin
V.25-Jul-10 21:03
professionalV.25-Jul-10 21:03 
QuestionThreading or Services Pin
Vinay Varghese25-Jul-10 19:44
Vinay Varghese25-Jul-10 19:44 
AnswerRe: Threading or Services Pin
Arun Jacob25-Jul-10 20:07
Arun Jacob25-Jul-10 20:07 
Questionhow invisible text field show on click of check box without page post back:? Pin
220825-Jul-10 19:36
220825-Jul-10 19:36 
AnswerRe: how invisible text field show on click of check box without page post back:? Pin
V.25-Jul-10 20:44
professionalV.25-Jul-10 20:44 
GeneralRe: how invisible text field show on click of check box without page post back:? Pin
220825-Jul-10 20:53
220825-Jul-10 20:53 
GeneralRe: how invisible text field show on click of check box without page post back:? Pin
V.25-Jul-10 21:01
professionalV.25-Jul-10 21:01 
QuestionCheck if user can write and delete from a directory Pin
RCoate25-Jul-10 14:17
RCoate25-Jul-10 14:17 
AnswerRe: Check if user can write and delete from a directory Pin
Not Active25-Jul-10 15:37
mentorNot Active25-Jul-10 15:37 
GeneralRe: Check if user can write and delete from a directory Pin
RCoate25-Jul-10 20:07
RCoate25-Jul-10 20:07 
GeneralRe: Check if user can write and delete from a directory Pin
RCoate25-Jul-10 20:25
RCoate25-Jul-10 20:25 
GeneralRe: Check if user can write and delete from a directory Pin
Not Active26-Jul-10 1:22
mentorNot Active26-Jul-10 1:22 
AnswerRe: Check if user can write and delete from a directory Pin
PIEBALDconsult25-Jul-10 18:58
mvePIEBALDconsult25-Jul-10 18:58 
GeneralRe: Check if user can write and delete from a directory Pin
RCoate25-Jul-10 20:06
RCoate25-Jul-10 20:06 
GeneralRe: Check if user can write and delete from a directory Pin
PIEBALDconsult26-Jul-10 3:02
mvePIEBALDconsult26-Jul-10 3:02 
QuestionCapture streaming video - (create bitmap) Pin
Mark H Bishop25-Jul-10 11:41
Mark H Bishop25-Jul-10 11:41 
AnswerRe: Capture streaming video - (create bitmap) Pin
Mark H Bishop26-Jul-10 12:31
Mark H Bishop26-Jul-10 12:31 
OK, so I discovered the mshtml namespace.

There is a tutorial at http://www.developerfusion.com/code/4712/generate-an-image-of-a-web-page/[^]

The example uses an interface (IHTMLDocument2) and creates an instance of another interface (IHTMLElement) from the document's body. From here it is a render and draw operation. Trouble is, the procedure does not render the applet's stream to the page. Rather, it shows the (blank) html target page that the applet streams into.

However, the mshtml namespace appears to be rich in interfaces, none of which are well documented. It appears that IHTMLElement can be instantiated with other document properties (besides “body) such as “applet” which in turn has an items collection. I have had no luck on this glory path yet. Any ideas?
Questionconvert an array of string Pin
mrkeivan25-Jul-10 10:59
mrkeivan25-Jul-10 10:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.