[Search tip detail and code files using keywords, tip number, author name, etc ]
 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Message Box
Tip# 2102 By Lloyd Beachy On 01-Apr-2006
3.5
Rated By 2 users Downloaded : 480
Categories : Misc. User Tools, VBA Code Modules
Software type : AutoCAD
Rename File To : Tip2102: Msgbox.lsp
Calls up VBA s MsgBox routine and returns a string answer based on the operator selection--for programmers only.

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.

 

 

Average Rating:
3.5


User comments