Using vbCritical, vbQuestion, etc icon in custom dialogs

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I use vbCritical, vbQuestion, vbExclamation, vbInformation icons in a
custom designed dialog form?

Is it possible to also use vbOKOnly, vbOKCancel, vbAbortRetryIgnore,
vbYesNoCancel, vbYesNo and vbRetryCancel in a custom designed dialog form?

Thank you

Raymond
 
<<How do I use vbCritical, vbQuestion, vbExclamation, vbInformation icons in
a custom designed dialog form?>>

Try placing an Image control on the form, then set the Picture property to a
small bitmap of the icon you want to use. Draw them yourself or copy them
from a screen shot somewhere (hint: MsgBox!).
 

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

Back
Top