F
Flomo Togba Kwele
My application consists of a single form with a panel on it. When the user selects a menu item, a
UserControl is loaded onto the panel.
All the UserControl forms are derived from ctrlForm.vb. I want to embed 4 Subversion keywords into
each UserControl. Each of these keywords would be represented by a string and generated before a
compile by an external program (svn). Each of the UserControls might have different values for each
of the 4 keywords.
If I define the keyword properties at the parent level (ctrlForm), I'll merely get its keywords
when I cast the derived UserControl to ctrlForm, rather than the keywords associated with the
derived UserControl.
Do I have to cast each UserControl to itself before I access the keyword properties?
TIA Flomo
--
UserControl is loaded onto the panel.
All the UserControl forms are derived from ctrlForm.vb. I want to embed 4 Subversion keywords into
each UserControl. Each of these keywords would be represented by a string and generated before a
compile by an external program (svn). Each of the UserControls might have different values for each
of the 4 keywords.
If I define the keyword properties at the parent level (ctrlForm), I'll merely get its keywords
when I cast the derived UserControl to ctrlForm, rather than the keywords associated with the
derived UserControl.
Do I have to cast each UserControl to itself before I access the keyword properties?
TIA Flomo
--