filecataloger.com > Script > Object -- MainWindow Command

MainWindow Object

Remarks:
The object represents the FileCataloger program's main window.
Property:
Name Description
CurCDrom Retrieve or set parameter bar's cdrom value.
CurMoveDisk Retrieve or set parameter bar's move disk value.
CurView Retrieve the current catalog item view.
example:

MainWindow.CurCDrom = "G:"
MainWindow.CurMoveDisk = "M:"

Dim cv
Set cv = MainWindow.CurView

Dim Msg
Msg = "MainWindow.CurCDrom is " & MainWindow.CurCDrom & vbCrLf
Msg = Msg & "MainWindow.CurMoveDisk is " & MainWindow.CurMoveDisk

MsgBox Msg

   
See Also:

Application Object

©2008 Greendgh Software. All rights reserved. Privacy statement