CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2013
    Posts
    15

    How to sendmassage to select check box with VC ?

    I want to sendmassege to click select check box. I can click buttton but I don't know how to select check box with VC.

  2. #2
    Join Date
    Jul 2002
    Posts
    2,543

    Re: How to sendmassage to select check box with VC ?


  3. #3
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: How to sendmassage to select check box with VC ?

    CheckDlgButton function

    sends a
    BM_SETCHECK message to the specified button control in the specified dialog box.
    Best regards,
    Igor

Tags for this Thread

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