摘要: 效果图: Dlg.cpp // WIFIWMITestDlg.cpp : implementation file // #include "stdafx.h" #include "WIFIWMITest.h" #include "WIFIWMITestDlg.h" #include "afxdial 阅读全文
posted @ 2019-09-04 19:28 o云淡风轻o 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 网址:https://blog.csdn.net/u013019701/article/details/80550411 本人用的第二个,亲测好用。 阅读全文
posted @ 2019-09-04 19:21 o云淡风轻o 阅读(1437) 评论(0) 推荐(0) 编辑
摘要: 修改静态文本框内容: CWnd* pWnd = GetDlgItem(IDC_STATIC1); pWnd->SetWindowText(_T("Server is on!")); 将静态文本框中显示图标 //添加红绿灰三种图标 DWORD dwStyle = WS_VISIBLE | WS_CHI 阅读全文
posted @ 2019-09-04 15:07 o云淡风轻o 阅读(350) 评论(0) 推荐(0) 编辑