Minimum required for re-distribution of ActiveX plugin?

2004-07-27 Thread Jedidja Bourgeois
Hi I've been searching through Adam Lock's page as well as the newsgroups and can't seem to find a definite (recent) answer to this question. If you have an MFC application that uses the Mozilla ActiveX control, does the end user also need to install a version of Mozilla / Firefox for it to work?

Re: Minimum required for re-distribution of ActiveX plugin?

2004-07-27 Thread Jedidja Bourgeois
Ok .. I guessed it turned out to be the one computer we were testing on. Three other machines (WinXP and 2k) seemed to all run the demo perfectly with just the Mozilla ActiveX Control installed. Which begs the question .. since Navigate2 doesn't return any error codes, is there any way to tell

BeforeNavigate2 in MFC Application and PostData

2004-06-15 Thread Jedidja Bourgeois
Hi I'm trying to grab the form data being posted by a web page hosted in my application, but I always seem to end up with nothing. For example, my html page has the following: form action=http://myesrver.com/testpost; method=post input type=checkbox value=my_very_first_checkbox input type=submit