sside
05-13-2006, 12:46 PM
Hi there
Just so, i want to say hello and to share with you a library (dll) i wrote.
There are 7 functions in the library i wrote that i thought would help you in creating applications.
1-GetHostName //Resolve hostname in hostaddress
2-GetHostAddress //Resolve hostaddress in hostname.
3-GetGatewayAddress //Get the gateway (router) address.
4-GetWanAddress //Get the wan (external) address.
5-GetWebPageContent //Get the content of the webpages as string.
6-SendEmail //Send smtp email with attachment.
7-Whois //Perform whois queries.
There is a 8th function (GetLastKnownError) which returns the last error description in case you want to know the error if an error occur.
Here (http://ams5.ssideproject.com/downloads/MiscDllFunctions.apz) you can download the ams5 project files.
Here (http://applications.ssideproject.com/downloads/MiscDllFunctions.zip) you can download the exe if you don't have the ams5 but still want to see what it does and use the library.
The library (MiscDllFunctions.dll) is written with vc++ 2005 so .net framework 2.0 is required.
The library is fully functional and works without any restriction.
I hope i have laid the finger in helping you somehow in holding the burden of creating exciting applications.
With Kind Regards
sside
Just so, i want to say hello and to share with you a library (dll) i wrote.
There are 7 functions in the library i wrote that i thought would help you in creating applications.
1-GetHostName //Resolve hostname in hostaddress
2-GetHostAddress //Resolve hostaddress in hostname.
3-GetGatewayAddress //Get the gateway (router) address.
4-GetWanAddress //Get the wan (external) address.
5-GetWebPageContent //Get the content of the webpages as string.
6-SendEmail //Send smtp email with attachment.
7-Whois //Perform whois queries.
There is a 8th function (GetLastKnownError) which returns the last error description in case you want to know the error if an error occur.
Here (http://ams5.ssideproject.com/downloads/MiscDllFunctions.apz) you can download the ams5 project files.
Here (http://applications.ssideproject.com/downloads/MiscDllFunctions.zip) you can download the exe if you don't have the ams5 but still want to see what it does and use the library.
The library (MiscDllFunctions.dll) is written with vc++ 2005 so .net framework 2.0 is required.
The library is fully functional and works without any restriction.
I hope i have laid the finger in helping you somehow in holding the burden of creating exciting applications.
With Kind Regards
sside