Can we create our own MessageBox ?

  • Thread starter SwatSoftwareDev
  • 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
 
R

Rob Windsor [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top