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

C#

 
AnswerRe: "typeloadexception" What is this? How i solve it? Pin
S. Senthil Kumar20-Sep-05 2:10
S. Senthil Kumar20-Sep-05 2:10 
Questionhow to hide a column in Data Grid Pin
Rizwan Bashir19-Sep-05 23:30
Rizwan Bashir19-Sep-05 23:30 
AnswerRe: how to hide a column in Data Grid Pin
dabuskol20-Sep-05 0:25
dabuskol20-Sep-05 0:25 
GeneralRe: how to hide a column in Data Grid Pin
Rizwan Bashir20-Sep-05 2:34
Rizwan Bashir20-Sep-05 2:34 
GeneralRe: how to hide a column in Data Grid Pin
miah alom20-Sep-05 4:07
miah alom20-Sep-05 4:07 
AnswerRe: how to hide a column in Data Grid Pin
dabuskol20-Sep-05 19:14
dabuskol20-Sep-05 19:14 
QuestionNew serial device problem.. + an old one Pin
cue_ball19-Sep-05 22:21
cue_ball19-Sep-05 22:21 
QuestionRegarding WebBrower Control Pin
A.Grover19-Sep-05 21:46
A.Grover19-Sep-05 21:46 
i am working with c#.net Console application.

i m using the following code snippet

NavigateDocumnet()
{
object o = null;

// some code here

// Every time "NavgateFile" value is changed"
m_WebBrowser.Navigate(NavigateFile,ref o,ref o,ref o,ref o);//problem is here
// some code here
NavigateDocument(); // Recursive funtion

}

in Document_Completed
{
mshtml.IHTMLDocument2 doc=(mshtml.IHTMLDocument2)m_IExplorer.Document;
mshtml.IHTMLElement BodyElement=doc.body;

//Retrieve all Text from Body Tag
string BodyText=BodyElement.innerText;
// writing text into file
}

Now my problem is that every time when m_WebBrowser.Navigate(NavigateFile,ref o,ref o,ref o,ref o) is called it did not wait for document complete. it called continuesly without wait for document complete. for example if Recursive loop call 10 time. documnet complete is called only 2 or 3 times. first time it called for 1 page after that it skip some address and then it called for 5 0r 6 page and then so on........

i want every when m_WebBrowser.Navigate(NavigateFile,ref o,ref o,ref o,ref o) is called it wait for document complete and then Navigate another address and so on.......



Amit Grover
CDAC R&D
Gist Group
pune
AnswerRe: Regarding WebBrower Control Pin
seee sharp19-Sep-05 22:02
seee sharp19-Sep-05 22:02 
GeneralRe: Regarding WebBrower Control Pin
A.Grover19-Sep-05 22:43
A.Grover19-Sep-05 22:43 
GeneralRe: Regarding WebBrower Control Pin
seee sharp20-Sep-05 18:00
seee sharp20-Sep-05 18:00 
QuestionXML in C# Pin
deepscyberpulse19-Sep-05 20:40
deepscyberpulse19-Sep-05 20:40 
AnswerRe: XML in C# Pin
sreejith ss nair19-Sep-05 20:54
sreejith ss nair19-Sep-05 20:54 
QuestionHow do i Charge Credit Cards for my Program? Pin
mattylovestara19-Sep-05 20:27
mattylovestara19-Sep-05 20:27 
AnswerRe: How do i Charge Credit Cards for my Program? Pin
sreejith ss nair19-Sep-05 20:36
sreejith ss nair19-Sep-05 20:36 
AnswerRe: How do i Charge Credit Cards for my Program? Pin
seee sharp19-Sep-05 20:54
seee sharp19-Sep-05 20:54 
QuestionWindows Authentication Pin
pavan bhatara19-Sep-05 20:25
pavan bhatara19-Sep-05 20:25 
AnswerRe: Windows Authentication Pin
sreejith ss nair19-Sep-05 20:40
sreejith ss nair19-Sep-05 20:40 
QuestionOutput Caching Pin
Anonymous19-Sep-05 20:02
Anonymous19-Sep-05 20:02 
AnswerRe: Output Caching Pin
seee sharp19-Sep-05 20:09
seee sharp19-Sep-05 20:09 
Questionserialization in .Net Pin
Anonymous19-Sep-05 19:22
Anonymous19-Sep-05 19:22 
AnswerRe: serialization in .Net Pin
turbochimp19-Sep-05 19:34
turbochimp19-Sep-05 19:34 
AnswerRe: serialization in .Net Pin
seee sharp19-Sep-05 19:39
seee sharp19-Sep-05 19:39 
QuestionMemory usage in C# .Net Pin
ppp00119-Sep-05 17:53
ppp00119-Sep-05 17:53 
AnswerRe: Memory usage in C# .Net Pin
Christian Graus19-Sep-05 18:16
protectorChristian Graus19-Sep-05 18:16 

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.