1 Attachment(s)
Application Setting Problem
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.
Re: Application Setting Problem
Many masters are here still i am not getting anwser of my problem?
Friends Kindly help.
Re: Application Setting Problem
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?