Inside the Project Explorer, select the “Project – Project1” item, which should be the root item in the tree control. The project properties display in the Properties Window.
Select the Alphabetic tab in the Properties Window and change the Name property to COM_VB_BankSoft. This renames the root item in the Project Explorer to COM_VB_BankSoft (COM_VB_BankSoft).
Expand the COM_VB_BankSoft (COM_VB_BankSoft) item in the Project Explorer.
Expand the Class Modules item.
Select the Class1 (Class1) item. The properties of the class display in the Properties Window.
Select the Alphabetic tab in the Properties Window and change the Name property to BSoftFin.
By changing the name of the project and class, you specify that the programmatic identifier for the class you create is “COM_VB_BankSoft.BSoftFin.” Use this ProgID to refer to this class inside the Designer.