Platform | Win32, x64 |
Purpose |
To open a file that has a registered extension. |
Syntax |
SUBROUTINE USE_URL@( URL ) |
Description |
This routine uses the Windows shell and primarily is designed to open a URL by starting up the default web browser. However, in general it can start any object that has a file name with a registered extension (e.g. .DOC files). You can use this routine in a ClearWin+ window call-back function in order to open a Web document. |
See also |
INTERNET_HYPERLINK standard call-back. |