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 ?
removing registry entries
removing registry entries
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises
Re: removing registry entries
Hi Brian,
Try:
Where 'Software\Sei\Windows' is the registry key where you saved the window position and size metrics.
Terry
Try:
Code: Select all
DC_RegDelete(HKEY_CURRENT_USER,'Software\Sei\Windows')
Terry