AD

顯示具有 MFC 標籤的文章。 顯示所有文章
顯示具有 MFC 標籤的文章。 顯示所有文章

Creating Processes on Windows

.Introduction
    There are several ways to create processes on windows.In this article I will show how to implement with ShellExecute/CreateProcess functions, and discuss what problems might occur if using these functions on windows 7.


如何在控制外部程式的視窗元件(FindWindow, SendMessage)


.Introduction
        
        在開發程式中, 當碰到底層功能沒開放出來的時候, 往往最後只能在外部控制介面來處理,舉個例子, 像是碰到比較特殊的硬體裝置, 而廠商沒提供driver的原始碼, sdk的功能不完整等等問題之類的, 在只有官方的控制用應用程式的情況下, 此時也就只能寫外部程式直接來控制,以下論述實作方式.