Well, I was wondering if it was possible to insert data on a forum using the mozilla activex control.

Like with the WebBrowser you can do this:
WebBrowser1.Document.All("inputname").Value = "something"

I was wondering if you could do that with Mozilla's control..

Please help me, thanks =D.