I'm testing Mozilla ActiveX control, and trying replace IE control by it. But I 
found   
these problems.

Control doesn't support res:// protocol. I don't know, how to simulate this 
protocol.   
In IE, this protocol can access resources in specified application. My 
application      
needs to access some pre-designed web pages and forms, that is located in 
application   
resources. 

Second problem is a bug in handling OnBeforeNavigate2( LPCTSTR lpszURL, .... 
BOOL*      
pbCancel ) event function. IE calls this function before starts navigation. My 
application      
parses URL, and if it recognize special formed URL string, sets pbCancel to 
true,       
and takes on next processing. But Mozilla control ignores pbCancel flag, tryes 
process  
URL, and shows error message.

Thank for any reply or advice
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to