Hello All, How are DXF system variables handled by CAD viewers.I intend to write a tool which takes a DXF file as an input and convert the geometric data...
Hello All, How are DXF system variables handled by CAD viewers.I intend to write a tool which takes a DXF file as an input and convert the geometric data...
Hi Vivek, Dxf files can be binary files or ascii files. There is a system variable take which looks like this in ascii dxf file. $ORTHOMODE 70 1 9 $REGENMODE ...
hi, Please take a look at www.autodesk.com/dxf this site You can find details about dxf code in this Thanks! Manoj Madhavan MMTechnologies, Bangalore CAD...
Mastering AutoCAD 2000 Objects by Dietmar Rudolph, published by Sybex, 2000 is a unique book that explains DXF. It is out of print but you may be able to find...
Hi, There is a trick when we need to use the open or new command... Mostly this does not work with the normal (command "_open") or (command "_new") So what we...
Hi, Protecting a lisp file not recommended... Even though you want to protect it, you can use the encrypt.exe to encrypt the lisp, but its not that safe,...
Sorry, The exe name is protect.exe Thanks! Manoj Madhavan ... From: deceinbamalar To: cadprog@yahoogroups.com Sent: Monday, July 03, 2006 11:09 AM Subject:...
Hi pushpak, It is very simple, assign password to .dvb file Sanjay Phadke PUSHPAK PHULE <pushpak_2000@...> wrote: Hi Can we restrict our VBA file (.dvb)...
hi Sanjay, ya that's good solution but user can copy this .dvb file to other machine and can use it there also. I want to restrict user from doing this. I want...
Best way is to check for MAC address of the NIC. Now a days, there is no machine without NIC (Network interface card) and the MAC (media access code) is also...
Hi Pushpak, In that case convert your VBA code to VB. It is simple, just you have to alter your vba code to suit vb environment. Thats it, make setup and...
That's fine Sanjay VB will solve problem of hiding code from user but Can I write a code to check that Program will work on particular machine or is there any...
yes Narayanan, You are right thats what I want to avoid hard coding. ... http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/_iFolB/TM ... === message truncated ===...
Hi all, more languages used in AutoCAD,(VBA,VB.NET,C++,C#,VC++,Java, etc) But which one is the best future. (VBA,VB.NET,C#) or (C++,VC++) Please help me....
It depends on what kind of work you are doing and your current level of knowledge. VBA is a great language to make money with. Many people need programs...
yes Dale is right ! VBA gives faster application development. I have developed no.of programs using it. But I found C++ is difficult to learn but gives ...
Dear CADprog Members, This is Manoj Madhavan moderator of CADprog group. I am looking forward to create a tutorial site for lisp then for VBA then for VB then...