Is it possible to make a script that would have a login and password for 5 users? and after logging in would start an application then shutdown the same application after an allowed amount of time?
My case would be ..shutting down cometbird after 1hour of being open
Any help would be very much appriciated...if its possible
Help Needed With Visual Basic 2008
Started by wolf78, Mar 04 2010 08:16 AM
8 replies to this topic
#1
Posted 04 March 2010 - 08:16 AM
|
|
|
#2
Posted 09 March 2010 - 09:40 AM
what could be the purpose of this approach?
#3
Posted 09 March 2010 - 04:24 PM
there are 4 kids that get on the net and we are limiting their time on to one hour.All the kids use cometbird
#4
Posted 10 March 2010 - 12:02 AM
It would be easy to create that program but the tricky part would be to prevent them for opening it the normal way.
#5
Posted 10 March 2010 - 09:28 AM
you mean just going to the program files and open it that way?
#6
Posted 10 March 2010 - 01:51 PM
Yeah...
#7
Posted 10 March 2010 - 02:31 PM
they dont know how to do that...they are 4,6,10 and 13
#8
Posted 11 March 2010 - 01:06 AM
If so it shouldn't be that hard, for the login thingy you should store 5 usernames/passwords and store each time left(of the hour) in a setting(so it will be stored after shutdown) [http://forum.codecal...-basic-net.html] so when they login you should start some form of timing check(a Timer for example)and also use processes to start commetbird and keep the process to then kill it after an hour. You probably want to reset the times too(if they should have an hour a day), if so you could store the last day it reseted and reset all times if they try to log in teh day after.
#9
Posted 11 March 2010 - 07:02 PM
Thank You very much for your help..i will get working on it and see what i can come up with


Sign In
Create Account

Back to top









