Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - the question of  button
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

the question of button

 Post Reply Post Reply
Author
Message
hchack View Drop Down
Groupie
Groupie


Joined: 09 May 2006
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote hchack Quote  Post ReplyReply Direct Link To This Post Topic: the question of button
    Posted: 12 December 2007 at 2:46am
 
I write a  programme that it is similar with the button demo programme, but I cann't finish the feature of "toggle button", why?
 
please help me! thanks !
 
my code:

    UpdateData();

    if (!m_bToggleButtons)
    {
        m_btn1.SetChecked(FALSE);
        m_btn2.SetChecked(FALSE);
        m_btn3.SetChecked(FALSE);
        m_btn4.SetChecked(FALSE);
    }
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.203 seconds.