G
Guest
Greetings,
I observed that in VB2005 the designer generated code is hidden. The
initialize code appears to be stored in a different module than the Form's
class module. But the form's class module constructor is in the same module
as the Form class (obviously). Well, I exposed the constructor, which was
originally unexposed. Is there a way to hide it again after exposing it? I
don't mean collapse, I mean hide it the way it was originally?
Thanks,
Rich
I observed that in VB2005 the designer generated code is hidden. The
initialize code appears to be stored in a different module than the Form's
class module. But the form's class module constructor is in the same module
as the Form class (obviously). Well, I exposed the constructor, which was
originally unexposed. Is there a way to hide it again after exposing it? I
don't mean collapse, I mean hide it the way it was originally?
Thanks,
Rich