Hey all!
I'm writing an app in VB 6 that used to use the IE ActiveX control.
Now it uses the Mozilla ActiveX control. Well that's all well and good,
but there are just a few problems. For instance, whenever I click on a
link that should begin a download (ex downloading an exe file from a
webserver) it doesn't initiate a file download. I'm sure I could
implement this manually (in the DownloadBegin event), but I was
wondering if there is another way around this. Also, some webpages (eg.
popup windows) request to resize the browser window, and also hide
toolbars and menus. How could I allow my VB app to intercept this
information? Thanks in advance for your help.
Mr. Aaron Graves