CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: robot1

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,390

    Re: access member function

    I did the dynamic instance: CMyPropertyPagedlg* p = new CMyPropertyPagedlg(); This did not work. can you show me in actual code the both methods, if possible?.
  2. Replies
    4
    Views
    1,390

    access member function

    In my MFC, CMyPorpertyPageDlg is derived from CPropertyPage. How to access its member function from a nonmember function in the same CPP file?.
    void Non_Member_Get_PorpertyPage()
    {
    ...
  3. Thread: postmessage

    by robot1
    Replies
    1
    Views
    1,082

    postmessage

    I am very new to MFC DLL.
    class CMyMFCDllApp : public CWinApp
    {
    //..
    };

    .cpp file:
    __declspec(dllexport) int __stdcall Func()
    {
    ComputeCalc();
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured