|
-
April 22nd, 2005, 10:15 AM
#1
about function parameters
i am have classes
1 CmyEdit with base class CEdit
2 CmyButton with base class CButton
i created objects dynamically, for about m_EdtCtrl[10] and m_Btn[10];
i want to send m_EdtCtrl[10] or m_Btn[10] as a parameters
how can i decalre the function prototype
-
April 22nd, 2005, 10:40 AM
#2
Re: about function parameters
You could pass them as CWnds.
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
|