Sample applications for LTCustomizer21

These sample applications is made to learn how to use LTCustomizer21.

This samples is included archive file of LTCustomizer21.

Line Drawing Demo (VB.NET)

This sample is simple application to feel speed each functions of LTCustomizer21.  Button of first left side uses slowest function. Button of first right side button uses fastest function. 

Calculator Broker (VB.NET)

This sample indicates what you can define new original command on AutoCAD LT if you use LTCustomizer21. Run AutoCAD LT before this sample executes. After that, for example, input #1+1=# on AutoCAD LT command line. Then '2' is displayed on AutoCAD LT command line. This means that Calculator Broker sends result of calculation to AutoCAD LT.

This sample uses Calculator application on Windows7. So this sample may fail on other Windows.

Calculator broker itself does not calculate. It just delivers formula and result of calculation between Calculator application and AutoCAD LT. So this sample suggests various program languages can execute on AutoCAD LT.

LTCustomizer21 Test Application (VB.NET,VC++6.0)

This is a test Application that is used to develop LTCustomizer21. If you read source code of this sample, you can learn how to use basic functions.

Command Line Watcher (VB.NET)

This sample displays real-time command line on AutoCAD LT.
When "Add" button is pushed after you input string on "Watch string on histories of command line" or "Watch string on cmdline", this sample watches only specific strings you set. These strings can be unlimited set. When "Clear" button is pushed, this sample watches all strings on command line as well as default action.