Link to home
Start Free TrialLog in
Avatar of JCWEBHOST
JCWEBHOST

asked on

Custom Messagebox

Hey Guys, I want to make a message in c# coding that will run when hosted?
it must have a yes and no button on it, which i can code in c# ?

Please Help?
Avatar of Luis Pérez
Luis Pérez
Flag of Spain image

Avatar of mkobrin
mkobrin

if(MessageBox.Show(Your Message here,You title for the message box here,MessageBoxButtons.YesNo)== DialogResult.Yes)
ASKER CERTIFIED SOLUTION
Avatar of Miguel Oz
Miguel Oz
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of JCWEBHOST

ASKER

Thanks