using ASP.NET in Delphi 8/2005/2006 you can.. or Intraweb
basically anything you can make you win32 / .net app do you can make your asp.net app do by coding in html/pascal
http://www.atozed.com/intr
Main Topics
Browse All TopicsHello,
I am wondering if it's possible to use HTML (e. g. using IWebBrowser) to create a Delphi app that intracts with the database?
If so, how this can be done?
Thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
using ASP.NET in Delphi 8/2005/2006 you can.. or Intraweb
basically anything you can make you win32 / .net app do you can make your asp.net app do by coding in html/pascal
http://www.atozed.com/intr
The IWebBrowser browser itself will not do anything more that just displaying the HTML files.
If you want to make your application work you will need a web server to serve these HTML files. For e.g. when you click submit button, all the fields on your form will be available in the POST parameters, which you can handle serverside.
If this Delphi application will just some ready web site - why not, you can integrate it. Otherwise - it is useless.
hello,
if you use web browser as interface you must create teh html files and load them into the system but afterwards you can ues the go event to capture clicks easily and act accordingly. for instance you could say a href="mycode:open(table1)"
The answer is in your question: you can use IWebBrowser for UI in your application. For example, MonarchSearch (which developers team leadr I am) uses it (http://www.monarchsearch.
Business Accounts
Answer for Membership
by: aikimarkPosted on 2005-12-31 at 05:51:54ID: 15583316
Can you elaborate on what you'd like to happen? You question is devoid of details.
b/a/dotnet /2004/01/1 9/ longhorn .html library/de fault.asp? url=/libra ry/ en-us/d nintlong/h tml/longho rnch03.asp
There is an emerging WinFX/Longhorn standard, XAML, that is supposed to define a user interface. However, I don't know how you would use this with Delphi. There seems to be some similarity between XAML and the Delphi .dfm file (from the literature).
Here are some XAML references:
http://www.xaml.net/
http://www.ondotnet.com/pu
http://msdn.microsoft.com/