Based on previous discussions, I know there are some FireFox gurus out there, so maybe one of you can point me in the right direction...
Internet Explorer comes with a WebBrowser control that can be used to add web browsing capability to applications developed with tools like Visual Basic. Does FireFox have a similar component? I've looked through the VB references list, but I don't see anything that looks like a FireFox browser control.
I'm writing some data acquisition code in Excel VBA to communicate with a programmable logic controller (PLC). Data is obtained by sending HTTP requests to the PLC, and I'm using the WebBrowser control to accomplish that. IE has some difficulty with the webserver in this PLC. For some reason, IE seems to occasionally load cached pages (even though I have it set to check for newer versions of the page every time I go to the webpage), so IE doesn't always get the latest data from the PLC. This happens whether using a normal IE browser window, or the WebBrowser control.
On the other hand, FireFox works flawlessly with the PLC, but I can't seem to find any info on how to programmatically control FireFox from another application. I've done google searches, but have not come up with anything, so perhaps I'm using the wrong FireFox lingo in the search.
Any suggestions?
Thanks!
"Don't worry Boss...they can't do nothin' 'til they're through sparklin'..."
You can write extensions to firefox, but you really can't embed Firefox like you can IE (or at least I have never seen it done). Most applications that I've seen that need web browser functionality go down in the weeds with the Gecko rendering engine that mozilla uses, and I suspect that might be a bit beyond what you want to work with.
Bookmarks