• λ我爱Aspx >> Asp.Net >> webservice系列教学(12)-如何调用webservice(vc3)
  • webservice系列教学(12)-如何调用webservice(vc3)

  • :aspxer  Դ:internet  :2007-5-28 20:38:07  ؼ:web,webservice
  • webservice系列教学(12)-如何调用webservice(vc3)

    MClientDlg.cpp>

    // MClientDlg.cpp : implementation file

    //

    #include "stdafx.h"

    #include "MClient.h"

    #include "MClientDlg.h"

    #include "Atlbase.h"

    #ifdef _DEBUG

    #define new DEBUG_NEW

    #undef THIS_FILE

    static char THIS_FILE[] = __FILE__;

    #endif

    /////////////////////////////////////////////////////////////////////////////

    // CMClientDlg dialog

    CMClientDlg::CMClientDlg(CWnd* pParent /*=NULL*/)

    : CDialog(CMClientDlg::IDD, pParent)

    {

    //{{AFX_DATA_INIT(CMClientDlg)

    m_strParameter = _T("");

    m_strURL = _T("");

    //}}AFX_DATA_INIT

    // Note that LoadIcon does not require a subsequent DestroyIcon in Win32

    m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);

    Ҷƪл˵?
  • һƪ在你的服务器端代码中使用线程和创建异步处理(3)
    һƪwebservice系列教学(11)-如何调用webservice(vc2)