Click here to Skip to main content
15,904,986 members
Home / Discussions / C#
   

C#

 
GeneralRe: Get file with Relative Path Pin
Anonymous9-Sep-05 2:24
Anonymous9-Sep-05 2:24 
GeneralRe: Get file with Relative Path Pin
Anonymous9-Sep-05 2:27
Anonymous9-Sep-05 2:27 
GeneralRe: Get file with Relative Path Pin
Super Lloyd9-Sep-05 2:31
Super Lloyd9-Sep-05 2:31 
GeneralRe: Get file with Relative Path Pin
Anonymous9-Sep-05 2:45
Anonymous9-Sep-05 2:45 
QuestionShow results in console Pin
Kash9-Sep-05 1:06
Kash9-Sep-05 1:06 
AnswerRe: Show results in console Pin
Dave Kreskowiak9-Sep-05 2:42
mveDave Kreskowiak9-Sep-05 2:42 
GeneralRe: Show results in console Pin
Kash9-Sep-05 4:44
Kash9-Sep-05 4:44 
QuestionCan a FolderBrowserDialog be extended? Pin
Socket_Layer9-Sep-05 0:26
Socket_Layer9-Sep-05 0:26 
AnswerRe: Can a FolderBrowserDialog be extended? Pin
Dario Solera9-Sep-05 0:59
Dario Solera9-Sep-05 0:59 
AnswerRe: Can a FolderBrowserDialog be extended? Pin
Anonymous10-Sep-05 0:48
Anonymous10-Sep-05 0:48 
QuestionIn FolderBrowseDialog treeview control [with directories] isn't visible Pin
gayathirivasudevan8-Sep-05 23:47
gayathirivasudevan8-Sep-05 23:47 
AnswerRe: In FolderBrowseDialog treeview control [with directories] isn't visible Pin
Stefan Troschuetz9-Sep-05 0:16
Stefan Troschuetz9-Sep-05 0:16 
GeneralRe: In FolderBrowseDialog treeview control [with directories] isn't visible Pin
gayathirivasudevan9-Sep-05 0:45
gayathirivasudevan9-Sep-05 0:45 
Questionserial port programming in C# Pin
Nadia Mughal8-Sep-05 23:39
Nadia Mughal8-Sep-05 23:39 
AnswerRe: serial port programming in C# Pin
Dario Solera8-Sep-05 23:48
Dario Solera8-Sep-05 23:48 
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 

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.