当前位置:网站首页>MFC console printing, pop-up dialog box
MFC console printing, pop-up dialog box
2022-07-02 14:56:00 【sam-zy】
void CMVIDCodeReaderDemoDlg::OnBnClickedButton3()
{
// TODO: Add control notification handler code here
// Console printing
OutputDebugString(L"sdfsfsd111\r\n");
// Pop-up dialog box
if (MessageBox(_T(" Are you sure to quit? "), _T(" Tips "), MB_YESNO | MB_ICONWARNING) == IDNO)
return;
// Pop-up dialog box
CString strMsg;
m_ctrlFrameRateEdit.GetWindowText(strMsg);
strMsg.Format(_T("111111111111"));
MessageBox(strMsg);
}
边栏推荐
- fatal: unsafe repository is owned by someone else 的解决方法
- Actual combat sharing of shutter screen acquisition
- ##51单片机实验之简易验证码发生器
- Database connection pool and data source
- Advanced C language (learn malloc & calloc & realloc & free in simple dynamic memory management)
- 1. Editing weapon VIM
- 【NOI模拟赛】刮痧(动态规划)
- 广州市应急管理局发布7月高温高湿化工安全提醒
- Fatal: unsafe repository is owned by someone else
- Yolov6 training: various problems encountered in training your dataset
猜你喜欢

Li Chuang EDA learning notes 15: draw border or import border (DXF file)

实现一个多进程并发的服务器

Fabric. JS upper dash, middle dash (strikethrough), underline

Pychart connects to the remote server

Xilinx Vivado set *. svh as SystemVerilog Header

Tujia muniao meituan has a discount match in summer. Will it be fragrant if the threshold is low?

C#代码审计实战+前置知识

Method of creating linked server for cross server data access

C code audit practice + pre knowledge

LeetCode - 搜索二维矩阵
随机推荐
MFC 控制台打印,弹出对话框
【NOI模拟赛】伊莉斯elis(贪心,模拟)
Fabric. JS free drawing ellipse
Find the maximum inscribed circle of the contour
Fabric.js 上划线、中划线(删除线)、下划线
taobao. trade. Get (get some information of a single transaction), Taobao store order interface, Taobao oauth2.0 interface, Taobao R2 interface code docking and sharing
PTA question bank== > complex four operations, one for one, examination seat number (7-73)
[development environment] install the visual studio community 2013 development environment (download the installation package of visual studio community 2013 with update 5 version)
Introduction to mathjax (web display of mathematical formulas, vector)
LeetCode_滑动窗口_中等_395.至少有 K 个重复字符的最长子串
threejs的控制器 立方体空间 基本控制器+惯性控制+飞行控制
taobao.trade.memo.add( 对一笔交易添加备注 )接口,淘宝店铺插旗接口,淘宝订单插旗API接口,oAuth2.0接口
4、数组指针和指针数组
geoserver离线地图服务搭建和图层发布
About text selection in web pages and counting the length of selected text
Error: NPM warn config global ` --global`, `--local` are deprecated Use `--location=global` instead.
OpenCV调用USB摄像头的点滴
Check password
Fundamentals of software testing
3、函数指针和指针函数