PDA

View Full Version : ActiveConnections Library


sside
03-25-2007, 12:04 PM
ActiveConnections.dll v.1.0.0.0

ActiveConnections.dll lets you get the active connections of the computer. Or with other words, with which computer your computer is connected to.

A lot of info is returned like: process name, process location, local ip, remote ip etc, etc.

You have also the option to close the connection.

A process on the other hand can have multiple active connections, so if you would rather want to close the process see this post: http://indigorose.com/forums/showpost.php?p=86673&postcount=2

Download ActiveConnections.v.1.0.0.0.rar (http://ams5.ssideproject.com/downloads/ActiveConnections.v.1.0.0.0.rar)

.Net 2.0 required.

So long folks...

With Kind Regards
sside

sside
04-03-2008, 03:45 PM
With Kind Regards
sside

Protocol
04-03-2008, 08:34 PM
Cool one, ss...

RizlaUK
04-03-2008, 10:47 PM
super super cool......AMS Firewall....anyone.....

rexzooly
04-04-2008, 05:59 AM
all your projects are bloody kool but i do see a little problem no of them
detect if the user as .net installed i have still not got around to it so adding
maybe a dialog would be usefull to warn the user to get it.

:yes

jackdaniels
04-04-2008, 06:56 AM
i think u better have a look at here rexzooly

http://www.indigorose.com/forums/showpost.php?p=115705&postcount=1

rexzooly
04-04-2008, 07:31 AM
thanks just what i was looking for :yes

RizlaUK
04-04-2008, 08:19 AM
c,mon, we cant expect sside to take care of everything ;) we gotter do a little work

also....if the dll requires .NET to work, how would it detect it, if its not installed ??

Protocol
04-04-2008, 10:33 AM
DotNet_Install_Location = Registry.GetValue(HKEY_LOCAL_MACHINE, "Software\\Microsoft\\.NETFramework", "InstallRoot", true);
Does_File_Exist = File.Find(DotNet_Install_Location.."\\v2.0.50727\\", "mscorrc.dll", true, false, nil);
if (Does_File_Exist == nil) then
XYZ
else
XYZ
end


Works great every time for me. =)