Click to See Complete Forum and Search --> : Application Setting Problem


Ajay Parmar
March 9th, 2008, 10:29 AM
Dear friends I have problem with My Application settings.

I have 2 radio buttons; I bound it with application setting variables. It works fine when I started next time it start accordingly but when I next open a option form my value is not shown in radio buttons. Same problem with Checkbox control

I want that when my chkSplit checkbox is checked my splitter position is saved and when I reopen application it splitter position set to that value, and if checkbox is not checked then position is not saved and it will set to old value.

Click on Tools – Options menu item to open Option Form

Kindly tell me what the problem is.

My Application zip file is attached.

Ajay Parmar
March 14th, 2008, 12:03 AM
Many masters are here still i am not getting anwser of my problem?

Friends Kindly help.

dglienna
March 14th, 2008, 01:04 AM
Step thru your code (start with F8, wait, and then press F8 again) to see how many times it's saving the data! It doesn't look like it's reading it all to begin with.

When you load Form1, it doesn't read that setting. Is there a default value?