Hi
I am trying to build a loader that will import prdefined pallettes into autocad machines. what will happen is the user activates the dll and clicks the "pallette button" and the dll askes a few questions then imports the pallette from a network location based on the users info. Basically to load a "block catalog" pallette for a specified manufacturer.
I have looked around but have not been able to find any .net info for pallettes. Is it even possible? I could probably write a lisp string to do it and embed that in the dll but I prefer no to mix my programming.
Has anyone done anything like this with .net before? any help would be appreciated.