| 282 | |
| 283 | |
| 284 | void CCryptAboutPropertyPage::OnSetfocusInfo() |
| 285 | { |
| 286 | // TODO: Add your control notification handler code here |
| 287 | |
| 288 | CEdit *pWnd = (CEdit*)GetDlgItem(IDC_INFO); |
| 289 | |
| 290 | if (!pWnd) |
| 291 | return; |
| 292 | |
| 293 | pWnd->SetSel(-1, 0, TRUE); |
| 294 | |
| 295 | |
| 296 | } |
| 297 | |
| 298 | |
| 299 | void CCryptAboutPropertyPage::OnItemchangedComponentsList(NMHDR *pNMHDR, LRESULT *pResult) |
nothing calls this directly
no outgoing calls
no test coverage detected