原创 The question about Serialize class and CRuntimeClass

    We all know class can't store in memory directly.But also we have our own method to load it into memory.MFC CObject

原创 Configure file like format of ini and read data from ini file or write data to ini file

    Sometimes,It's not that always store data in memory, you should store data to disk file,  because you release memor

原创 Talk about VARIANT

    VARIANT specify variant data that can not be passed by reference.When a variant refers to another variant by using

原创 關於回調函數處理DLL裏的數據問題

        我想有過VC/MFC開發經驗的人都知道這個函數:WindowProc,系統調用消息的函數。所有由外部發給系統的消息,都要通過這個函數去處理判斷。大家都知道,就是系統調用的函數。就這一句簡單的話,很難說明是什麼意思?理解了嗎

原创 How to load a dll resource dialog box at an application Dialog box (怎麼在一個應用程序對話框動態加載DLL裏的資源對話框)

   This afternoon,although  I have had  a little out of my mind.I am so excited because I learned a lot MFC intellectal

原创 SOAP簡介

SOAP簡介 SOAP-簡單對象訪問協議(Simple Object Access Protocol)。SOAP是一種輕量的、簡單的、基於 XML 的協議,它被設計成在 WEB 上交換結構化的和固化的信息。 SOAP 可以和現存的許多因特

原创 Let me talk about InitCommonControlsex(讓我談談InitCommonControlsex的用法吧!)

     Sometimes,maybe you will not want to use doModal to create a Dialog!you are gonna use another method to handle the

原创 SOAP Envelope 元素

  強制使用的 SOAP 的 Envelope 元素是 SOAP 消息的根元素。 SOAP Envelope 元素 必需的 SOAP 的 Envelope 元素是 SOAP 消息的根元素。它可把 XML 文檔定義爲 SOAP 消息

原创 SOAP Header 元素

     可選的 SOAP Header 元素包含頭部信息。 SOAP Header 元素 可選的 SOAP Header 元素可包含有關 SOAP 消息的應用程序專用信息(比如認證、支付等)。如果 Header 元素被提供,則它

原创 How to call a DLL Dialog resource

   If we want to use a Dialog box resource in a DLL.As begining,I should tell you some details about AFX_MANAGE_STATE m

原创 SOAP Body 元素

     強制使用的 SOAP Body 元素包含實際的 SOAP 消息。 SOAP Body 元素 必需的 SOAP Body 元素可包含打算傳送到消息最終端點的實際 SOAP 消息。 SOAP Body 元素的直接子元素可以是

原创 C plus plus Concurrency in Action

 these are exciting times for C plus plus users.Eleven years afters the origial C plus plus standard was published in 1

原创 SOAP Fault 元素

   SOAP Fault 元素用於存留 SOAP 消息的錯誤和狀態信息。 SOAP Fault 元素 可選的 SOAP Fault 元素用於指示錯誤消息。 如果已提供了 Fault 元素,則它必須是 Body 元素的子元素。在一

原创 SOAP HTTP Binding

      HTTP 協議 HTTP 在 TCP/IP 之上進行通信。HTTP 客戶機使用 TCP 連接到 HTTP 服務器。在建立連接之後,客戶機可向服務器發送 HTTP 請求消息: POST /item HTTP/1.1 Host

原创 How to implement double interfaces by IDispatch automatically basing MFC

     If you have mastered how to create a COM by ATL simple object,I think it 's a piece of cake for you to create doub