S
Still Love VB6
Hi All
VB.Net 2005 - Pro
Sorry if this question has been asked before. I have Googled and did not
find a simple explanation.
I have a form in a seperate class library (yeah, I did read that bit) called
frmTemplate which contains four buttons (Close, Save, New, Delete)
When I inherit this form into my project, these buttons are all locked, so
that double-clicking does not allow me to write any code for these buttons.
Have I missed something very obvious here? Is there a simple explanation for
this whole visual inheritance thing? Seems like a really excellent idea, but
has me confused.
An old VBn person
VB.Net 2005 - Pro
Sorry if this question has been asked before. I have Googled and did not
find a simple explanation.
I have a form in a seperate class library (yeah, I did read that bit) called
frmTemplate which contains four buttons (Close, Save, New, Delete)
When I inherit this form into my project, these buttons are all locked, so
that double-clicking does not allow me to write any code for these buttons.
Have I missed something very obvious here? Is there a simple explanation for
this whole visual inheritance thing? Seems like a really excellent idea, but
has me confused.
An old VBn person