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

Using controls in Visual Interdev

Status
Not open for further replies.

dellyjm

Programmer
Apr 13, 2000
168
JM
Could someone please give me some information on the use of the activeX controls in Interdev, particularly the tabstrip control.

If you know any websites or single pages i could go to for this information.

Thanks.

Delton.
 
It is quite rare to use ActiveX Controls on a web page, unless you are only developing for an in-house team. Which is why you have not had a good response!

As for tab strip, you can use tables (in IE) and give each table row (TR) a NAME. You can then use javascript to hide/show the table rows. This can mimic the behaviour of a tab strip quite effectively. You would need to add a tab images as buttons and add the show/hide code under the click event. (Content Management)
 
I figured, it was a new developer who took my position. I was explaining to him that i would use images and create a feel.

One of the reasons I know is because not everyone likes ActiveX controls running on their machines.

Thanks again.

Delton
 
i am also wondering how to use the tabstrip control on visual interdev. i already had the labels on my tabs. my problem is how can i put some other controls on it. i think i need a panel or something, but i can't seem to find it.

anybody, please help...

thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top