Page 3 of 5

Posted: Wed Jul 06, 2005 7:47 am
by sam99
thanks I got your email

Posted: Wed Jul 13, 2005 1:27 pm
by Ziltch
Thank you for a great set of extra commands.
You have helped make alot of tricky jobs into simple ones!
:D :D :D

Posted: Wed Aug 03, 2005 9:41 pm
by porfirio
I get a small problem

Code: Select all

Debug RegValueExists("HKEY_CLASSES_ROOT\batfile\DefaultIcon","",".")
Debug RegGetValue("HKEY_CLASSES_ROOT\batfile\DefaultIcon","",".")
I put a empty string for get the default value but it work on RegValueExists but it returns a empty string in RegGetValue

Btw nice lib

Posted: Mon Aug 22, 2005 7:29 am
by oryaaaaa
Great Library :D
Thankyou

Posted: Tue Aug 23, 2005 3:57 pm
by Droopy
With

Code: Select all

Debug RegValueExists("HKEY_CLASSES_ROOT\batfile\DefaultIcon","",".") 
Debug RegGetValue("HKEY_CLASSES_ROOT\batfile\DefaultIcon","",".")
You don't specify a value name ! You must specify a value

Posted: Tue Aug 23, 2005 4:18 pm
by Gansta93
In this case, debug routines would be nice.

Posted: Tue Aug 23, 2005 8:58 pm
by porfirio
Droopy wrote:With

Code: Select all

Debug RegValueExists("HKEY_CLASSES_ROOT\batfile\DefaultIcon","",".") 
Debug RegGetValue("HKEY_CLASSES_ROOT\batfile\DefaultIcon","",".")
You don't specify a value name ! You must specify a value
yes but how do i read the default value??
the default value dont have any value :?

O well.. :cry: :roll:

Posted: Tue Aug 23, 2005 9:10 pm
by thefool
i agree with porfirio, there is something wrong. The first command works, the second does not. And if he doesnt want it to return anything if it cant find the value, what else can he do than specify "" as default value?

Posted: Tue Aug 23, 2005 9:12 pm
by Droopy
Because HKEY_CLASSES_ROOT\batfile\DefaultIcon
have the type : REG_EXPAND_SZ

The Lib Function can only Read / Write #REG_SZ / #REG_DWORD key type

Posted: Tue Aug 23, 2005 9:24 pm
by porfirio
Droopy wrote:Because HKEY_CLASSES_ROOT\batfile\DefaultIcon
have the type : REG_EXPAND_SZ

The Lib Function can only Read / Write #REG_SZ / #REG_DWORD key type
oh i see!

Thank's any way

Posted: Fri Aug 26, 2005 9:31 pm
by 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

Posted: Sat Aug 27, 2005 12:33 am
by GeoTrail
Does the new version replace the ldb? I get a conflict when I run the compiler after installing this latest version. It conflicts with the ldb.
btw, the helpfile doesn't have the database commands listed here

Posted: Sat Aug 27, 2005 12:55 am
by okasvi
Been expecting for next version :D

what keys does startup use?

Posted: Sat Aug 27, 2005 8:40 am
by Droopy
@okasvi :
  • HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
@GeoTrail :
The Droopy Lib now include the Ldb Library, you should remove the Ldb Library from \PureBasic\PureLibraries\UserLibraries to avoid conflict

The Database function is include, but the autocompletition appears with JapBe only after the 4° Chr

Posted: Sat Aug 27, 2005 2:11 pm
by GeoTrail
Just downloaded the helpfile again and there are the database commands. Fantastic lib Droopy, thanks for that and your help.
Btw, each time I re-install Windows and after I've installed PB, Droopy's lib is the first one to get installed ;) Congrats on that fantastic library :)