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

SELECT elements 1

Status
Not open for further replies.

Gorkem

Programmer
Jun 18, 2002
259
CA
Hey everyone,

This may sound kind of like a really stupid question.. but I'm going to ask anyhow..

Is there any way to add an ImageCombo box to a webpage? The ImageCombo box, for those that may not be familiar with the name, is a SELECT element with little images in them..

They are called ImageCombo Boxes in Visual Basic..

Any help or answer would be great.. Good or bad.. :p

Cheers,

G.

GT Interactive
-----------------------------
Components/Tools/Forums/Software/Web Services
 
Yep you can use them if you knw what CLSID it has to use in your OBJECT tag.
Not shure if that control can work on the IE. As far as i knw all ActiveX objects(controls) works with IE as interface but only with IE.


________
George, M
 
You wouldn't know the Class ID off hand would you? :eek:P

Thanks for your reply!

Cheers,

G.

GT Interactive
-----------------------------
Components/Tools/Forums/Software/Web Services
 
You could find it from your VB Form code,
Place an objtect there and then look on the Form1.frm code and check there his CLSID or ProgID.

But i just searched and found it
Should be same for all versions. i have 6.0 version it seems.

CLSID=DD9DA666-8594-11D1-B16A-00C0F0283628
PROGID=MSComctlLib.ImageComboCtl.2


________
George, M
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top