This is Spiderinnet1's TypePad Profile.
Join TypePad and start following Spiderinnet1's activity
Spiderinnet1
a spider crawling mainly in the .NET of AutoCAD
Interests: It is a spider crawling mainly in the .NET of AutoCAD. Sometimes, it may crawl a little deeper down into the Microsoft .NET world as well to find something good and fast there to digest.
Recent Activity
AutoCAD .NET: Where to Find AutoCAD .NET API Assemblies
Posted 2 days ago at AcadNetAddinWizard & More
Comment
0
AutoCAD Jig & VB.NET: Move Block/BlockReference/INSERT Using EntityJig
Posted 3 days ago at AcadNetAddinWizard & More
Comment
0
AutoCAD Jig & VB.NET: ColorIndex Input for Circle Jigging Using EntityJig
Posted 5 days ago at AcadNetAddinWizard & More
Comment
0
AutoCAD Jig & VB.NET: Keyword Support for Circle Jigging Using EntityJig
Posted 6 days ago at AcadNetAddinWizard & More
Comment
0
AutoCAD Jig & VB.NET: Jig Circle by Center and Radius Using EntityJig
Posted 7 days ago at AcadNetAddinWizard & More
Comment
0
Generic Type and Base Class: AutoCAD .NET SymbolTable and Enumerator
It presents code to enumerate any AutoCAD symbol table records such as layers, line types, and text styles using AutoCAD .NET and C#. Continue reading
Posted May 11, 2013 at AcadNetAddinWizard & More
Comment
0
AutoCAD .NET: Transform Picked Point from Current UCS to WCS
It addresses transforming a picked point from the current UCS to the WCS, which looks a simple and obvious AutoCAD .NET programming task but still can be easily missed out or done in a ridiculous complex way. Continue reading
Posted May 7, 2013 at AcadNetAddinWizard & More
Comment
0
AutoCAD .NET: EntityJig – Dynamic Chamfer and Jig
Posted May 6, 2013 at AcadNetAddinWizard & More
Comment
0
AutoCAD .NET: EntityJig – Dynamic Fillet and Jig
Posted May 5, 2013 at AcadNetAddinWizard & More
Comment
0
AutoCAD .NET: EntityJig – Offset Curve Entity Dynamicly Using Jig
Posted May 4, 2013 at AcadNetAddinWizard & More
Comment
0
AppDomain and AutoCAD .NET Assembly Loading and Unloading
It emphasizes again that AcadNetAddinWizard can help launch AutoCAD, open a test drawing, and run a command automatically and properly. That makes AutoCAD .NET un-loader, which might be possible to be created using AppDomains as suggested somewhere, not necessary anymore. Continue reading
Posted May 1, 2013 at AcadNetAddinWizard & More
Comment
0
AutoCAD .NET: Modify Database Objects via Different Means
It introduces a few ways to modify AutoCAD Database objects (common or not, recommended or not) in AutoCAD .NET. Continue reading
Posted Apr 30, 2013 at AcadNetAddinWizard & More
Comment
0
AutoCAD .NET: EntityJig – Create Rectangular Array Dynamically
Posted Apr 28, 2013 at AcadNetAddinWizard & More
Comment
0
AutoCAD .NET: Append Entities to Database via Different Means
It introduces a few ways to append entities to AutoCAD Database (common or not, recommended or not) in AutoCAD .NET. Continue reading
Posted Apr 27, 2013 at AcadNetAddinWizard & More
Comment
0
Create Custom Attribute for DocumentLock Or Do It Simple and Right
It talks about a simple but working and reliable way to make the document locking call when necessary rather than create a looking fancy custom attribute and bring in some cumbersome and error-prone extra .NET loader/parser stuffs. Continue reading
Posted Apr 25, 2013 at AcadNetAddinWizard & More
Comment
0
AutoCAD .NET: Changing Entity Color Using Transaction vs. OpenCloseTransaction and Performance
It compares the performance between Transaction and OpenCloseTransaction again with concrete data and unbiased tests in AutoCAD .NET. Continue reading
Posted Apr 18, 2013 at AcadNetAddinWizard & More
Comment
0
AutoCAD .NET: ‘yield return’ vs. normal return and Performance When Looping BlockTableRecord
It talks about the ‘yield return’ again when looping through symbol tables in AutoCAD .NET. Continue reading
Posted Apr 16, 2013 at AcadNetAddinWizard & More
Comment
0
.NET Crash AutoCAD: #17 – Loop BlockTableRecord Unnecessarily Using ‘yield return’
Posted Apr 14, 2013 at AcadNetAddinWizard & More
Comment
0
AutoCAD .NET: Revisit on OpenCloseTransaction
It clarifies a few points about the OpenCloseTransaction in AutoCAD .NET. Continue reading
Posted Apr 13, 2013 at AcadNetAddinWizard & More
Comment
0
The AcadNetAddinWizard tried its best to support both Visual Studio 2008 and 2010, both full fledge and Express as mentioned in many posts, but as you found out, the VSE does not support third party toolbars at all and that caused our widgets and coders not get a chance to show up or be exercised.
AppPlugins Locator of AutoCAD .NET Addin Wizard (AcadNetAddinWizard)
The build #0.7.0.0 of AutoCAD .Net Addin Wizard (AcadNetAddinWizard) has been rolled out and provided a few new features. The AutoCAD AppPlugins Locator widget is one of them. It can find the AutoCAD AppPlugins (or the fancy name AutoLoader) folder of either the Current User or All Users th...
AutoLoader 101: #17 – Load ARX Files
It demonstrates how to define an AutoCAD AutoLoader (ApplicationPackage) to load an ARX file. Continue reading
Posted Apr 8, 2013 at AcadNetAddinWizard & More
Comment
0
Ah, did not realize you were using Visual Studio 2010 Express.
I believe the VSE intentionaly prevents the AcadNetAddinWizard toolbars and all other third party ones from being loaded properly and showing up. That should be what the 'Express' indicates. Cannot think of a better way other than switching to the full fledge Visual Stuio so as to utilize all the cool features of AutoCAD .NET Addin Wizard.
AppPlugins Locator of AutoCAD .NET Addin Wizard (AcadNetAddinWizard)
The build #0.7.0.0 of AutoCAD .Net Addin Wizard (AcadNetAddinWizard) has been rolled out and provided a few new features. The AutoCAD AppPlugins Locator widget is one of them. It can find the AutoCAD AppPlugins (or the fancy name AutoLoader) folder of either the Current User or All Users th...
Please right click mouse on the Visual Studio toolbar and you will find the AutoCAD .NET Addin Wizard item. Checking it will make the toolbar show up.
In terms of the same item in the Tools menu, it was provided before but now it is not supported anymore.
AppPlugins Locator of AutoCAD .NET Addin Wizard (AcadNetAddinWizard)
The build #0.7.0.0 of AutoCAD .Net Addin Wizard (AcadNetAddinWizard) has been rolled out and provided a few new features. The AutoCAD AppPlugins Locator widget is one of them. It can find the AutoCAD AppPlugins (or the fancy name AutoLoader) folder of either the Current User or All Users th...
AutoLoader 101: #16 – Load CUIX Files
It demonstrates how to define an AutoCAD AutoLoader (ApplicationPackage) to load a CUIX file. Continue reading
Posted Apr 2, 2013 at AcadNetAddinWizard & More
Comment
0
AutoLoader 101: #15 – Load LISP Files
It demonstrates how to define an AutoCAD AutoLoader (ApplicationPackage) to load a LISP file. Continue reading
Posted Mar 28, 2013 at AcadNetAddinWizard & More
Comment
0
More...
Subscribe to Spiderinnet1’s Recent Activity

