File.OpenURL

File.OpenURL ( 

string URL,

number WindowMode = SW_SHOWNORMAL )

Example 1

File.OpenURL("www.indigorose.com", SW_MAXIMIZE);

Opens the Indigo Rose home page in the user's default browser, and maximizes the browser's window.

Example 2

File.OpenURL("AutoPlay\\Docs\\readme.htm");

Opens "AutoPlay\Docs\readme.htm" in the user's default browser, and opens the browser's window normally (not minimized or maximized).

Example 3

File.OpenURL("http://www.indigorose.com/forums/");

Opens the Indigo Rose Software user forums in the user's default browser.

See also:  Related Actions