There are three ways to create an ActiveX control. The first, and most common, is to select New Project from the File menu and choose ActiveX control from the New Project dialog box that appears. In doing so, a form-like container called a UserControl appears, and a new node labeled User Controls appears in the Project window. The UserControl, explained in greater detail later, is a container into which you add other objects to create your ActiveX control.