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
-
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
-
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
-
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
-
-
Originally posted by vikassaxenaconsider it as the browsing pcComment
-
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