hb_RegDb Registry Tool

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

hb_RegDb Registry Tool

Post by AUGE_OHR »

hi,

hb_RegDb is a small Tool to store Registry Hacks.
hb_RegDb.jpg
hb_RegDb.jpg (116.24 KiB) Viewed 1108 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 124 times
have fun
Jimmy
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: hb_RegDb Registry Tool

Post 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 115 times
have fun
Jimmy
Post Reply