Search the web
Sign In
New User? Sign Up
cadprog
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 100 - 142 of 294   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
100
I am creating one customised menu in Menu groups. it works fine in current drawing but if I opens new sheet then this newly created menu does not work??? why...
pushpak_2000
Offline Send Email
May 4, 2006
9:09 am
101
Hi Pushpak, First of all, I guess you are creating a runtime menu group. When you do this, It is going to insert the menu for only a perticular drawing file. ...
manojmadhavanp
Offline Send Email
May 4, 2006
9:45 am
102
which version of autocad u are using? are u creating menu from menu file or lsp? you can give menuload command in autocad and load new mnu file from there ...
sanjay phadke
sanjaycad
Offline Send Email
May 5, 2006
5:39 am
104
Hi,all i have to get the points which form an ellipse, whcih uses objectARX and CAD. i have an idea with that there is one prblm . please give me some ideas to...
kushi_gd
Offline Send Email
May 8, 2006
8:02 am
105
Hi Kavitha, AcDbEllipse is derived from AcDbCurve. This way it is a parametric curve. If you want to get arbitrary points over it you will need to use ...
manojmadhavanp
Offline Send Email
May 11, 2006
8:12 am
106
This will give you twenty points, but they are entirely dependent on the parametrization of the ellipse. If the parametrization is by the angle along the...
jkeklak@...
johnkeklak
Offline Send Email
May 15, 2006
4:27 pm
108
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...
vivek balasubramanian
vivek.bala
Offline Send Email
Jun 1, 2006
11:12 am
111
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...
vivek balasubramanian
vivek.bala
Offline Send Email
Jun 5, 2006
5:34 am
112
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 ...
Manoj Madhavan
manojmadhavanp
Offline Send Email
Jun 5, 2006
12:51 pm
114
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...
Manoj Madhavan
manojmadhavanp
Offline Send Email
Jun 7, 2006
6:06 am
115
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...
Dale Kopp
dalej_k
Offline Send Email
Jun 8, 2006
12:51 am
117
HI, How to open new drawing using AutoLISP program,Is this possible...
deceinbamalar
Offline Send Email
Jun 24, 2006
6:22 am
118
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...
manojmadhavanp
Offline Send Email
Jun 26, 2006
9:14 am
121
Hi, I have done AutoLISP Program.How to prodect my .lsp file....
deceinbamalar
Offline Send Email
Jul 3, 2006
5:46 am
122
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,...
Manoj Madhavan
manojmadhavanp
Offline Send Email
Jul 3, 2006
6:05 am
123
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:...
Manoj Madhavan
manojmadhavanp
Offline Send Email
Jul 3, 2006
6:27 am
124
Hi Copy your lisp code into visual lisp environment and make project from it you can set a password for this. Sanjay Manoj Madhavan <manojm@...>...
sanjay phadke
sanjaycad
Offline Send Email
Jul 4, 2006
5:46 am
125
Hi Can we restrict our VBA file (.dvb) to be used only on one machine. How can this be achievable? regards Pushpak Phule ... 1�/min. ...
PUSHPAK PHULE
pushpak_2000
Offline Send Email
Jul 5, 2006
4:32 am
126
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)...
sanjay phadke
sanjaycad
Offline Send Email
Jul 5, 2006
7:19 am
127
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...
PUSHPAK PHULE
pushpak_2000
Offline Send Email
Jul 5, 2006
8:33 am
128
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...
Narayanan
narayanan456
Offline Send Email
Jul 5, 2006
8:41 am
129
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...
sanjay phadke
sanjaycad
Offline Send Email
Jul 5, 2006
8:43 am
130
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...
PUSHPAK PHULE
pushpak_2000
Offline Send Email
Jul 5, 2006
8:49 am
131
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 ===...
PUSHPAK PHULE
pushpak_2000
Offline Send Email
Jul 5, 2006
9:04 am
135
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....
deceinbamalar
Offline Send Email
Aug 11, 2006
3:40 am
136
hi I think C++ and VC++ is all time hit. Using C++ you can do anything. so C++ is best for future. regards pushpak ... ...
PUSHPAK PHULE
pushpak_2000
Offline Send Email
Aug 11, 2006
4:19 am
137
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...
Dale Kopp
dalej_k
Offline Send Email
Aug 12, 2006
3:24 am
138
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 ...
PUSHPAK PHULE
pushpak_2000
Offline Send Email
Aug 12, 2006
4:32 am
141
Hi, what is unigraphics?...
deceinbamalar
Offline Send Email
Aug 30, 2006
5:01 am
142
... ITS a CAD/CAM software...
PradeepKumar K. Padma...
pradeepdesign
Offline Send Email
Sep 1, 2006
10:28 am
Messages 100 - 142 of 294   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help