CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: GCDEF

Search: Search took 0.14 seconds.

  1. Replies
    9
    Views
    9,797

    Re: creating and accessing a checkbox

    Class View/right click on the class name. The last item on the pop up menu is properties when I do it. Or you can go to the resource editor and right click in the dialog and get a menu with the...
  2. Replies
    9
    Views
    9,797

    Re: creating and accessing a checkbox

    As I said, you need to override it.
  3. Replies
    9
    Views
    9,797

    Re: creating and accessing a checkbox

    The checkbox doesn't exist when the dialog's constructor is called. Override OnInitDialog and put your code after the call to CDialog::OnInitDialog.
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured