C++
BOOL LaunchBrowserDialog( CString& strSelectedURL, LPCTSTR strDialogCaption, LPCTSTR strOk, LPCTSTR strStartPage ) override;
Description
Launches a browser and gets a URL. Called when the Web button is selected. Returns true on success and false on failure. The default implementation uses an AutoCAD web browser dialog.
Parameters
| Parameters | Description |
|---|---|
| strSelectedURL | Resulting URL when the browser is launched |
| strDialogCaption | Dialog caption |
| strOk | Text for the commit button |
| strStartPage | Initial URL when the browser is launched |