From the course: AutoCAD Add-ins Using VB.NET

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Create a window

Create a window - AutoCAD Tutorial

From the course: AutoCAD Add-ins Using VB.NET

Start my 1-month free trial

Create a window

- [Instructor] As we delve into our windows and how to create an interface, a graphical user interface, and look at windows. We're going to go ahead and create a window in this exercise. And this entire exercise is going to take us from creating a window in Visual Studio to how do we launch our window and then some general properties or parameters to set for our window. To get the right look and feel, as well as just what some of these controls can do. So let's go ahead and open up and we're going to go to our exercise, chapter eight, oh-eight-oh-two, and go into the solution. Now, this solution has a couple folders. We have the objects that we created in our last chapter there, our layer object, as well as our layer object collection. We also have our initialization class, but we also have a new folder here. And these folders are just created for management of code. But you can create your folders as you see fit. They're Windows Explorer available, in other words, if you go to…

Contents