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

    Question Parented windows owned by different threads

    I have 2 threads in my Win32 application.

    Each thread creates a window.

    The window created by the second thread is parented to the window created by the first thread.



    What are the known problems of this «architecture» ?

  2. #2
    Join Date
    Feb 2002
    Posts
    4,640

    Re: Parented windows owned by different threads

    None that I'm aware of.

    Viggy

  3. #3
    Join Date
    Oct 2009
    Location
    yangoon
    Posts
    5

    Re: Parented windows owned by different threads

    i try to make a window with .rc

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