开发者

Create MessageBox With TextBox In It [duplicate]

开发者 https://www.devze.com 2023-01-20 07:49 出处:网络
This question already开发者_高级运维 has answers here: WPF: Create a dialog / prompt (4 answers)
This question already开发者_高级运维 has answers here: WPF: Create a dialog / prompt (4 answers) Closed 8 years ago.

How can I create a messagebox with two textboxes inside of it so the user can type in information that I can save?


Make a custom form and call MyForm.ShowDialog(), assuming you have the dialog results set up properly.


The built-in MessageBox does not support that. You need create your own window and show in modal mode (setting the owner property)

0

精彩评论

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