html in a blitz window

Blitz3D Forums/Blitz3D Programming/html in a blitz window

Hello, there is a way to attach explorer activex windows in blitz basic full screen windows.

I 'd have html facilities like link, form inside a blitz windows.

Thanks

You have to make a html parser to make it be able to handle html files. Or, you can, as said, use windows API's to attach some sort of other application (that you can make in 2 minutes in delphi) onto the blitz window.

How do you make an HTML Parser?