开发者

Scale up MessageBox

开发者 https://www.devze.com 2023-03-11 22:23 出处:网络
I\'ve got zooming functionality in my application that works great, but when I open a MessageBox, the message box doesn\'t appear at the same zoomed level as the rest of the开发者_开发知识库 interface

I've got zooming functionality in my application that works great, but when I open a MessageBox, the message box doesn't appear at the same zoomed level as the rest of the开发者_开发知识库 interface. Is there anyway I can scale the MessageBox along with the rest of my program? Or will I have to create a custom message box class that allows this?

Thanks. Let me know if I need to explain anything else.


You'll have to create a custom dialog to do this. I'd probably just create a window and then show it as a dialog.

0

精彩评论

暂无评论...
验证码 换一张
取 消