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

Search:

Type: Posts; User: mriely

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    8,040

    Re: Calling a function on another window

    This is what I'm talking about when I tried to make a member variable of the correct type.
    http://www.tek-tips.com/viewthread.cfm?qid=616916&page=198
  2. Replies
    4
    Views
    8,040

    Calling a function on another window

    I'm working on a C++/MFC program and I need to call a function on another window. I can get the *CWnd easily enough:

    CWnd* parent_hwnd = GetParent();

    Unfortunately I cannot easily access the...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured