|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Accessing inherited variablesHow should variables be declared so that those in the base form can be
changed in a form 'inherited' from it? Jim,
Normally you have to do nothing extra. Moreover, you can not get rid of them. Cor Show quoteHide quote "MrJim" <mrjim@nospam.com> schreef in bericht news:e61c50$1v8g$1@godfrey.mcc.ac.uk... > How should variables be declared so that those in the base form can be > changed in a form 'inherited' from it? Declare them public or protected. Public will be available outside the
class while protected will be available only to derived classes. Mike. Show quoteHide quote "MrJim" <mrjim@nospam.com> wrote in message news:e61c50$1v8g$1@godfrey.mcc.ac.uk... > How should variables be declared so that those in the base form can be > changed in a form 'inherited' from it?
CODE to Test ALPHA Transparency
not sure how to describe this question... Updating field in table Textbox Lines Limit form.load don't exist anymore ? Please. join 2 tables and datagrid Read value of all columns from datatable together Printing to screen in VB.NET CreateObject error Failed to decrypt |
|||||||||||||||||||||||