using custom activeX controls

BlitzPlus Forums/BlitzPlus Programming/using custom activeX controls

Beeps(Posted 2003) [#1]
ummm, as the webbrowser is just an IE activex control wrapped in some commands would it be / is it possible to allow custom activeX controls to be used in Blitz+, i.e. controls written in VB/C++

That's about the only thing missing from Blitz+ as far as I can see, and would open blitz+ up to 'real' application development. :)

cya,

Beeps


semar(Posted 2003) [#2]
I definately agree...

Sergio.


ashmantle(Posted 2003) [#3]
if found this command in the browser source:

Global html=CreateHtmlView( 0,45,ClientWidth(wind-----blablabla

so its probably buildt in..


Beeps(Posted 2003) [#4]
it's an IE control wrapped in blitzplus commands I think


Beeps(Posted 2003) [#5]
Any plans for this in the near future Mark?


Orca(Posted 2003) [#6]
*bump*

(I'm curious as well)


semar(Posted 2003) [#7]
* U L T R A B U M P *


skn3(Posted 2003) [#8]
* M E G A B U M P *


hub(Posted 2003) [#9]
* G I G A B U M P *


Kanati(Posted 2003) [#10]
* P E T A B U M P *


CodeGit(Posted 2003) [#11]
Mark most probaly wont answer this........but I'm sure some of the "usual crowd not in the know" will have a go. This seems to be the pattern, thats why I dont ask.


Craig Watson(Posted 2003) [#12]
Can the webbrowser control host active-x components itself?


Beaker(Posted 2003) [#13]
Maybe this should go in the feature requests.


RocketGnome(Posted 2003) [#14]
Webbrowser control CAN host active-x controls, but not very easily or safely.

If someone is willing to sign your control and set the security setting down on Internet Explorer to even let this happen, you could get it working.