PDA

Click to See Complete Forum and Search --> : Displaying HTML


bmarzouk
Feb 16th, 2001, 02:01 PM
Is there any way to display HTML page from VB application, from Windows 95 without having to install web browser ?

kurtsimons
Feb 16th, 2001, 02:18 PM
I want to say no because VB requires the inet systems files to function.

you could try to receive the data through winsock and then do what you want with the data

- but maybe i'm not following you