removing registry entries

This forum is for eXpress++ general support.
Post Reply
Message
Author
bwolfsohn
Posts: 649
Joined: Thu Jan 28, 2010 7:07 am
Location: Alachua, Florida USA
Contact:

removing registry entries

#1 Post 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 ?
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

User avatar
TWolfe
Posts: 60
Joined: Thu Jan 28, 2010 7:34 am

Re: removing registry entries

#2 Post 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

Post Reply