tags:

views:

50

answers:

1

Hello,

I have difficulties to find anything related windows firewall (about how to add aplications to except list, close ports or disable internet access to some applications) in C++. I found even MS site shows examples in Visual Basic.

Where i can find examples in C++ ?

Thanks

+1  A: 

Check the article Exercising the Firewall using C++ on MSDN.

Kirill V. Lyadvinsky
Thanks Kirill, can u paste other links?
@returner, check [this](http://www.codeproject.com/KB/winsdk/WinXPSP2Firewall.aspx) sample from codeproject.com
Kirill V. Lyadvinsky