摘要:
效果图: Dlg.cpp // WIFIWMITestDlg.cpp : implementation file // #include "stdafx.h" #include "WIFIWMITest.h" #include "WIFIWMITestDlg.h" #include "afxdial 阅读全文
摘要:
网址:https://blog.csdn.net/u013019701/article/details/80550411 本人用的第二个,亲测好用。 阅读全文
摘要:
修改静态文本框内容: CWnd* pWnd = GetDlgItem(IDC_STATIC1); pWnd->SetWindowText(_T("Server is on!")); 将静态文本框中显示图标 //添加红绿灰三种图标 DWORD dwStyle = WS_VISIBLE | WS_CHI 阅读全文