Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OLEObject attribute list

Status
Not open for further replies.

tampe125

Programmer
May 20, 2008
4
IT
hi, i'm pretty new in PB and i was wondering if there is a list of all the attributes regarding an OLEObject.
Example:

IE.top = <integer>
IE.left = <integer>
IE.width = <integer>
IE.height = <integer>
IE.visible = <integer> (1 - Visible/ 0 - Not Visible)
IE.menuBar = <integer> (1 - Visible/ 0 - Not Visible)
IE.toolBar = <integer> (1 - Visible/ 0 - Not Visible)
IE.statusBar = <integer> (1 - Visible/ 0 - Not Visible)

i only know these ones, but how can i find all of them?
thanks in advance
 
First off, what version of PB are you in, and what type of OLEObject are you using?
 
oh sorry.
i'm using PB 10.5 and the OLEOBject is Internet Explorer

thanks in advance
 
Try opening your System Tree, and clicking on the components tab, and then looking for the appropriate component... Should be something like: IE, Internet Explorer, Explorer, Microsoft IE, etc.
 
ok, thanks.
Now i'm looking for a way to disable images/scripts.
is that possible?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top