Message 1 of 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, kind of a newbie here. I have an old VB6 program that we use to fill out title blocks and print drawings etc. that I'm converting to C#. All of the current examples that I can find are plug ins to type commands on the command line. What I want is a windows form where I can click buttons on the form to interact with AutoCAD. I have played with the plug in code and it works, but how can I convert it to a windows form rather than a program? Are there some samples out there showing this using "ObjectARX"? All of the samples using a Windows Form that I have found are old where they only have one using statement for AutoCAD "using AutoCAD;"
Solved! Go to Solution.