API Instruction

API - What kind of APIs can you use on ZWCAD?
Applies to: ZWCAD 2015; ZWCAD 2017 LISP: Provided in Std and Pro version; VBA: Only provided in Pro version; ZRX: Only provided in Pro ve...
Sun, 14 Feb, 2016 at 2:05 PM
API - Developing environment
Applies to: ZWCAD 2015; ZWCAD 2017 LISP : Any text editor, for example, Notepad VBA : If you want to run the VBA program directly in...
Sun, 14 Feb, 2016 at 2:04 PM
API - How to protect you source code?
Applies to: ZWCAD 2015; ZWCAD 2017 LISP : The file format is .LSP. You can: Use ZWCAD+’s encryption tool (ENCRYPTLISP) to encrypt you cod. ...
Sun, 14 Feb, 2016 at 2:05 PM
API - Some register item that you may want to know
Applies to: ZWCAD 2015; ZWCAD 2017 Note: You can know the language of ZWCAD by reading the file ZWCAD.ini in ZWCAD installation directory. For examp...
Sun, 14 Feb, 2016 at 2:05 PM
API - How to load your program manually
Applies to: ZWCAD 2015; ZWCAD 2017 Here are some ways to load you program manually: You can use APPLOAD command to load all the programs (exce...
Sun, 14 Feb, 2016 at 2:05 PM
API - How to load your program automatically
Applies to: ZWCAD 2015; ZWCAD 2017 Here are some ways to load you program automatically: Add your programs (except .NET programs) to the Startup...
Sun, 14 Feb, 2016 at 2:06 PM
API- How to load profile automatically
Applies to: ZWCAD 2015; ZWCAD 2017 Uses /P parameter in ZWCAD's desktop short cut to specify the profile: Note: You can specify a path to a p...
Wed, 18 Nov, 2015 at 1:38 PM
API - Some system variables and special functions you may need to know
Applies to: ZWCAD 2015; ZWCAD 2017 Product variable: Tells the name of product. Its value in original ZWCAD+ is “ZWCAD”. VerAuth var...
Sun, 14 Feb, 2016 at 2:06 PM
[VBA] How to Transplant Programs from ACAD to ZWCAD+
Applies to: ZWCAD 2015 Specific procedures are listed as follows: 1. Copy all codes in Thisdrawing from AutoCAD to ZWCAD+. Tips: If your VBA c...
Mon, 14 Dec, 2015 at 10:57 AM
[VBA] How to Transplant Programs from ZWCAD to ZWCAD+
Applies to: ZWCAD 2015 Specific procedures are listed as follows: 1. Copy all codes in Thisdrawing from ZWCAD to ZWCAD+. Tips: If your VBA co...
Mon, 14 Dec, 2015 at 11:05 AM