Some libraries to share

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • sside
    New Member
    • Dec 2003
    • 475

    Some libraries to share

    Hello everyone

    The following libraries i wrote to share with you.

    1-DateTime (dt.dll v.1.0.0.1)
    -----------------------
    GetDay //Find the day part of a date (past, future no matter).
    AddYears //Add years to a date.
    AddMonths //Add months to a date.
    AddDays //Add days to a date.
    SubstractDateTime //Substract a date from another date and get the difference in days.hours.minutes.seconds.
    GetDayEx //Extended version of GetDay. You can specify the date format.
    AddYearsEx //Extended version of AddYears. You can specify the date format.
    AddMonthsEx //Extended version of AddMonths. You can specify the date format.
    AddDaysEx //Extended version of AddDays. You can specify the date format.
    SubstractDateTimeEx //Same as SubstractDateTime . Reserved for future use.

    Use GetLastKnownError to see for errors if any occur.

    Here you can download ams5 project.
    Here you can download the exe.


    2-FileSystem (FSys.dll v.1.0.0.0)
    -----------------------
    CopyDirectory //Copy a directory from one location to another.
    CopyFile //Copy a file from one location to another.
    DeleteDirectory //Delete directory.
    DeleteFile //Delete file.
    MoveDirectory //Move directory from one location to another.
    MoveFile //Move file from one location to another.

    Use GetLastKnownError to see for errors if any occur.

    What these functions do is what the standard windows behaviour is when you copy, delete, move files or directories around, alerting you if the file exist etc, and plus you get the little progress window.

    Here you can download ams5 project.
    Here you can download the exe.


    3-Net (Net.dll v.1.0.0.1)
    ------------------
    This is the renamed version of the first library i posted here. So, most of the functions are familiar to you.
    ----------------------------
    GetHostName
    GetHostAddress
    GetGatewayAddress
    GetWanAddress
    GetDomains //New. Get network domains or workgroups.
    GetComputers //New. Get computers for a given domain or workgroup.
    GetShares //New. Get the shared locations for a given computer.
    GetWebPageContent
    SendEmail
    Whois //Updated.

    Use GetLastKnownError to see for errors if any occur.

    Use GetWebPageContent to get (for example) the data (mailing list or other stuff) from an online database. It will bring the whole page content no matter how long. It will not be chopped.

    The three new functions i added are stripped down versions of a library i (time ago) wrote. The original library will bring much more info than that, mac address, ip, os etc, etc. Thought so much info you don't need it anyway...

    Here you can download ams5 project.
    Here you can download the exe.

    -------------------------------------------------

    .Net framework 2.0 required for all libraries. The libraries will work with any other programming language that is able to interact with external libraries (dlls).


    If somebody see it fit to write an ams6 application (for the folks that don't have ams5) is fine with me.

    -------------------------------------------------

    That's all folks. I'm out of here...


    ...and now it's back to all the brightness and everything i hate...
Working...
X