Can we create our own MessageBox ?

  • Thread starter Thread starter SwatSoftwareDev
  • Start date Start date
S

SwatSoftwareDev

Hi,

Can we create our own customized MessageBox and Inputbox, in which icons or images and custom message can be shown.

Thanks in advance,

Regards
Swat
 
Yes, just create a new form that provides the functionality that you want
from MessageBox plus what you want added in. You'll need to write the code
to show the correct buttons and icons and return the correct DialogResult
but this is not difficult to do.

--
Rob Windsor [MVP-VB]
G6 Consulting
Toronto, Canada
http://msmvps.com/windsor/


Hi,
Can we create our own customized MessageBox and Inputbox, in which icons or
images and custom message can be shown.
Thanks in advance,
Regards
Swat
 
Back
Top