Results 1 to 2 of 2

Thread: Save current Settings!

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2000
    Location
    Glasgow, MT, USA
    Posts
    44

    Post

    Id like to be able to save every control field in my program into a DATabase! and the retreave it later, What is the easiest way to do this?

    And Id like to save the current settings. For example, if the user removed the StatusBar, it will be off when the program is next ran.

  2. #2
    Member
    Join Date
    Jan 1999
    Location
    Longmont,CO
    Posts
    53

    Post

    If you're not saving a large amount of data, writing values to the user's registry is the easiest way. Write values using SaveSetting and retrieve them at Form_Load using GetSetting. See MSDN help on using these functions.

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