longzu / csexwb2

Automatically exported from code.google.com/p/csexwb2
0 stars 0 forks source link

DocumentComplete wont work #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Nothin special
2.
3.

What is the expected output? What do you see instead?

What are the OS and IE versions?
Xp IE 7
What version of the product are you using?
1.0.0.7

Please provide any additional information below.
I can't get the web1_DocumentComplete to fire..

Heres my code
this.web1.DocumentComplete += new DocumentCompleteEventHandler
(this.web1_DocumentComplete);

void web1_DocumentComplete(object sender, csExWB.DocumentCompleteEventArgs 
e)
        {
MessageBox.Show("PAGE LOADED"); // just to alert me,
}

Works perfektly in your DEMO app .?

Original issue reported on code.google.com by tti.prog...@gmail.com on 2 Mar 2008 at 9:31

GoogleCodeExporter commented 8 years ago
I compleatly reedo my project seams to work now..

Original comment by tti.prog...@gmail.com on 3 Mar 2008 at 11:24

GoogleCodeExporter commented 8 years ago
Starting with a new project would have been my suggestion as well. At times, 
project 
files become corrupted and cause problems. Glad that it works for you now.

MH

Original comment by mehr...@gmail.com on 4 Mar 2008 at 12:26