help
-
hi i want to develop personal firewall in vb.net.. any suggestion of useful links or sample codes? i spend a lot of time on researching sample codes and article of personal firewall[vb.net] but all i found is c++ or c# version.. anyone knows a sample firewall(with source code or article) develop using vb.net...
-
hi i want to develop personal firewall in vb.net.. any suggestion of useful links or sample codes? i spend a lot of time on researching sample codes and article of personal firewall[vb.net] but all i found is c++ or c# version.. anyone knows a sample firewall(with source code or article) develop using vb.net...
I don't know of any examples. Probably because they all involve writing a packet driver that sits in the network stack. This packet driver should expose an interface to pass the traffic to an external application and then get a response back to tell it wether or not to continue passing the traffic up the stack or to discard it.
Dave Kreskowiak Microsoft MVP - Visual Basic