[Click the star to watch this topic] VC++, how to create an instance of Firefox with the given url, width, and height parameters?
Will Jing <[email protected]> Mon, 24 Jan 2011 13:37:52 -0800 (PST)
| Newsgroups | gmane.comp.mozilla.accessibility |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Hi there, I use VC2010 to create an instance of Firefox(3.6) on Win7 platform. Seems there is no effect if I use ShellexecuteEx() or CreateProcess with the command-line option "-width xxx -height xxx". Is it possible to create a popup with the given parameters like url, width and height? CComPtr<IAccessible2>? Or I need to write an XPCOM adds-on? Thanks. Will