L
Laurence Nuttall
I have a solution that has two projects
one a class library, and the other a windows
application that I use to test the class library.
The class library project has a class called Class1.
When I reference the class in the windows app
I say
Dim clsAbout As New About.Class1
clsAbout.ShowAbout()
I want to change the name of the Class1 to something
more meaningfull, by right clicking on it.
I can do that, but in my windows app
where I say
dim clsAbout as new about.
class1 is still listed, not the new name I gave to the
class object.
How can I rename the external name of the class object?
Thanks In Advance,
Laurence Nuttall
Programmer Analyst III
UCLA - Division of Continuing Education
one a class library, and the other a windows
application that I use to test the class library.
The class library project has a class called Class1.
When I reference the class in the windows app
I say
Dim clsAbout As New About.Class1
clsAbout.ShowAbout()
I want to change the name of the Class1 to something
more meaningfull, by right clicking on it.
I can do that, but in my windows app
where I say
dim clsAbout as new about.
class1 is still listed, not the new name I gave to the
class object.
How can I rename the external name of the class object?
Thanks In Advance,
Laurence Nuttall
Programmer Analyst III
UCLA - Division of Continuing Education