Results 1 to 4 of 4

Thread: Can anyone help please

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2000
    Posts
    23

    Question

    hi everbody!
    I am a complete vb novice.could anyone tell me if it is possible to save the value of a checkbox (eg.checked or unchecked)so that this value is returned the next time the programme is run?
    all help much appreciated

  2. #2
    Addicted Member CoMMiE's Avatar
    Join Date
    Jul 2000
    Location
    Malaysia, Kuala Lumpur
    Posts
    179
    Hi
    Check this link out and it will answer your question http://forums.vb-world.net/showthread.php?threadid=34339

  3. #3
    Lively Member
    Join Date
    Aug 2000
    Location
    quebec
    Posts
    81

    Cool

    Use the registry to save the true/false value on app exit then when the app restarts access the registry to retrieve the old value and set it.

    Check out the post by Megatron - here
    which shows how to call the registry API functions.

    C/C++,Delphi,VB6,Java,PB (blech!),ASP,JSP,SQL...bla bla bla and bla
    I love deadlines. I like the whooshing sound they make as they fly by.
    —Douglas Adams

  4. #4
    Fanatic Member
    Join Date
    Feb 2000
    Location
    The Netherlands
    Posts
    715
    Oetje
    [email protected]
    93606776
    Visual Basic 6, Windows 2000

    Never pet a burning dog

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