VB and Mozilla

Discuss building things with or for the Mozilla Platform.
Post Reply
aafuss
Posts: 15
Joined: May 23rd, 2003, 1:17 am

VB and Mozilla

Post by aafuss »

How can my VB program interface through code with Mozilla 1.4?
Ted Mielczarek
Posts: 1269
Joined: November 5th, 2002, 7:32 am
Location: PA
Contact:

Re: VB and Mozilla

Post by Ted Mielczarek »

aafuss wrote:How can my VB program interface through code with Mozilla 1.4?


http://www.iol.ie/~locka/mozilla/control.htm

You can embed gecko as an activex control if you want a browser window that you can control from VB. If you want to actually control the Mozilla browser from VB, you're on your own.
aafuss
Posts: 15
Joined: May 23rd, 2003, 1:17 am

Post by aafuss »

Thanks-now IO don't habe torely on IOE engone.
FoxHunter
Posts: 29
Joined: May 24th, 2003, 6:26 am

Crash

Post by FoxHunter »

What mozctlx.dll do I need to register in order to make it work?

I tried:
- Firebird 0.6 -> crash
- Mozilla 1.4 RC1 -> crash
- Mozilla 1.0 -> works, but has lots of display errors

So only the mozctlx.dll from the old Mozilla 1.0 release seems to work at least a bit correctly right now :confused:

This is the testapp I'm currently using:
http://www.iol.ie/~locka/mozilla/MozCtlDemo2.zip
Post Reply