ON_BN_CLICKED(IDC_READ, OnRead);

BOOL CReadDBDlg::OnInitDialog()
{

}

I want to call ON_BN_CLICKED in OnInitDialog() how to do that. It will be great full if code example mention