Server Help

Non-Subspace Related Coding - Netbeans 6.1 (please try to help)

Anonymous - Sun Oct 12, 2008 3:35 am
Post subject: Netbeans 6.1 (please try to help)
Ok i have a few questions,

1. does anyone know of like a webpage where it gives you all the action names.

2. Im making a program to run with Internet Explorer can i make it work with the Internet Explorer icon. Like when you click on the internet icon my program pops up and when they enter the right password and click ok then the internet comes up? can you do this? if so how?

I know im asking a question on a Continuum forum but it says non subspace related coding. I think this kinda falls into this category and i just need some help please because no other forum is replying
JoWie - Sun Oct 12, 2008 7:05 am
Post subject:
The easiest method for 2. would be to use windows file permissions to disallow access to "c:\program files\internet explorer\iexplore.exe" for the user you want to use this on. If you are using Windows XP Home you will need to boot in safe mode to access these file permissions.

You could then write a batch file / application which runs the application as a different user which has permissions. You should of course replace all the shortcuts if you do this.

If you don't care about a nice interface and a command line window is fine for entering the password, all you need is a batch file with the line:
Code: Show/Hide

@RUNAS /USER:someuser "c:\program files\internet explorer\iexplore.exe"

someuser is the user that has file permissions to open internet explorer
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group