Page 1 of 1

removing registry entries

Posted: Tue Apr 14, 2015 4:47 pm
by bwolfsohn
I'm working on resizing our applications' dialogs and main window for the first time this century..

is there a way to bulk delete all the registry entries that were saved using dc_regwrite ?

Re: removing registry entries

Posted: Tue Apr 14, 2015 8:47 pm
by TWolfe
Hi Brian,

Try:

Code: Select all

DC_RegDelete(HKEY_CURRENT_USER,'Software\Sei\Windows')
Where 'Software\Sei\Windows' is the registry key where you saved the window position and size metrics.

Terry