Closed Thread
Results 1 to 9 of 9

Thread: Help Needed With Visual Basic 2008

  1. #1
    wolf78 is offline Newbie
    Join Date
    Dec 2009
    Posts
    7
    Rep Power
    0

    Help Needed With Visual Basic 2008

    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

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Mar 2010
    Posts
    15
    Rep Power
    0

    Re: Help Needed With Visual Basic 2008

    what could be the purpose of this approach?

  4. #3
    wolf78 is offline Newbie
    Join Date
    Dec 2009
    Posts
    7
    Rep Power
    0

    Re: Help Needed With Visual Basic 2008

    there are 4 kids that get on the net and we are limiting their time on to one hour.All the kids use cometbird

  5. #4
    Join Date
    Apr 2009
    Location
    Uppsala, Sweden
    Posts
    9,547
    Blog Entries
    5
    Rep Power
    98

    Re: Help Needed With Visual Basic 2008

    It would be easy to create that program but the tricky part would be to prevent them for opening it the normal way.

  6. #5
    wolf78 is offline Newbie
    Join Date
    Dec 2009
    Posts
    7
    Rep Power
    0

    Re: Help Needed With Visual Basic 2008

    you mean just going to the program files and open it that way?

  7. #6
    Join Date
    Apr 2009
    Location
    Uppsala, Sweden
    Posts
    9,547
    Blog Entries
    5
    Rep Power
    98

    Re: Help Needed With Visual Basic 2008

    Yeah...

  8. #7
    wolf78 is offline Newbie
    Join Date
    Dec 2009
    Posts
    7
    Rep Power
    0

    Re: Help Needed With Visual Basic 2008

    they dont know how to do that...they are 4,6,10 and 13

  9. #8
    Join Date
    Apr 2009
    Location
    Uppsala, Sweden
    Posts
    9,547
    Blog Entries
    5
    Rep Power
    98

    Re: Help Needed With Visual Basic 2008

    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.codecall.net/vb-tutoria...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.

  10. #9
    wolf78 is offline Newbie
    Join Date
    Dec 2009
    Posts
    7
    Rep Power
    0

    Re: Help Needed With Visual Basic 2008

    Thank You very much for your help..i will get working on it and see what i can come up with

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Visual Basic 2008 share a folder
    By portem1 in forum Visual Basic Programming
    Replies: 1
    Last Post: 01-19-2011, 06:19 PM
  2. pause in Visual basic 2008
    By igee in forum Visual Basic Programming
    Replies: 2
    Last Post: 01-28-2010, 05:37 AM
  3. Visual Basic 2008 vs. Visual Basic 2005 - Compatibility
    By cande_300 in forum Visual Basic Programming
    Replies: 1
    Last Post: 01-23-2010, 09:00 AM
  4. Visual basic 2008 DB Oracle
    By foxbymariuss in forum Visual Basic Programming
    Replies: 0
    Last Post: 05-14-2009, 04:05 AM
  5. Help with visual basic 2008
    By nickahs18 in forum Visual Basic Programming
    Replies: 1
    Last Post: 05-07-2008, 12:23 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts