Re: embedding browser without UI

2006-02-14 Thread Callum Prentice
http://www.ubrowser.com/downloads.php There might be something useful here - sounds like it's a bit like what you want to do. Cal. ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding

Re: embedding browser without UI

2006-02-14 Thread Niky Williams
Raghunath wrote: Hi Niky, I have written a small sample code to navigate to URL. I have put it inline with this mail. When I call LoadURI on a nsIWebNavigation object, I get an NS_ERROR_UNEXPECTED error. Can you tell me what am I missing? Thanks, Raghu /*** Header File B

Re: embedding browser without UI

2006-02-14 Thread Raghunath
Hi Niky, I have written a small sample code to navigate to URL. I have put it inline with this mail. When I call LoadURI on a nsIWebNavigation object, I get an NS_ERROR_UNEXPECTED error. Can you tell me what am I missing? Thanks, Raghu /*** Header File Begin *