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

Search:

Type: Posts; User: bimble

Search: Search took 0.02 seconds.

  1. Re: Sending CMFCToolBar messages to another process

    Thanks for your response.. I do realise that they are the message map macros - that was badly worded.

    I have now resolved the issue though - you need to call SetOwner after calling Create, unlike...
  2. Sending CMFCToolBar messages to another process

    I have an application which creates a CMFCToolBar from a toolbar resource in another application and docks it to its own window, thus:

    // load the module containing the resource
    HINSTANCE...
  3. Replies
    0
    Views
    2,108

    OpenGL drawing over a window background

    Can anyone suggest how I can draw OpenGL shapes over the top of an existing window?

    I can pass the existing window in to my OpenGL code and it will draw on it but the background (ie. the original...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured