PanasonicSubz
November 20th, 1999, 11:56 AM
Hey, i need help real fast, i am making a program, its a program with a splash screen and a login password dialog box, and when you enter the right password it goes to another form, this form is used for phone number storage so i want to make it so when the user terminates the appliation and starts it back up agin, the numbers will still be there. please help
PanasonicSubz
November 20th, 1999, 05:37 PM
Read Phone value from registry first. If there is nothing, display the form to enter Phone. On closing write to the registry. Next time you start the application, Pnone will be read from a registry and form for entering will not be displayed. To work with a registry either use VB functions GetSetting, SaveSetting, DeleteSetting (they are not flexible enough) or use API functions or send me e-mail and I'll give you very good class to work with registry.
HTH
Vlad