Click here to Skip to main content
16,005,491 members
Home / Discussions / C#
   

C#

 
AnswerRe: Count Words in a string Pin
OriginalGriff17-Mar-10 3:41
mveOriginalGriff17-Mar-10 3:41 
AnswerRe: Count Words in a string Pin
Mirko198017-Mar-10 3:52
Mirko198017-Mar-10 3:52 
GeneralRe: Count Words in a string Pin
OriginalGriff17-Mar-10 4:01
mveOriginalGriff17-Mar-10 4:01 
GeneralRe: Count Words in a string Pin
Luc Pattyn17-Mar-10 5:14
sitebuilderLuc Pattyn17-Mar-10 5:14 
GeneralRe: Count Words in a string Pin
Som Shekhar17-Mar-10 6:43
Som Shekhar17-Mar-10 6:43 
AnswerRe: Count Words in a string Pin
#realJSOP17-Mar-10 7:31
professional#realJSOP17-Mar-10 7:31 
GeneralRe: Count Words in a string Pin
AspDotNetDev17-Mar-10 20:04
protectorAspDotNetDev17-Mar-10 20:04 
QuestionC# Form Application - WebBrowserControl - DocumentComplete issue Pin
Jon Braunsma17-Mar-10 2:42
Jon Braunsma17-Mar-10 2:42 
I have a C# 3.5 Windows form application that uses the webbrowser control.

This control is used to navigate through a website, where I have a parsing engine that pulls data off the site and stores it in a file. The customer navigates to the site, presses the "record" button and the parsting starts.

The parser is triggered by the DocumentComplete event. This works very well, but I have seen that this event sometimes does not fire. The customer has to navigate through 500 pages and by the time they get to page 500, we found that we are missing maybe 5-6 of the pages.

We have traced the problem to be that the documentcomplete event is not firing all the time. My debug code indicates that the navigating and havigated events have fired correctly, but not the document complete.

At the end of the 500 page run, I have 500 navigating events, 500 navigated events and a variable number of documentcompelte events, ranging from 490-495. We have not traced it to any single page, but are unable to figure out what is causing this. We even added a sound that beeps when the page loads and have found pages that load in the browser and are viewable, but the sound does not play because the event didn't fire. Any thoughts what might be causing this?
AnswerRe: C# Form Application - WebBrowserControl - DocumentComplete issue Pin
Dave Kreskowiak17-Mar-10 3:22
mveDave Kreskowiak17-Mar-10 3:22 
GeneralRe: C# Form Application - WebBrowserControl - DocumentComplete issue Pin
Jon Braunsma17-Mar-10 10:46
Jon Braunsma17-Mar-10 10:46 
GeneralRe: C# Form Application - WebBrowserControl - DocumentComplete issue Pin
Dave Kreskowiak17-Mar-10 12:33
mveDave Kreskowiak17-Mar-10 12:33 
AnswerRe: C# Form Application - WebBrowserControl - DocumentComplete issue Pin
#realJSOP17-Mar-10 7:34
professional#realJSOP17-Mar-10 7:34 
AnswerRe: C# Form Application - WebBrowserControl - DocumentComplete issue Pin
Luc Pattyn17-Mar-10 8:02
sitebuilderLuc Pattyn17-Mar-10 8:02 
GeneralRe: C# Form Application - WebBrowserControl - DocumentComplete issue Pin
Jon Braunsma17-Mar-10 10:48
Jon Braunsma17-Mar-10 10:48 
AnswerRe: C# Form Application - WebBrowserControl - DocumentComplete issue Pin
Jon Braunsma18-Mar-10 7:37
Jon Braunsma18-Mar-10 7:37 
Questionnot able to see controls on form its get hide automatically Pin
sn001117-Mar-10 1:55
sn001117-Mar-10 1:55 
AnswerRe: not able to see controls on form its get hide automatically Pin
sanforjackass17-Mar-10 2:06
sanforjackass17-Mar-10 2:06 
GeneralRe: not able to see controls on form its get hide automatically Pin
sn001117-Mar-10 2:36
sn001117-Mar-10 2:36 
GeneralRe: not able to see controls on form its get hide automatically Pin
#realJSOP17-Mar-10 2:39
professional#realJSOP17-Mar-10 2:39 
GeneralRe: not able to see controls on form its get hide automatically Pin
Dave Kreskowiak17-Mar-10 3:19
mveDave Kreskowiak17-Mar-10 3:19 
QuestionProblem in Datagridview with multiple combobox windows c# Pin
Member 441328317-Mar-10 1:33
Member 441328317-Mar-10 1:33 
QuestionNetMeeting using C# Pin
v_neil8717-Mar-10 1:26
v_neil8717-Mar-10 1:26 
AnswerRe: NetMeeting using C# Pin
Greg Chelstowski17-Mar-10 1:35
Greg Chelstowski17-Mar-10 1:35 
GeneralRe: NetMeeting using C# Pin
OriginalGriff17-Mar-10 7:04
mveOriginalGriff17-Mar-10 7:04 
QuestionHooking Pin
Sokka_sta17-Mar-10 1:01
Sokka_sta17-Mar-10 1:01 

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.