|

Visible


(boolean) Whether to make the web object visible or invisible:



VALUE DESCRIPTION


true


Visible. (Default)


false


Invisible.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

Web.Stop

OverviewExamples

Web.Stop ( string ObjectName )


De s cr ip t ion


Stops a web object.


image

Note: This is just like clicking the "Stop" button in Internet Explorer to interrupt the current download.


P arame t er s


ObjectName


(string) The name of the web object.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

W i n do w


image

Window.Close

OverviewExamples

Window.Close ( number WndHandle,


number Method = CLOSEWND_SENDMESSAGE )


De s cr ip t ion


Closes a specific window on the user's desktop.


P arame t er s


WndHandle


(number) The integer value that represents the specific window on the user's desktop. (Commonly referred to as an hWnd.)


|