当前位置:网站首页>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);
}
边栏推荐
- socket(套接字)与socket地址
- tmall.product.schema.get( 产品信息获取schema获取 ),淘宝店铺上传商品API接口,淘宝商品发布接口,淘宝商品上传API接口,店铺上传接口,oAuth2.0接口
- Makefile separates file names and suffixes
- Yyds dry goods inventory software encryption lock function
- Wechat applet uses towxml to display formula
- Pychart connects to the remote server
- Xilinx Vivado set *. svh as SystemVerilog Header
- forEach的错误用法,你都学废了吗
- MFC 控制台打印,弹出对话框
- Fabric.js 元素被选中时保持原有层级
猜你喜欢
buuctf-pwn write-ups (7)
Fabric.js 上划线、中划线(删除线)、下划线
天猫商品详情接口(APP,H5端)
[development environment] StarUML tool (download software | StarUML installation | StarUML creation project)
关于网页中的文本选择以及统计选中文本长度
微信小程序使用towxml显示公式
Li Chuang EDA learning notes 15: draw border or import border (DXF file)
复用和分用
使用mathtype编辑公式,复制粘贴时设置成仅包含mathjax语法的公式
buuctf-pwn write-ups (7)
随机推荐
Method of creating linked server for cross server data access
Fabric.js 橡皮擦的用法(包含恢复功能)
Fabric. JS free draw circle
A white hole formed by antineutrons produced by particle accelerators
btrace-(字节码)动态跟踪工具
为什么只会编程的程序员无法成为优秀的开发者?
Implement a server with multi process concurrency
mathML转latex
Some Chinese character codes in the user privacy agreement are not standardized, which leads to the display of garbled codes on the web page. It needs to be found and handled uniformly
fatal: unsafe repository is owned by someone else 的解决方法
Contrôleur pour threejs cube Space Basic Controller + Inertial Control + Flight Control
Find the maximum inscribed circle of the contour
STM32 library function for GPIO initialization
【题解】Educational Codeforces Round 82
Slashgear shares 2021 life changing technology products, which are somewhat unexpected
【apipost】使用教程
taobao. logistics. dummy. Send (no logistics delivery processing) interface, Taobao store delivery API interface, Taobao order delivery interface, Taobao R2 interface, Taobao oau2.0 interface
Fabric. JS manual bold text iText
C#延时、在线程中开启定时器、获取系统时间
871. 最低加油次数 : 简单优先队列(堆)贪心题