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

    Unhappy Cannot use the SubclassWindow() function

    Hi,

    I am trying to use this solution http://www.codeproject.com/KB/docview/tabbedmdi.aspx in one of the program I am working on. The problem in using that is, I am not able to SubclassWindow the child windows.

    The program I am working on supports 3 different document templates, and each of the document/views are seperated in seperate DLLs.

    The program does compile without any errors. But when it runs, it gives me a stack overflow error message. Any suggestions?

    Thanks.

    Regards,
    Mithun

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Cannot use the SubclassWindow() function

    Debug your program.
    Look at the call stack.
    Victor Nijegorodov

Tags for this Thread

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