Click here to Skip to main content
15,887,027 members
Home / Discussions / C#
   

C#

 
AnswerRe: optimize drawing operations Pin
J4amieC2-May-06 3:35
J4amieC2-May-06 3:35 
GeneralRe: optimize drawing operations Pin
Sasuko2-May-06 7:25
Sasuko2-May-06 7:25 
GeneralRe: optimize drawing operations Pin
J4amieC2-May-06 7:44
J4amieC2-May-06 7:44 
GeneralRe: optimize drawing operations Pin
Susuko2-May-06 9:25
Susuko2-May-06 9:25 
QuestionWindow Form - menu,height/width? Pin
george ivanov2-May-06 3:18
george ivanov2-May-06 3:18 
AnswerRe: Window Form - menu,height/width? Pin
J4amieC2-May-06 3:32
J4amieC2-May-06 3:32 
AnswerRe: Window Form - menu,height/width? Pin
Larantz2-May-06 4:54
Larantz2-May-06 4:54 
QuestionIs the VS 2005 Webbrowser really ready for prime time? Pin
cweeks786812-May-06 3:09
cweeks786812-May-06 3:09 
I am trying to use the Webbrowser control that is available in VS 2005 C# Express (.NET 2.0) to automate navigation through a set of web pages programmatically. I've run into two situations where I cannnot access the OuterHtml property of an HtmlElement. Looking at the debugger seems to say that some kind of underlying exception occurs.

1. I want to select an item in a listbox on a web page by changing the OuterHtml of two of the member elements from:



to



The attempt to remove the 'selected' string from the first entry fails completely and even messes up the entire listbox

2. I want to iterate through the frames on a web page to find the one I want to enter some text into. When I try to access (read, not write) the OuterHtml property of a frame to see if it is the one I want I see some kind of access violation in the debugger. Shouldn't this work?

Does it make sense to try to use the unmananged interfaces IHTMLDocument, IHTMLDocumet2, etc. when the Webbrowser fails like this? Can I mix the use of the Webbrowser control with use of the unmanaged interfaces?
AnswerRe: Is the VS 2005 Webbrowser really ready for prime time? Pin
Judah Gabriel Himango2-May-06 5:49
sponsorJudah Gabriel Himango2-May-06 5:49 
Questionhow+which controll should i use to create table+ text in one view Pin
junaidbilal2-May-06 2:32
junaidbilal2-May-06 2:32 
AnswerRe: how+which controll should i use to create table+ text in one view Pin
Graham Nimbley2-May-06 2:39
Graham Nimbley2-May-06 2:39 
GeneralRe: how+which controll should i use to create table+ text in one view Pin
junaidbilal2-May-06 3:48
junaidbilal2-May-06 3:48 
GeneralRe: how+which controll should i use to create table+ text in one view Pin
Graham Nimbley2-May-06 5:52
Graham Nimbley2-May-06 5:52 
GeneralRe: how+which controll should i use to create table+ text in one view Pin
junaidbilal2-May-06 20:39
junaidbilal2-May-06 20:39 
QuestionRemoving Context Menu Items Pin
MCSD-Gandalf2-May-06 1:47
MCSD-Gandalf2-May-06 1:47 
AnswerRe: Removing Context Menu Items Pin
MCSD-Gandalf2-May-06 4:29
MCSD-Gandalf2-May-06 4:29 
Questiondependant #warning Pin
Rafael Fernández López2-May-06 1:36
Rafael Fernández López2-May-06 1:36 
AnswerRe: dependant #warning Pin
Josh Smith2-May-06 1:53
Josh Smith2-May-06 1:53 
GeneralRe: dependant #warning Pin
Rafael Fernández López2-May-06 2:02
Rafael Fernández López2-May-06 2:02 
GeneralRe: dependant #warning Pin
Josh Smith2-May-06 3:59
Josh Smith2-May-06 3:59 
GeneralRe: dependant #warning Pin
Rafael Fernández López2-May-06 7:30
Rafael Fernández López2-May-06 7:30 
Questionmsn style - show/hide form border Pin
g00fyman2-May-06 1:29
g00fyman2-May-06 1:29 
AnswerRe: msn style - show/hide form border Pin
stancrm2-May-06 2:13
stancrm2-May-06 2:13 
GeneralRe: msn style - show/hide form border Pin
g00fyman2-May-06 2:23
g00fyman2-May-06 2:23 
QuestionHow to bind 2 exe files in one file and Extraxt those again ? Pin
hdv2122-May-06 1:17
hdv2122-May-06 1:17 

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.