原创 問題解決——使用串口調試助手發送控制字符 協議指令 !?

外行指揮內行的結果就是,你必須按照他想的去做,等做不出來再用自己的辦法,而且必須如此。 ---------------------------------------------------------------------------

原创 問題解決——使用GP-3120TN打印條形碼標籤

終於大致的嘗試出了參數和編程手冊裏指令的使用。 在這裏,感謝佳博中一個叫做“Gprinter 陶瑋”的工程師所提供的技術支持。非常感謝,如果沒有你,在寫這篇文章之前我可能換別的打印機了。 同時鄙視下一個叫做“熊伯明翰♪”的工程師,技術支持

原创 問題解決——限制窗口的最小尺寸

以前都是用對話框做東西,這次用的SDI。 突然想限制窗口的最小尺寸,避免縮成一團,就很隨意的先百度了一下。 網上好多方法,有在OnSize裏面SetWindowPos或者MoveWindow的,也有在OnSizing裏面用這兩個函數的。

原创 問題解決——在STL的queue中使用自定義類

本文原創,轉載請保證文章的完整性,並顯要的註明出處。 本文鏈接:http://blog.csdn.net/wlsgzl/article/details/38843513 平時很少用STL,就算用,也基本是使用queue<int>之類的簡單

原创 Notifications and the Notification Area

Notifications and the Notification Area The notification area is a portion of the taskbar that provides a temporary so

原创 MFC9.0 Outlook控件的標題顯示無法修改

這是我在開發中遇到的問題,現記錄下來,以便幫助你們。 不想看廢話的可以只看最後三行,但你會錯過很多。 俗話說的好啊,“Wise men learn by other men's mistakes; fools by their own.”

原创 Hooks——使用鉤子

原文源自MSDN,原文鏈接:http://msdn.microsoft.com/en-us/library/windows/desktop/ms644960%28v=vs.85%29.aspx 本文鏈接:http://blog.csdn.

原创 Hooks——鉤子概覽

(資料源於MSDN,本文僅對其進行翻譯、批註。其鏈接爲:http://msdn.microsoft.com/en-us/library/windows/desktop/ms644959%28v=vs.85%29.aspx本文鏈接:http

原创 NOTIFYICONDATA structure

NOTIFYICONDATA structure Contains information that the system needs to display notifications in the notification area.

原创 OVERLAPPED structure

看CSerialPort串口類的時候,有幾個結構體不是很認識,所以你懂得的。 ---------------------加強版分割線---------------------- 手工翻譯,轉載請顯要的註明出處,並保持文章的完整性。 原文鏈

原创 Shell_NotifyIcon

Shell_NotifyIcon function Sends a message to the taskbar's status area.向任務欄狀態區發送消息。 Syntax C++ BOOL Shell_N

原创 問題解決——Group Box控件遮擋其他控件

轉載請保持文章的完整性並顯要地註明出處 本文鏈接:http://blog.csdn.net/wlsgzl/article/details/38042301 =========================================

原创 ioctlsocket

ioctlsocket function The ioctlsocket function controls the I/O mode of a socket.ioctlsocket函數控制套接字的I/O模式。 Syntax C++

原创 問題解決——SolidWorks 已停止工作 (Windows7 + SolidWorks 2010 SP0.0)

給同事的SolidWorks解決問題時偶然間發現的。 -------------------------------------------------------------- 本文原創,轉載請註明出處並保持文章的完整性。 本文鏈接:h

原创 WSABUF

WSABUF structure The WSABUF structure enables the creation or manipulation of a data buffer used by some Winsock funct