CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: MFC Toolbars

  1. #1
    Join Date
    May 1999
    Location
    Croatia, Europe
    Posts
    7

    MFC Toolbars

    I have MFC .exe aplication and .dll which is loaded with LoadLibrary.
    How can I load, from .exe, toolbar in .dll? CToolbar::LoadToolbar
    doesn't have HINSTANCE parameter.

    And, if I load it and display it, how can I receive it's messages
    in .exe, not .dll?


    - Goran.

  2. #2
    Join Date
    Apr 1999
    Location
    Canada
    Posts
    12

    Re: MFC Toolbars

    Use AfxSetResourceHandle.


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