Click here to Skip to main content
15,896,153 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
i am developing windows application,when message is popup ,i can click backside control in the form.How it possible when message popup can click controls.Need use message box type ?
just i am use

VB
MessageBox.Show("HAI")


or

VB
MsgBox("Hai")




pls reply asap

Regards
Aravind
Posted

1 solution

You can create the popup as a modeless form, see: Modal and Non Modal Forms[^]
 
Share this answer
 
Comments
Karen Mitchelle 9-May-14 2:49am    
+5 :)
Peter Leow 9-May-14 3:19am    
Thanks, Karen.

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