P
Peter Kaptein
In some applications you see a HTML page in the Web-browser call a DLL
instead of a .asp page.
The result is HTML presented in the browser.
I have seen this working for stand-alone apps as well (Internet Explorer
does the same)
== Questions
1) How does this work?
2) How do I set up the VB code inside the DLL to recieve and handle the
HTTP-call?
3) Is there any sample code available showing me the basics? (A VB project,
or "whitepapers")
4) Dou you recommend .NET or VB 6.0?
== Why?
I want create a small desktop application using HTML-pages to present data
and to present forms.
Via POST, data should be stored via the DLL into a database
== What for?
Applications to be distributed to desktops using Win 98, WinXP and Win2000
Thanks in advance.
Peter
instead of a .asp page.
The result is HTML presented in the browser.
I have seen this working for stand-alone apps as well (Internet Explorer
does the same)
== Questions
1) How does this work?
2) How do I set up the VB code inside the DLL to recieve and handle the
HTTP-call?
3) Is there any sample code available showing me the basics? (A VB project,
or "whitepapers")
4) Dou you recommend .NET or VB 6.0?
== Why?
I want create a small desktop application using HTML-pages to present data
and to present forms.
Via POST, data should be stored via the DLL into a database
== What for?
Applications to be distributed to desktops using Win 98, WinXP and Win2000
Thanks in advance.
Peter