Coding Thread, Basic Firewall to block access to processes or applications in Coding and Web Development; Anyone know any very simple examples of firewalls in visual basic 6 or have any simple examples of how to ...
-
26th August 2005, 01:29 AM #1 Basic Firewall to block access to processes or applications
Anyone know any very simple examples of firewalls in visual basic 6 or have any simple examples of how to make a simple firewall so that it blocks access to any process or application trying to access the internet , I am not sure how it would be done but just to give you an idea :
Public Function FireWallBlock(Dim strProcessName() As String)
' All code here to block the process or processes
End Function
Call FirewallBlock(explorer.exe, iexplore.exe)
This way I can have an array of process names that I want to block access to so that they can not access the internet at all and then a reverse function to allow those applications access to the internet again.
Basically like the programs section in zone alarm where you can check or un check which programs you want to allow access but I want a simplified version of that.
Thanks for any help
-
-
IDG Tech News
SHARE:
Similar Threads
-
By timbo343 in forum Windows
Replies: 5
Last Post: 27th April 2007, 01:08 PM
-
By Dean in forum Network and Classroom Management
Replies: 20
Last Post: 14th February 2007, 11:45 PM
-
By wesleyw in forum How do you do....it?
Replies: 4
Last Post: 20th December 2006, 02:38 PM
-
By Wizzer in forum How do you do....it?
Replies: 14
Last Post: 22nd November 2006, 01:46 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules