.NET Wrapper for Windows Firewall... ?

  • Thread starter Thread starter Skybuck Flying
  • Start date Start date
S

Skybuck Flying

Hello,

I like to play around with the windows firewall and maybe make a nice
appliction/gui for it.

However it seems COM based and that's difficult.

..NET is more easy to program for.

So a .NET Wrapper for the Windows Firewall would help...

Bye,
Skybuck.
 
Nope, does not compile, well that's the end of that then ? ;)

Delphi 2006:

program Project1;

{$APPTYPE CONSOLE}

uses
SysUtils,
NetFwTypeLib; // error.

begin
{ TODO -oUser -cConsole Main : Insert code here }
end.

Bye,
skybuck.
 
Back
Top