faqts : Computers : Programming : Languages : Delphi

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

12 of 25 people (48%) answered Yes
Recently 5 of 10 people (50%) answered Yes

Entry

Delphi: Internet: Browser: How make Delphi .exe accessible from Microsoft Internet Explorer browser?

Sep 4th, 2004 16:31
Knud van Eeden,


----------------------------------------------------------------------
--- Knud van Eeden --- 08 October 2003 - 09:53 pm --------------------

Delphi: Internet: Browser: How make Delphi .exe accessible from 
Microsoft Internet Explorer browser?

1. You have an existing project

---

 1. If you want it to run your .exe on the client side in a browser:

    1. Turn it into an ActiveX control

---

  2. If you want it to run your .exe from the server side in a browser:

     1. Use e.g. CGI

        1. Setup a web server and

        2. Put it in your cgi-bin folder

     2. Use e.g. Delphi for .NET

---
---

2. You still have to create your project, you might consider using
   Intraweb.

---
---

Further similar products to use:

1) IntraWeb

IntraWeb allows you to build applications for deployment using standard
HTML and Javascript without ever having to know HTML or Javascript.
With IntraWeb you build your weblication the same way that a normal
Windows / X-windows application is built, but it runs in a browser
using only standard HTML and Javascript. No plug ins or Java in the
browser required!

http://www.atozed.com

---

2) ExpressWeb

Fully leverage your Delphi skills by using the same Property, Method,
and Event model you have come to know within Delphi itself to build any
website or web application. Simply select web components (text box,
label, etc) from the palette - drop them onto the designer - set
properties - write event handlers in Delphi's ObjectPascal - compile
and deploy to your favorite web server...

http://www.devexpress.com

---

3) ASPX for Delphi

ASPX for Delphi was designed from the ground up to simplify Web
Application Development for Delphi developers. The tool relies on the
latest technologies supported on Microsoft Windows Platform - HTML,
XML/XSL, MTS/COM+, IIS and ASP. The tool enables rapid development of
data-aware Web applications.

http://www.aspx4delphi.com/

---

4) WebHub

From plug-n-play components for Delphi to customizable, ready-to-run
application servers, WebHub technology brings object-oriented elegance
to interactive, CD-ROM, and static sites. This section gives you
extensive introductory material about WebHub, including the Portfolio
of sites built with WebHub.

http://www.href.com/PRODORDR:177920075

---

5) Doc-to-Net

This innovative CGI application transforms a scanned TIFF image to a
PNG, GIF or JPEG, anti-aliases it "on the fly" and streams it through
the browser, allowing the end-user to view the document without
downloading any plug-ins. Added to this great application are the
valuable zoom, pan and scroll features, plus rotating and inverting
controls.

http://www.imagelib.com

---

6) Witango

Witango can provide your Web Application with a solid application
framework, a simple interface for both the production and ongoing
maintenance of complex application logic, a variety of mechanisms to
integrate to non-web interfaces, and a wide range of database
connectivity options.

http://www.witango.com

---

7) Internet Professional

Internet Professional is a full-featured collection of native VCL
components providing Internet connectivity for 32-bit applications.
From sending e-mails and accessing Internet newsgroups, to file
transfers, HTTP, browsing HTML files, and sending Instant Messages,
Internet Professional has everything you need in easy to use
components.

http://www.turbopower.com

---

8) PackageForTheWeb

PackageForTheWeb is a visual development utility for creating more than
just self-extracting executables. Need to put an installation on the
web PackageForTheWeb is designed to work with all InstallShield
authoring tools. It will wrap any setup into an Internet ready package
in a matter of minutes. Need to distribute training materials or other
documents?

http://www.installshield.com/pftw

---

9) Delphi WebSnap

A component-based Web application development framework that integrates
the power of Delphi directly into today's Web site development teams.

http://bdn.borland.com/article/0,1410,27404,00.html

---

[Internet: source: 
http://delphi.about.com/cs/toppicks/tp/aatpwebrad.htm]

---
---

Internet: see also:

Delphi: ActiveX Control: Create: How to create an ActiveX Control?
http://www.faqts.com/knowledge_base/view.phtml/aid/25248/fid/175

---

IIS: How to install Microsoft Information Server (IIS) on 
Windows2000/XP Professional?
http://www.faqts.com/knowledge_base/view.phtml/aid/12558

---

Delphi: Internet: Intraweb: Application: Create: What are steps to 
create Intraweb application?
http://www.faqts.com/knowledge_base/view.phtml/aid/23243/fid/175

----------------------------------------------------------------------