Hi all,
I've got a rather unique problem (I think), and I'm hoping someone can help me out.
I developed a solution for my company using MS Access 2007 with the MS Access 2007 Runtime. Everything is fine with the application itself although we've just discovered that at the bottom of all 2007 Runtime applications there's a "Powered by Microsoft Access" button which, when clicked, opens a browser and points itself to MS's Office web page. We aren't complaining about the button itself, but the problem is that my company forbids the people who will be using this program from surfing the internet while at work, so having this thing open up a browser is not good. I've tried disabling access to IE through the registry but then the runtime spits out an error saying that you must have IE installed to run the application.
What I'd like to do is create a VB program which detects when browsers are opened and then immediately shuts them (when detected). Moreover, the program needs to run invisibly so that the personnel cannot stop it. On a skill level from 1-10 with VB I'm about a 4, so that should answer questions as to why I'm asking for advice on how to accomplish this.
I don't expect people to write it for me, but I'm desperately hoping someone can point me toward some links which will help me. Thanks in advance.
I've got a rather unique problem (I think), and I'm hoping someone can help me out.
I developed a solution for my company using MS Access 2007 with the MS Access 2007 Runtime. Everything is fine with the application itself although we've just discovered that at the bottom of all 2007 Runtime applications there's a "Powered by Microsoft Access" button which, when clicked, opens a browser and points itself to MS's Office web page. We aren't complaining about the button itself, but the problem is that my company forbids the people who will be using this program from surfing the internet while at work, so having this thing open up a browser is not good. I've tried disabling access to IE through the registry but then the runtime spits out an error saying that you must have IE installed to run the application.
What I'd like to do is create a VB program which detects when browsers are opened and then immediately shuts them (when detected). Moreover, the program needs to run invisibly so that the personnel cannot stop it. On a skill level from 1-10 with VB I'm about a 4, so that should answer questions as to why I'm asking for advice on how to accomplish this.
I don't expect people to write it for me, but I'm desperately hoping someone can point me toward some links which will help me. Thanks in advance.
Comment