jackfarrel 0 Newbie Poster

Wow I ran into a real problem... I have a data base that cycles the pages for each person.
example: Name: bob (page 1),
then you click a button and it changes the page and the name changes to Tim

well that's all good and well, and it stores that info into a .data file, what was already part of a code I just edited and added all kinds of stuff too.

Basically, I added a picture box to the page:

Private Sub Picture1_Click()
Picture1.Picture = LoadPicture("C:\PROGRA~1\ASTKA\fpin\yes.gif")
Label1.Caption = "0" + 1

End Sub

that picture starts out with a white bg, small check box basically, using gif images, if you click it it puts and X in it....

How do I get that checkbox to also save, just like the text saves on each page,
If I type in the name: James
then I check that box,
How do I make that box save with the name, so when I click the botton and go to another page, then go back again.. the box will still be checked.
And if I close the file and open it again, the box will be checked .. and the name still in the box.
I have the name part down it's already being saved, but saving
.gif images making them re-apear how I checked them...
help!!!!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.