Page 1 of 1

hb_RegDb Registry Tool

Posted: Sat Feb 15, 2020 10:59 am
by AUGE_OHR
hi,

hb_RegDb is a small Tool to store Registry Hacks.
hb_RegDb.jpg
hb_RegDb.jpg (116.24 KiB) Viewed 1113 times
it does NOT change any Value ... but User can do it.
it will open RegEdit.EXE "at that Point" which you choose in Browse

HBREG.DBF will be create at 1st Start and include some Sample.
hbREGDB01.zip
(1.31 MiB) Downloaded 125 times

Re: hb_RegDb Registry Tool

Posted: Thu Feb 20, 2020 5:00 am
by AUGE_OHR
hi,

had a BUG in v0.01 : does not close Registry-Window :o

Code: Select all

LOCAL hWndDlg   := HMG_CallDLL( "User32.dll", DLL_OSAPI, "FindWindowA", 0, cTitle )
it have take a while, using Debugger, until i "saw" it ... "A"

my Xbase++ Controls are ANSI so my Xbas++ Code use "A" at End of API Function.
but i work with Unicode IDE so "A" is Wrong :roll: ... still a Newbie ;)

so here UniCode Version to close RegEdit.EXE before new Call and re-position
hbREGDB02.zip
(1.31 MiB) Downloaded 116 times