Click here to Skip to main content
16,006,348 members
Home / Discussions / C#
   

C#

 
GeneralTcpClient SockException - Can't Connect Pin
afinnell22-Sep-04 5:39
afinnell22-Sep-04 5:39 
GeneralRe: TcpClient SockException - Can't Connect Pin
Heath Stewart22-Sep-04 7:18
protectorHeath Stewart22-Sep-04 7:18 
GeneralRe: Threading Puzzles. Pin
Hugo Hallman22-Sep-04 3:49
Hugo Hallman22-Sep-04 3:49 
GeneralRe: Threading Puzzles. Pin
stan2822-Sep-04 4:44
stan2822-Sep-04 4:44 
GeneralRe: Threading Puzzles. Pin
stan2822-Sep-04 4:53
stan2822-Sep-04 4:53 
Generalsql Pin
cmarmr22-Sep-04 3:42
cmarmr22-Sep-04 3:42 
GeneralRe: sql Pin
exhaulted22-Sep-04 6:24
exhaulted22-Sep-04 6:24 
GeneralWeb Browser Control Pin
Asif Rehman22-Sep-04 3:09
Asif Rehman22-Sep-04 3:09 
hi code guys!

I have a web browser control in my c# app. Now the following code gives me access to page contents.

////////////
HTMLDocument myDoc= new HTMLDocumentClass(); myDoc = (HTMLDocument) WB.Document;

String var= myDoc.body.InnerText;
//////////

All works fine but this code never goes into the frames. I need to access particular frame’s contents. I have tried different things but never got anything right.

Firstly I need the code to determine how much frames the particular page has.

Then I want to get first frame’s contents.

Thanks



GeneralRe: Web Browser Control Pin
Heath Stewart22-Sep-04 9:07
protectorHeath Stewart22-Sep-04 9:07 
Generalkeep popup completely visible Pin
ddelapasse22-Sep-04 2:12
ddelapasse22-Sep-04 2:12 
GeneralRe: keep popup completely visible Pin
Heath Stewart22-Sep-04 9:18
protectorHeath Stewart22-Sep-04 9:18 
GeneralRe: keep popup completely visible Pin
ddelapasse23-Sep-04 1:25
ddelapasse23-Sep-04 1:25 
GeneralUsing DataGrid With SQL in C# Pin
MarkMokris22-Sep-04 1:44
MarkMokris22-Sep-04 1:44 
GeneralRe: Using DataGrid With SQL in C# Pin
exhaulted22-Sep-04 1:52
exhaulted22-Sep-04 1:52 
GeneralRe: Using DataGrid With SQL in C# Pin
MarkMokris22-Sep-04 2:20
MarkMokris22-Sep-04 2:20 
GeneralRe: Using DataGrid With SQL in C# Pin
exhaulted22-Sep-04 3:04
exhaulted22-Sep-04 3:04 
GeneralScrollbar movement Notification: Pin
Sudhakar Pasupunuri22-Sep-04 0:45
Sudhakar Pasupunuri22-Sep-04 0:45 
GeneralRe: Scrollbar movement Notification: Pin
Heath Stewart22-Sep-04 9:38
protectorHeath Stewart22-Sep-04 9:38 
GeneralProcessStartInfo Pin
exhaulted22-Sep-04 0:34
exhaulted22-Sep-04 0:34 
GeneralRe: ProcessStartInfo Pin
Heath Stewart22-Sep-04 7:27
protectorHeath Stewart22-Sep-04 7:27 
GeneralRe: ProcessStartInfo Pin
exhaulted22-Sep-04 22:33
exhaulted22-Sep-04 22:33 
QuestionHow to remember selection of user after program is closed? Dynamic properties? Pin
mitreviper22-Sep-04 0:34
mitreviper22-Sep-04 0:34 
AnswerRe: How to remember selection of user after program is closed? Dynamic properties? Pin
exhaulted22-Sep-04 0:43
exhaulted22-Sep-04 0:43 
AnswerRe: How to remember selection of user after program is closed? Dynamic properties? Pin
Philip Fitzsimons22-Sep-04 3:06
Philip Fitzsimons22-Sep-04 3:06 
Questionhow to use sql pane Pin
rofida refat22-Sep-04 0:07
sussrofida refat22-Sep-04 0:07 

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.