tablesmit / csexwb2

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

m_csexwbCOMLib_OnStartManagedAPP fired by non-csExWB control and can't know who is the real sender #95

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I have 2 problem, the 1st one:
1. 2 cExWB control in the form, one(named A) with "DownloadRequestAsynch" 
event handler, and the other(named B) without.
2. navigate any page with A browser, 
the "m_csexwbCOMLib_OnStartManagedAPP" will be invoked by either A or B. 
(no rules)

The 2nd:
1. one cExWB control(named A) and one .Net WebBrowser control (named B)
2. navigate page with B, the "m_csexwbCOMLib_OnStartManagedAPP" will be 
fired too.

What are the OS and IE versions?
Windows 7 and IE 8

What exceptions are thrown? If any, please copy and paste the exception 
dump.
1. Sometimes the cExWB lost the "DownloadRequestAsynch" event for the 1st 
problem
2. Can't know who is the real sender for both problems

What is the expected output? What do you see instead?
1. the "DownloadRequestAsynch" handler will be fired for each file download
2. I don't want catch the event if I navigate page by WebBrowser control

Please use labels and text to provide additional information.
DownloadRequestAsynch; m_csexwbCOMLib_OnStartManagedAPP; Fired wrong

Original issue reported on code.google.com by visual...@gmail.com on 6 May 2010 at 12:59