Message Box Utility (Tip #2102) from Lloyd Beachy demonstrates how to activate VBA features from inside Visual LISP. Lloyd's message box function calls up VBA's MsgBox routine and returns a string answer based on the operator selection. This tip is for programmers only and allows you to set the response options as well as the icons displayed for the message. Not only is this utility useful, it makes for an excellent example of exploiting VBA inside Visual LISP. |