CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2004
    Posts
    32

    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

  2. #2
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,637

    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
  •  





Click Here to Expand Forum to Full Width

Featured