Seite 1 von 4

Droopy's Lib ( Scripting Functions )

Verfasst: 04.05.2005 16:11
von DROOPY
Here's my new lib : Droopy's Lib

Shutdown / logoff / Reboot
Get the path where was launched
Change default path of your program
Get the program name
Search process name in memory
Runas
Block Input
Get & Set ComputerName
Get Environement variables
Get Windows / System path
Map / UnMap network drives*
Impersonalization
Get / Set INI Files
Create / Write Log files
Get / Enum / Delete / Create : Users & LocalGroups
Get / Set Files Attributes
Search Subdirectory for files with dos mask
Create path ( with all its subdirectory )
Delete path ( with all its subdirectory )
Get free space in Drive
Simple Timer

Detail

I include the Souce Code at PureBasic Directory \Examples\droopy\Source

Sorry for posting in english, but i don't find international room here <)

Verfasst: 04.05.2005 16:15
von MVXA
thanks for the english help :allright:

Verfasst: 16.05.2005 23:08
von DROOPY
Updated to 1.2

New function : BackgroundTransfert
Misc Windows Functions
Power System Status

Verfasst: 21.05.2005 00:02
von DROOPY
Updated to 1.21

Manage Flags in the registry
Send Mail
Get / Set Foreground Windows

Verfasst: 22.05.2005 22:12
von DROOPY
Updated to 1.22

Function to measure code duration
Convert Byte/Word signed to unsigned
Xor Encoding
Know if a thread is running

+ Tweak added

Verfasst: 22.05.2005 22:26
von the one and only
What about porting it to Linux?

Verfasst: 23.05.2005 07:01
von DROOPY
I don't work under Linux, some functions use Win32Api (impossible to translate to Linux ).

The source code is provided, and I can help you translate some functions.

Verfasst: 05.06.2005 17:01
von DROOPY
Version 1.23 is Up
  • Changelog :
    Bargraph Gadget
    SevenSegmentLed Gadget
    Graph Gadget
    New SendEmail with Authentification & Attachement
    RC4Encrypt & RC4Decrypt
    StringGadgetSetMaxChr / StringGadgetGetMaxChr
    Bin2Dec / Hex2Dec

Verfasst: 26.08.2005 22:34
von DROOPY
Version 1.24 is out
  • BlockInputW98
    FormatDisk
    GetGadgetIdentifier
    GetPixelColor
    GetUserLanguage
    GuidAPI
    MonitorPower
    RealDriveType
    RunOnlyOneInstance
    RunProgramAtStartup
    URLDownloadToFile
    WMI

    LDB ( DATABASE FUNCTIONS )
    LdbGetPointer
    LdbSetPointer
    LdbCountField
    LdbOpen
    LdbCreate
    LdbCountRecord
    LdbRead
    LdbWrite
    LdbAddRecord
    LdbDeleteRecord
    LdbSaveDatabase
    LdbCloseDatabase
    LDBSetFieldName
    LdbGetFieldName
    LdbPreviousRecord
    LdbNextRecord
    LdbInsertRecord
    LdbAddField
    LdbDeleteField
    LdbSearchInit
    LdbSearch
    LdbSortNum
    LdbSortAlpha

    TOOLTIP FUNCTIONS
    ToolTipAdd
    ToolTipRemove
    ToolTipChange
    ToolTipShow
    ToolTipHide

Verfasst: 06.09.2005 22:06
von DROOPY
Version 1.25 8)
  • Tweak Added : Skeleton
    Function Added : NovellClientVersion
    Function Added : ComputerSerialNumber
    Function Added : RegGetType
    Function Addon : RegGetValue can now read #REG_BINARY type
    Function Addon : RegSetValue can now write #REG_BINARY type