当前位置:网站首页>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);
}
边栏推荐
- forEach的错误用法,你都学废了吗
- Fabric. JS manual bold text iText
- 871. Minimum refueling times: simple priority queue (heap) greedy question
- 1. Editing weapon VIM
- Fabric. Usage of JS eraser (including recovery function)
- 【NOI模拟赛】伊莉斯elis(贪心,模拟)
- buuctf-pwn write-ups (7)
- Xilinx Vivado set *. svh as SystemVerilog Header
- C语言习题---(数组)
- 电脑怎么设置扬声器播放麦克风的声音
猜你喜欢

YoloV6训练:训练自己数据集遇到的各种问题

Fabric. JS free draw circle

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

kityformula-editor 配置字号和间距

buuctf-pwn write-ups (7)

Actual combat sharing of shutter screen acquisition

CTO如何帮助业务?

Advanced C language (realize simple address book)
[email protected] : The platform “win32“ is incompatible with this module."/>info [email protected] : The platform “win32“ is incompatible with this module.

C语言习题---(数组)
随机推荐
STM32标准固件库函数名(一)
Kityformula editor configure font size and spacing
[apipost] tutorial
OpenCV调用USB摄像头的点滴
Yyds dry goods inventory software encryption lock function
Slashgear shares 2021 life changing technology products, which are somewhat unexpected
[Space & single cellomics] phase 1: single cell binding space transcriptome research PDAC tumor microenvironment
广州市应急管理局发布7月高温高湿化工安全提醒
Chapter 9: xshell free version installation
LeetCode - 搜索二维矩阵
Tip: SQL Server blocked the state 'openrowset/opendatasource' of component 'ad hoc distributed queries'
uniapp自动化测试学习
Fabric. JS zoom canvas
微信小程序使用towxml显示公式
taobao.trade.get( 获取单笔交易的部分信息),淘宝店铺订单接口,淘宝oAuth2.0接口,淘宝R2接口代码对接分享
C语言中的算术运算及相关练习题
蜻蜓低代码安全工具平台开发之路
[QNX Hypervisor 2.2用户手册]6.3 Guest与外部之间通信
求轮廓最大内接圆
Fabric.js 自由绘制圆形