开发者

Silverlight: Message box prompting user to enter some text?

开发者 https://www.devze.com 2023-01-28 10:56 出处:网络
I\'m using Silverlight 4. I\'d like a message box that prompts the user t开发者_开发问答o enter some text. Is this possible? So far, it looks like the only option is to ask the user to click a button.

I'm using Silverlight 4. I'd like a message box that prompts the user t开发者_开发问答o enter some text. Is this possible? So far, it looks like the only option is to ask the user to click a button.


You have to create a new Child Window in visual studio and build your input form in that child window.


Check out this project http://silverlightmsgbox.codeplex.com/. It presents a simple but presentable implementation of several useful message boxes i.e. confirm, error, info, user input, etc. and might be helpful to you. Good luck.

0

精彩评论

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