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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I find Parameter Values for Object Classes

Status
Not open for further replies.

TheDrParker

Programmer
Nov 21, 2001
55
US
Given an object such as the one below, how do I find out what the other possible paramters are and thier associated values. Sites like devguru.com seem to have all the 'how things work', but not what goes into them.

<OBJECT ID=&quot;Attendance_Records&quot;
CLASSID=&quot;CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0&quot;
STYLE=&quot;top: 40; left: 521; width=&quot;170&quot; height=&quot;25&quot;>
<param name=&quot;ForeColor&quot; value=&quot;16777215&quot;>
<param name=&quot;BackColor&quot; value=&quot;6697728&quot;>
</OBJECT>

Any help appreciated.

Thanx

O'Neil
 
Well, here (from devguru) is what attributes the <object> tag has:


but as for the particular object, you'll have to get that from the company (or person, or whatever) that made the object -- for your params

penny.gif
penny.gif
 
Thanx for the direction, I've been to DevGuru and it's great for telling what's what, but I figured that since I am dealing with Standard objects like ComboBox and ListBox that there shouold be documentation on what parameters are available for them.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top