The Registry The operations on the registry are quite straight forward and easy to implement. The most frequently ones are implemented, ie the creation, deletion and changing the names and values of keys. Enumeration of keys and values are not done since my main purpose for the registry is used as a central depository for generated files etc to reside in and for application installation purposes. Currently the Install package contains a single routine, Setup, which is called by the application program to check whether an entry exists in the registry, otherwise a dialog box is displayed prompting the user to enter the necessary information. NOTE: The location button has not been implemented yet until animation controls are done as I would like to have some kind of feedback while the search is going on. Back To Home |