hi friends
I am using a combox in my project.am following certain PDF to do some projects. in that this line is mentioned
Change the project type to Class Library so other forms can inherit from this form. Right-clickon the BaseForms project name in Solution Explorer and select properties. Change the Output Type from Windows Application to Class Library and click OK.
I have done that
Re-size the label to display the entire contents. Move ComboBox1 immediately
after the label so they are aligned. Change the Modifiers property from Assembly to Family. This will allow the ComboBox and its properties to be modified in inherited child forms.
here am not able to get the modifiers as family. am getting private,public, friend. What should i do to get Family in the modifier
Regards
vijay
I am using a combox in my project.am following certain PDF to do some projects. in that this line is mentioned
Change the project type to Class Library so other forms can inherit from this form. Right-clickon the BaseForms project name in Solution Explorer and select properties. Change the Output Type from Windows Application to Class Library and click OK.
I have done that
Re-size the label to display the entire contents. Move ComboBox1 immediately
after the label so they are aligned. Change the Modifiers property from Assembly to Family. This will allow the ComboBox and its properties to be modified in inherited child forms.
here am not able to get the modifiers as family. am getting private,public, friend. What should i do to get Family in the modifier
Regards
vijay
Comment