메뉴 건너뛰기

app

[MFC] FTP 프로그램에서 DISCONNETION

박영식2007.12.04 21:30조회 수 3269댓글 0

    • 글자 크기
void CProject1Dlg::OnButtonDisc()
{
 // TODO: Add your control notification handler code here
 CFTPConnectDlg cDlg;
 m_pConnection->Close();
 delete m_pConnection;
 m_pConnection = NULL;
 m_ctrFTPServer.DeleteAllItems();
  GetDlgItem(IDC_BUTTON_FTP_UPDIR)->EnableWindow(FALSE);
  GetDlgItem(IDC_EDIT_FTPDIR)->EnableWindow(FALSE);
  GetDlgItem(IDC_BUTTON_DOWNLOAD)->EnableWindow(FALSE);
  GetDlgItem(IDC_BUTTON_UPLOAD)->EnableWindow(FALSE);
  GetDlgItem(IDC_BUTTON_DISC)->EnableWindow(FALSE);
  m_strFTPServerInfo = _T("연결안됨");
 UpdateData(FALSE);
 
}
박영식 (비회원)
    • 글자 크기
[WPC] winpcap 라이브러리를 이용한 sniffing (by 박영식) [MFC] VIEW영역 캡쳐와 전체화면 캡쳐 저장 (by 박영식)

댓글 달기

박영식
2010.09.09 조회 4862
박영식
2010.05.25 조회 4206
박영식
2010.01.14 조회 5036
박영식
2009.09.21 조회 4215
박영식
2008.08.18 조회 6133
박영식
2008.08.17 조회 4323
박영식
2008.07.24 조회 4745
박영식
2008.07.23 조회 8091
박영식
2008.07.22 조회 3411
박영식
2008.04.11 조회 2269
박영식
2008.01.20 조회 2105
박영식
2007.12.23 조회 3286
첨부 (0)
위로