建立 Shell.Application 物件
無引數
傳回 Shell 物件
Dim oShell As Object = CreateShellObject()
原則上使用程式內建立之 Shell 物件,故單一程式僅建立唯一的 Shell 物件,若有需求,可自行使用 CreateObject 函數建立多個 Shell 物件。
Visual Studio .Net 2002 以後相容版本 | oShell.vb
modShellObject 函式庫