Is there any way to display HTML page from VB application, from Windows 95 without having to install web browser ?
Printable View
Is there any way to display HTML page from VB application, from Windows 95 without having to install web browser ?
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