DroopyLib
Re: DroopyLib
Hello, you can download the library from my signature
A big thanks to HeX0R
A big thanks to HeX0R

12/03/12 : Library 4.60.007
Download link to DroopyLib changed
11/03/12 : Library 4.60.006
UnZip() Bug fixed by HeX0R / Reference to forum thread added
UnixToMSDosDate() Reference to forum thread added
MSDosDateToUnix() Reference to forum thread added
08/03/12 : Library 4.60.005
DefaultUserProfile() function changed
EditDefaultUserRegistry Tips added
GetShortPathName() Help added
Re: DroopyLib
Thanks Droopy and HexOR


Win10, PB6.x, okayish CPU, onboard video card, fuzzy monitor (or is that my eyesight?)
"When the facts change, I change my mind" - John Maynard Keynes
"When the facts change, I change my mind" - John Maynard Keynes
Re: DroopyLib
Great, thank you Droopy!!!
Re: DroopyLib
Version 4.60.011 avalaible.
A special thanks to Hex0r for the unzip function.
A special thanks to Hex0r for the unzip function.
30/04/12 : Library 4.60.011
UnZip() bug fixed by Hex0r
GetComputerNameEx() added
GetLastInputInfo() added
MakeSureDirectoryPathExists() tweaked
IpToHostName() added
NetworkClientEvent4 Tips added
MountListInit() tweaked
7zip Tips added
MozillaExtensionSet() Help added
MozillaExtensionSearchInit() changed
MozillaExtensionGet() changed
09/04/12 : Library 4.60.010
MozillaExtensionGet() Help changed
MozillaExtensionSet() added
MozillaExtensionSearchInit() added
MozillaExtensionSearch() added
18/03/12 : Library 4.60.009
ProgramFilenameEx() renamed as ProgramFilenameWE()
14/03/12 : Library 4.60.008
TemplateLListInit() added
TemplateLList() added
MozillaPreferenceClear() added
UnZip() tweaked
MozillaExtensionName() replaced by MozillaExtensionGet()
MozillaExtensionVersion() replaced by MozillaExtensionGet()
- Zebuddi123
- Enthusiast
- Posts: 796
- Joined: Wed Feb 01, 2012 3:30 pm
- Location: Nottinghamshire UK
- Contact:
Re: DroopyLib
Thanks for sharing
Ironic i had just tailbite`d droopy-tweaked.lib version 4.60.004 last night
any reason for the @ line 8245
in the droopy-tweaked.pb
Zebuddi.

Ironic i had just tailbite`d droopy-tweaked.lib version 4.60.004 last night
any reason for the
Code: Select all
MessageRequester("Between",Between("Droopy", "Dr", "py"))
in the droopy-tweaked.pb

Zebuddi.
malleo, caput, bang. Ego, comprehendunt in tempore
Re: DroopyLib
Code: Select all
MessageRequester("Between",Between("Droopy", "Dr", "py"))
What's code is @ line 8245 ?
- Zebuddi123
- Enthusiast
- Posts: 796
- Joined: Wed Feb 01, 2012 3:30 pm
- Location: Nottinghamshire UK
- Contact:
Re: DroopyLib
Code: Select all
MessageRequester("Between",Between("Droopy", "Dr", "py"))
Had to change all references from
Code: Select all
*ui3\flags
Code: Select all
*ui3\usri3_flags
Thanks again for sharing lots to look through and learn from

Zebuddi.

malleo, caput, bang. Ego, comprehendunt in tempore
Re: DroopyLib
Small correction for "Odd() / Even()" function :
Best regards
Guimauve
Code: Select all
;{ Odd Even (Start)
;/ Odd (Impair) / Even (Pair)
ProcedureDLL Odd(Number.l)
If Number & 1 = 0
ProcedureReturn 1
EndIf
EndProcedure
ProcedureDLL Even(Number.l)
If Number & 1 = 1
ProcedureReturn 1
EndIf
EndProcedure
Guimauve
Re: DroopyLib
Version 4.61.001 avalaible
23/05/12 : Library 4.61.001
Structure USER_INFO_3\flags renamed to USER_INFO_3\usri3_flags in 4.61 AccountDisabled() / DisableAccount() fixed
Odd() / Even() fixed french translation by Guimauve
WaitingWindow Tips added
Re: DroopyLib
Brilliant work, Droopy.
This is probably one of the few libraries I install almost instantly with PB.
Keep up the good work.
Best regards,
Andre Guerreiro Neto
This is probably one of the few libraries I install almost instantly with PB.
Keep up the good work.
Best regards,
Andre Guerreiro Neto
Proud registered Purebasic user.
Because programming should be fun.
Because programming should be fun.
- electrochrisso
- Addict
- Posts: 989
- Joined: Mon May 14, 2007 2:13 am
- Location: Darling River
Re: DroopyLib
Thanks for keeping DroopyLib alive, lots of good stuff in there. 

PureBasic! Purely the best 

Re: DroopyLib
Hi Droopy,
where is the ldb (Little DateBase) ?
where is the ldb (Little DateBase) ?

Diamond Sutra: all law I was into at, forbearance .
http://www.8do8.com
http://www.8do8.com
Re: DroopyLib
I removed this functions because PureBasic 4.x support sqlite.where is the ldb (Little DateBase)
I you don't like sql, you could create a linkedlist with a structure and store it into a flat file
