Click here to Skip to main content
15,898,770 members
Home / Discussions / C#
   

C#

 
GeneralRe: Accessing users folder. Pin
elficodegeek30-Oct-13 13:10
elficodegeek30-Oct-13 13:10 
AnswerRe: Accessing users folder. Pin
Bernhard Hiller29-Oct-13 21:49
Bernhard Hiller29-Oct-13 21:49 
GeneralRe: Accessing users folder. Pin
elficodegeek30-Oct-13 13:01
elficodegeek30-Oct-13 13:01 
GeneralRe: Accessing users folder. Pin
Bernhard Hiller30-Oct-13 22:19
Bernhard Hiller30-Oct-13 22:19 
GeneralRe: Accessing users folder. Pin
elficodegeek1-Nov-13 13:06
elficodegeek1-Nov-13 13:06 
QuestionWebBrowser - Fetching HTML code from developer tool Pin
AshwiniSH28-Oct-13 2:16
professionalAshwiniSH28-Oct-13 2:16 
AnswerRe: WebBrowser - Fetching HTML code from developer tool Pin
Dave Kreskowiak28-Oct-13 3:12
mveDave Kreskowiak28-Oct-13 3:12 
GeneralRe: WebBrowser - Fetching HTML code from developer tool Pin
AshwiniSH28-Oct-13 4:08
professionalAshwiniSH28-Oct-13 4:08 
I mean in IE if I click on f12 I get a developer tool which will have a html code. When right click on a webpage and select view source I can see the html code.

There is difference between view source html and what I see in developer tool html code.

Below is the code for accessing view source html code:

HtmlElementCollection objHtmlElementCollection = null;
HtmlDocument objHtmlDocument = webBrowser1.Document;

similarly I want to access developer tool's html code.

Please help..
GeneralRe: WebBrowser - Fetching HTML code from developer tool Pin
Dave Kreskowiak28-Oct-13 7:03
mveDave Kreskowiak28-Oct-13 7:03 
GeneralRe: WebBrowser - Fetching HTML code from developer tool Pin
AshwiniSH28-Oct-13 19:42
professionalAshwiniSH28-Oct-13 19:42 
GeneralRe: WebBrowser - Fetching HTML code from developer tool Pin
Richard MacCutchan28-Oct-13 22:44
mveRichard MacCutchan28-Oct-13 22:44 
GeneralRe: WebBrowser - Fetching HTML code from developer tool Pin
AshwiniSH28-Oct-13 23:11
professionalAshwiniSH28-Oct-13 23:11 
GeneralRe: WebBrowser - Fetching HTML code from developer tool Pin
Richard MacCutchan28-Oct-13 23:41
mveRichard MacCutchan28-Oct-13 23:41 
GeneralRe: WebBrowser - Fetching HTML code from developer tool Pin
Dave Kreskowiak29-Oct-13 2:45
mveDave Kreskowiak29-Oct-13 2:45 
GeneralRe: WebBrowser - Fetching HTML code from developer tool Pin
AshwiniSH29-Oct-13 2:58
professionalAshwiniSH29-Oct-13 2:58 
GeneralRe: WebBrowser - Fetching HTML code from developer tool Pin
Dave Kreskowiak29-Oct-13 3:08
mveDave Kreskowiak29-Oct-13 3:08 
QuestionCombination Algorithm Pin
santosh_011428-Oct-13 0:38
santosh_011428-Oct-13 0:38 
AnswerRe: Combination Algorithm Pin
Simon_Whale28-Oct-13 1:53
Simon_Whale28-Oct-13 1:53 
GeneralRe: Combination Algorithm Pin
santosh_011428-Oct-13 2:12
santosh_011428-Oct-13 2:12 
AnswerRe: Combination Algorithm Pin
BillWoodruff28-Oct-13 7:12
professionalBillWoodruff28-Oct-13 7:12 
SuggestionRe: Combination Algorithm Pin
GuyThiebaut28-Oct-13 7:14
professionalGuyThiebaut28-Oct-13 7:14 
AnswerRe: Combination Algorithm Pin
harold aptroot28-Oct-13 22:56
harold aptroot28-Oct-13 22:56 
Question[C#] Infix to Postfix calculator Pin
Sottyoru27-Oct-13 5:14
Sottyoru27-Oct-13 5:14 
AnswerRe: [C#] Infix to Postfix calculator Pin
Richard MacCutchan27-Oct-13 6:15
mveRichard MacCutchan27-Oct-13 6:15 
AnswerRe: [C#] Infix to Postfix calculator Pin
codestar00727-Oct-13 23:03
professionalcodestar00727-Oct-13 23:03 

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.