Click to See Complete Forum and Search --> : DTC and ActiveX controls


MsJane
June 30th, 2001, 11:42 AM
Hi Gurus,
What is the difference between the Design Time Controls and ActiveX Control in Visual InterDev Toolbox? Are they recognizable by Nescape?

Thank you so much.
MsJane

Cakkie
July 1st, 2001, 06:43 AM
Design time controls sould be displayed by every mozilla compatible browser (like IE and Netscape).
ActiveX controls can only be displayed by ActiveX compatible browsers (read as IE). This means that when you use and ActiveX control in a webpage, your client must use IE, and Netscape will fail to show the page correctly.
When you are building an Internet page, I would advice not to use ActiveX, cause you can't force half the world to change browser (how much M$ would like that to happen). If you are developing an intranet application for an organization, you can do that (most of the time that is).

Tom Cannaerts
slisse@planetinternet.be

Programming today is a race between software engineers striving to build bigger and better idot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook