Click here to Skip to main content
15,895,667 members
Home / Discussions / C#
   

C#

 
GeneralRe: serial port programming in C# Pin
Nadia Mughal9-Sep-05 3:43
Nadia Mughal9-Sep-05 3:43 
GeneralRe: serial port programming in C# Pin
Dave Kreskowiak9-Sep-05 4:34
mveDave Kreskowiak9-Sep-05 4:34 
GeneralRe: serial port programming in C# Pin
Nadia Mughal9-Sep-05 5:54
Nadia Mughal9-Sep-05 5:54 
GeneralRe: serial port programming in C# Pin
Dario Solera9-Sep-05 7:50
Dario Solera9-Sep-05 7:50 
AnswerRe: serial port programming in C# Pin
enjoycrack9-Sep-05 0:04
enjoycrack9-Sep-05 0:04 
AnswerRe: serial port programming in C# Pin
pxp9-Sep-05 0:37
pxp9-Sep-05 0:37 
QuestionPrint Preview Urgent!!!!!!!! Pin
AB77718-Sep-05 23:08
AB77718-Sep-05 23:08 
QuestionRegarding MSHTML & AxWebBrower Pin
A.Grover8-Sep-05 22:51
A.Grover8-Sep-05 22:51 
Hi,

i am working on MSHTML and AxWebBrowser in c#.net(Desktop Application). i have
to scan lot of HTML pages.After Navigate the page "WebBrowser Document is
converted into IHTMLDocument2".so that i can scan pages through MSHTML. i am
using the following code.

1. this.axWebBrowser1.Navigate(URL,ref zero,ref nullStr,ref nullStr,ref nullStr);
2. Process.Start(NavigateFile);
3. mshtml.IHTMLDocument2 doc=(mshtml.IHTMLDocument2)this.axWebBrowser1.Document;// Problem

is here
4. mshtml.IHTMLElementCollection AllElements=doc.all;

Problem here is on 3 step. this step is excuting before the page is rendered. it gives me the error
that "Object reference is not set". what i want is this 3 step will not excute unless and until the page is
rendered or download properly. Please tell me what condition I will use before 3 step so that it can not

excute until
the page rendered.

i would like to know in details about MSHTML and AxWebBrowser. Please tell me from where can i
get the articals and sample code for this topics.

Thanks & Regards
Amit Grover

Amit Grover
CDAC R&D
Gist Group
pune
AnswerRe: Regarding MSHTML & AxWebBrower Pin
John Fisher9-Sep-05 3:31
John Fisher9-Sep-05 3:31 
QuestionHow can i send a message across the internet? Pin
Anthony Mushrow8-Sep-05 22:14
professionalAnthony Mushrow8-Sep-05 22:14 
AnswerRe: How can i send a message across the internet? Pin
kin3tik8-Sep-05 23:22
kin3tik8-Sep-05 23:22 
QuestionPlace an ICON in a Datagrid cell Pin
Member 20458968-Sep-05 22:10
Member 20458968-Sep-05 22:10 
AnswerRe: Place an ICON in a Datagrid cell Pin
Lapje9-Sep-05 23:50
Lapje9-Sep-05 23:50 
QuestionSerialport - Wait until Device is ready Pin
pxp8-Sep-05 21:23
pxp8-Sep-05 21:23 
AnswerRe: Serialport - Wait until Device is ready Pin
Dave Kreskowiak9-Sep-05 2:29
mveDave Kreskowiak9-Sep-05 2:29 
GeneralRe: Serialport - Wait until Device is ready Pin
pxp9-Sep-05 4:55
pxp9-Sep-05 4:55 
GeneralRe: Serialport - Wait until Device is ready Pin
Dave Kreskowiak9-Sep-05 14:08
mveDave Kreskowiak9-Sep-05 14:08 
GeneralRe: Serialport - Wait until Device is ready Pin
pxp10-Sep-05 6:02
pxp10-Sep-05 6:02 
GeneralRe: Serialport - Wait until Device is ready Pin
Dave Kreskowiak10-Sep-05 9:00
mveDave Kreskowiak10-Sep-05 9:00 
GeneralRe: Serialport - Wait until Device is ready Pin
pxp10-Sep-05 15:10
pxp10-Sep-05 15:10 
GeneralRe: Serialport - Wait until Device is ready Pin
Dave Kreskowiak10-Sep-05 17:22
mveDave Kreskowiak10-Sep-05 17:22 
Questiondatagrid update and scrolling Pin
xrado8-Sep-05 21:21
xrado8-Sep-05 21:21 
QuestionTAB key problem in datagrid Pin
deep78-Sep-05 21:08
deep78-Sep-05 21:08 
AnswerRe: TAB key problem in datagrid Pin
Lapje9-Sep-05 23:52
Lapje9-Sep-05 23:52 
Questionregex problem Pin
Mridang Agarwalla8-Sep-05 19:24
Mridang Agarwalla8-Sep-05 19:24 

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.