CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Apr 2001
    Location
    Vadodara, Gujarat, India
    Posts
    52

    Question 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.
    Attached Files Attached Files

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

Featured