CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    California, USA
    Posts
    40

    HELP NEEDED FAST!!!!!!HELP!!!!!!!!!!!!!!!

    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

  2. #2
    Guest

    Re: HELP NEEDED FAST!!!!!!HELP!!!!!!!!!!!!!!!

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured