|
-
Oct 10th, 2000, 09:27 AM
#1
Thread Starter
Junior Member
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
-
Oct 10th, 2000, 09:36 AM
#2
Addicted Member
Hi
Check this link out and it will answer your question http://forums.vb-world.net/showthread.php?threadid=34339
-
Oct 10th, 2000, 09:49 AM
#3
Lively Member
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
-
Oct 10th, 2000, 09:55 AM
#4
Fanatic Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|