I have a WPF application written in C#. Here is my input box:
string temp = Microsoft.VisualBasic.Interaction.InputBox(prompt, title, "0");
What I am missing is a Cancel button. Do I need to create a new WPF window or can I download a third party control?
Certified Geek