launchBrowserDialog Method
Overload List
Method |
Description |
---|
AcDbHostApplicationServices::launchBrowserDialog (ACHAR (&pszSelectedURL), ACHAR *, ACHAR *, ACHAR *, ACHAR *, Adesk::Boolean) |
Helper template. |
 AcDbHostApplicationServices::launchBrowserDialog (ACHAR *, size_t, ACHAR *, ACHAR *, ACHAR *, ACHAR *, Adesk::Boolean) |
This method launches the Web Browser dialog that allows the user to navigate to any URL and select a URL. The selected URL is returned in pszSelectedURL, which must point to a buffer large enough to hold the return value.An application may provide a browser-like or other dialog to enable users to navigate to any Web/FTP site on the Internet. The user could then select a file (or type in a URL) to download. At this point, the dialog box can be dismissed and the application can transfer the requested file over. If a browser-like application is supported,... more |