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

Search:

Type: Posts; User: spider853

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    7,206

    Re: WinApi GUIClass with 2 WindowProc Problem

    The problem is that this GUI is for a 3ds max plugin and I cannot process the message in the main thread.
    That's why I start this class in another thread like this:



    void...
  2. Replies
    3
    Views
    7,206

    Re: WinApi GUIClass with 2 WindowProc Problem

    It stucks on GetMessage() function on mainWindow procedure
  3. Replies
    3
    Views
    7,206

    WinApi GUIClass with 2 WindowProc Problem

    Hi, I am making a node editor,
    The editing interface (GUI Window) is launched in a separated thread and its wrapped in a class.
    The main window it self is working good, but if I add my custom...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured