|
-
May 31st, 1999, 08:50 AM
#1
HELP!
I have two classes,
class Classone : public CDialog
{
private :
CStrings etc...
void stop();
Public :
other stuff ();
}
class ClassTwo : public CDialog
{
private :
CStrings stuff, etc...
public :
ClassTwo(const char *pFileName, CWnd* pParent = NULL);
protected :
afx_msg void OnStart();
}
How can I call OnStart() from Stop() ????
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|