Link to home
Start Free TrialLog in
Avatar of PCMCIA
PCMCIA

asked on

Registry writing, reading and deleting

Hi, i made a simple program in visual basic 6, that calls a database, stored on a server in a network where i work. What i need is simple, i have add another form to my project where i have put a text box and a command button, i want to put the address of the database in that text box and when i press the cmd button i want the program to store it on the registry where the program is running. I want to store the path of my database, so when i run the program the first thing it does, is check the registry previously created to find the database on the network. I would also like to know how to delete it with another cmd button.

Thanks a lot,
PCMCIA.
ASKER CERTIFIED SOLUTION
Avatar of Erick37
Erick37
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of GPrentice00
GPrentice00

split because the first answer is a first correct answer, but indeed, in a multiuser environment, the second is prime code.