带有新行的消息框? [英] Messagebox with new line?

查看:104
本文介绍了带有新行的消息框?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

MessageBox (NULL, "Hello World! This is my first WIN32 program", "Lesson 1", MB_OK);





How to add new line after "program"?

推荐答案

尝试:
MessageBox (NULL, "Hello World! This is my first WIN32 program \n", "Lesson 1", MB_OK);



如果只是"\ n"不起作用,请尝试"\ r \ n"



In case just the ''\n'' doesnt work then try ''\r\n''

MessageBox (NULL, "Hello World! This is my first WIN32 program \r\n", "Lesson 1", MB_OK);


这篇关于带有新行的消息框?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆