I
Issac
Hi,
I have some forms which inherit a base form with addition
controls.
But I got an error saying:
"MyProject.BaseForm.Private Sub InitializeComponent() is
not accessible in the context because it is private"
Because of this error, all other controls in inherited
form got "not declared" error.
I found that all errors will gone once I rebuild the
project. But it will pop again after I modify my code
which may totally unrelated to the problem forms.
Can someone pleaes give me a hand to resolve this problem?
Appreciate.
Regards,
Issac
I have some forms which inherit a base form with addition
controls.
But I got an error saying:
"MyProject.BaseForm.Private Sub InitializeComponent() is
not accessible in the context because it is private"
Because of this error, all other controls in inherited
form got "not declared" error.
I found that all errors will gone once I rebuild the
project. But it will pop again after I modify my code
which may totally unrelated to the problem forms.
Can someone pleaes give me a hand to resolve this problem?
Appreciate.
Regards,
Issac