V
Venkat Venkataramanan
Hello:
I have a winform that has a private subroutine defined as:
Private Sub ApplyFilter()
This sub refers to objects that get instantiated in the
winform's new method.
However, when I run the application, the New Method has a
InitializeComponent() method that steps into the private
subroutine I have, creating an error condition.
Is this the normal course of events? If not, what am I
doing wrong?
Thanks.
Venkat
I have a winform that has a private subroutine defined as:
Private Sub ApplyFilter()
This sub refers to objects that get instantiated in the
winform's new method.
However, when I run the application, the New Method has a
InitializeComponent() method that steps into the private
subroutine I have, creating an error condition.
Is this the normal course of events? If not, what am I
doing wrong?
Thanks.
Venkat