Method of IApplication
Show options dialog
Application.ShowOptions(strPage);
==== Visual Basic Script ====
Application.ShowOptions strPage
==== C++ ====
HRESULT hr = Application.ShowOptions(strPage);
===== See Also ===== IApplication