
ActiveX Document vs DHTML Application vs ASP??
this is from MSDN:
"The advantages of creating and deploying ActiveX documents are:
1.You can leverage your knowledge of Visual Basic. If you are skilled
in programming Visual Basic, you already have the knowledge to reach
your goals you do not have to learn another programming language (as
you do to create an HTML page).
2. You can leverage the Visual Basic programming environment. The full
development environment is available to you, including the Visual Basic
code window, de{*filter*}, and compiler.
3. Ability to create ActiveX documents that run in Internet Explorer.
For all intents and purposes, an ActiveX document is a Visual Basic
application that is now accessible in a widely-used container.
4. Execution on a local machine. The ActiveX component can contain all
the necessary code to deliver the results of complex calculations.
5. Immediate visual feedback about layout of elements. Placing TextBox
and CommandButton controls on an ActiveX document gives you immediate
feedback about how the document will look. In contrast, coding an HTML
document takes practice and guesswork.
6. Support for the Hyperlink object, which allows an ActiveX document
to request that the container (if it is Hyperlink-aware) to navigate to
another ActiveX document, or a Web site.
7. Support for the AsyncRead method. The method begins an asynchronous
transfer of data, allowing other code to execute while the data is
retrieved.
Note There is one control that cannot be placed on an ActiveX
document: the OLE Container Control. Also note that embedded objects,
such as an Microsoft Excel or Word documents, are not allowed on
ActiveX documents."
hope this helps.
Bob
Quote:
> Greetings,
> I am building a browser based application that will run within an
intranet
> (IE5 on PCs). The application must have a rich user interface,
therefore I
> plan to use my favorite ActiveX components. The application will also
use
> COM+ objects as business layer and a SQL Server backend.
> For COM+ objects I can use VB.
> The question which is the best tool for the user interface ??
> (a) ActiveX Document (using VB6)
> (b) DHTML Application (using VB6)
> (c) ASP (using VI)
> Thanks,
> John Hamilton
Sent via Deja.com http://www.*-*-*.com/
Before you buy.