Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how i can do this in c# windows form.i want to show popup message like this image
please check it image in link

http://zone.ni.com/images/reference/en-XX/help/370051M-01/promptpop.gif[^]
Posted
Comments
BillWoodruff 7-Nov-14 12:37pm    
Do you understand how to transfer data created in a Form shown modally (ShowDialog) back to the Form ?

Refer This
 
Share this answer
 
Comments
raajaakhan 7-Nov-14 6:55am    
Thanks
You'll have to create a custom form in code with an input box as a static method so that it can be called whenever and wherever needed.

Example: http://www.csharp-examples.net/inputbox/[^]
 
Share this answer
 
Comments
raajaakhan 7-Nov-14 6:55am    
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900