html in a blitz window

Blitz3D Forums/Blitz3D Programming/html in a blitz window

Hulk(Posted 2004) [#1]
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


ChrML(Posted 2004) [#2]
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.


asdfasdf(Posted 2004) [#3]
How do you make an HTML Parser?