in a cybercafe project i required to block the customer from surfing net at a specific duration of time so what needs to be done
blocking net surfing at a desired time
Collapse
X
-
Tags: None
-
Is this related to Visual Basic? If so, what version?Originally posted by vikassaxenain a cybercafe project i required to block the customer from surfing net at a specific duration of time so what needs to be done
Please provide more details about how you are doing things.
Obviously if you are writing a program, you can have it do pretty much what you please, based on the system time. -
is it possible to end a task from window task manager using vb 6.0
if it is possible we could block end the internet explorer after a given timeComment
-
Hi ,Originally posted by vikassaxenain a cybercafe project i required to block the customer from surfing net at a specific duration of time so what needs to be done
Are you talking of developing a VB application that will run on the server and control the Net surfing for you. Give some more details on what you need to be accomplished.
thanks
ansumanComment
-
I'd suggest you try some searches for keywords like "VB terminate task". You'll probably find it's not too difficult.Originally posted by vikassaxenais it possible to end a task from window task manager using vb 6.0
if it is possible we could block end the internet explorer after a given time
What do you mean by "block end"?
Will this be running on the server (as ansumansahu asked), or on the browsing PC(s)? And could you actually bring up the browser within your application? If so, check out the WebBrowser control. (Not that this is necessary, but it would be bound to simplify your control over the browser).Comment
-
-
Not sure how you'd go about blocking the browser, but for info on terminating a process, I'd suggest you have a look toward the end of this thread. (Specifically, message #7 and possibly later ones).Originally posted by vikassaxenaconsider it as the browsing pcComment
-
Hi I don't know if this is going to be much help for you, but I used to work in a school and we needed full controll over about 900/1000 PCs internet access, we used a combination of group policies for user access, and also a program called browse control (I think it is byy codeworks) which lets you simply turn on and off all users internet, or room by room or individual etc. You could also look into a program called Ranger for setting specific times for restricting access for certain user types on certain PCs.Originally posted by Killer42Not sure how you'd go about blocking the browser, but for info on terminating a process, I'd suggest you have a look toward the end of this thread. (Specifically, message #7 and possibly later ones).
MarkComment
Comment