+ Reply to Thread
Results 1 to 3 of 3

Using vbCritical, vbQuestion, etc icon in custom dialogs

  1. #1
    Raymond
    Guest

    Using vbCritical, vbQuestion, etc icon in custom dialogs

    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

  2. #2
    Tom Ogilvy
    Guest

    Re: Using vbCritical, vbQuestion, etc icon in custom dialogs

    The are only applicable to a message box.

    --
    Regards,
    Tom Ogilvy

    "Raymond" <[email protected]> wrote in message
    news:[email protected]...
    > 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




  3. #3
    Bill Renaud
    Guest

    Re: Using vbCritical, vbQuestion, etc icon in custom dialogs

    <<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!).
    --
    Regards,
    Bill



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1