Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Access (https://www.askmehelpdesk.com/forumdisplay.php?f=441)
-   -   Change msgbox (https://www.askmehelpdesk.com/showthread.php?t=242512)

  • Jul 28, 2008, 08:16 AM
    znet2705zc
    Change msgbox
    Hi ,
    Look at this code : msg=msgbox(" Do You Want to Exit ?" , vbQuestion + vbYesNo , " Exit")
    Can we replace the " question icon" whit our icon's?
    OR
    Can we change the caption button to our text (in above code , change "Yes " or "No") , without create another forms ?
  • Jul 28, 2008, 08:42 AM
    ScottGem
    No, The Message box formatting is static. You can't use other icons or button captions. If you want that level of customization create your own form and open as a popup.

    If you do that you need to modify the code to return the value selected on the form.

  • All times are GMT -7. The time now is 05:29 PM.