Quantcast
Viewing latest article 8
Browse Latest Browse All 15302

Visual Studio MFC dialog application , Press button to clicked

I created a dialog application in Visual Studio MFC.

I create BN_CLICKED function to enable IDC_CHECK1. 

Icreate DOUBLECLICKED function to other functoin.

When i call DOUBLECLICKED function will call BN_CLICKEDfunction .

Any way to call DOUBLECLICKED function  and don't call BN_CLICKEDfunction .

==============================

void CMyTest1Dlg::DoStaticFunc(int iSelectIndex)
{
BOOL boCState;
boCState = this->m_chk1[iSelectIndex].GetCheck();
this->m_chk1[iSelectIndex].SetCheck(!boCState);
}

void CMyTest1Dlg::OnBnClickedButton1()
{
// TODO: Add your control notification handler code here
DoStaticFunc(0);
}


void CMyTest1Dlg::OnBnDoubleclickedButton1()
{
// TODO: Add your control notification handler code here

// will do another
}

==============================

Image may be NSFW.
Clik here to view.



Viewing latest article 8
Browse Latest Browse All 15302

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>