limit internet access

S

Simon

Maybe this is not the right newsgroup, but I would like to write this in
csharp. I have experiences in vb6, and I am new in csharp.

Friend asked me to make a program that would prevent use of internet
(IE, Firefox and other browsers) on his computer. In VB6 I would make a
program that would change registry settings and so prevent the use of
internet.

Is the right way to change registry settings or is there another way to
do the same thing (prevent internet access) in csharp?

simonk
 
N

Nikola Novak

Maybe this is not the right newsgroup, but I would like to write this in
csharp. I have experiences in vb6, and I am new in csharp.

Friend asked me to make a program that would prevent use of internet
(IE, Firefox and other browsers) on his computer. In VB6 I would make a
program that would change registry settings and so prevent the use of
internet.

Is the right way to change registry settings or is there another way to
do the same thing (prevent internet access) in csharp?

Simon,

One way to prevent Internet access is to turn off the modem.

There are a million different ways to accomplish what you want, without the
need to write a computer program, or worse, to tamper with the registry.

Nikola
 
H

Hans Kesting

Simon pretended :
Maybe this is not the right newsgroup, but I would like to write this in
csharp. I have experiences in vb6, and I am new in csharp.

Friend asked me to make a program that would prevent use of internet
(IE, Firefox and other browsers) on his computer. In VB6 I would make a
program that would change registry settings and so prevent the use of
internet.

Is the right way to change registry settings or is there another way to
do the same thing (prevent internet access) in csharp?

simonk

I think the answer depends on what you means by "use the internet".
Is it only "browse the web" (=use a browser) or do you also want to
block e-mail, instant messaging, P2P programs, newsgroups, ...?

Hans Kesting
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top