lotharious
MIS
I have 3 classes, the App, the App Dialog and an external class. I need this external class to be able to access the Dialog Class, to set and get text from a edit box.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
class CexternalCls
{
friend class CInternalCls; // Let CInternalCls access anything in this class.
...
};