오후 10:49 2001-12-19
조경민 bro@shinbiro.com
CSliderCtrl을 DoModal 다이얼로그에 붙일때
===================================================
BOOL CTrustDlg::OnInitDialog()
{
CDialog::OnInitDialog();
// TODO: Add extra initialization here
m_Trust.SetRange(1,3, TRUE); // TRUE로 안해주면 오동작 -_-;
m_Trust.SetPos( m_nTrust );
return TRUE; // return TRUE unless you set the focus to a control
// EXCEPTION: OCX Property Pages should return FALSE
}
조경민 bro@shinbiro.com
CSliderCtrl을 DoModal 다이얼로그에 붙일때
===================================================
BOOL CTrustDlg::OnInitDialog()
{
CDialog::OnInitDialog();
// TODO: Add extra initialization here
m_Trust.SetRange(1,3, TRUE); // TRUE로 안해주면 오동작 -_-;
m_Trust.SetPos( m_nTrust );
return TRUE; // return TRUE unless you set the focus to a control
// EXCEPTION: OCX Property Pages should return FALSE
}
'KB > MFC/Win32' 카테고리의 다른 글
익스플로러 인터페이스 받기 (0) | 2004.04.28 |
---|---|
[펌] 실행파일 숨기기 (0) | 2004.04.28 |
[winsock] 소켓 타임 아웃 주기 (0) | 2004.04.28 |
새창으로 웹브라우저 띄우기 (0) | 2004.04.28 |
동적으로 생성된 컨트롤이 메시지를 받지 못할때 (0) | 2004.04.28 |