Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Create AutoCAD Message

Status
Not open for further replies.

MMINC

Technical User
Dec 17, 2003
7
0
0
US
Does anyone know how to create a message dialog box that opens automatically with the drawing ? The purpose of the message would be basic f.y.i of the drawing, etc. messages could be taylored for individual drawings as needed.
 
A basic dialogue box can be made with the lisp function "alert". Syntax is:
(alert "text message here in quotes")
You could have this run at startup using one of the many typical methods, such as placing it in you acad.lsp file, a routine placed in your startup suite, etc.
 
I was wanting dialog box to appear with specific individual drawing files. Won't run at start up cause it to always appear ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top