On 6/14/06, Boris Zbarsky <[EMAIL PROTECTED]> wrote:
Sandesh Sethia wrote: > I do not have any UI coz, the requirement is that a C++ program receives a > URL from the command prompt and the program loads the page in a browser. Which browser? One you create? Or whatever browser the user currently has running? Or something else?
the one I create. coz the user wont open any browser or anything else. He would just enter the URL at the command prompt while executing the C++ program and I would load a page for him in a browser. (wld it be simpler if a browser is already open ?)
So there is no UI involved. So, I will have to myself instantiate a browser > window and load the page in it. I would require web browser component for > this purpose....right ? This answer depends on the answer to the "which browser?" question.... -Boris _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
_______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
