CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2003
    Location
    Mardan(NWFP-Pakistan)
    Posts
    1

    Updating MFC object of one thread from an other

    I need to update data of an MFC object declared in one thread from with in an other

    thread.............. This needs to be done throug handles... as described by MSDN.............

    but i am not finding the required result............ can someone please make a simple Dialog Application

    ........... with a worker thread to update data on the Dialog....... and send it to me....

    ..... so that i will be in a better position to understand where i am mistaking........ i have

    already wasted lot of time over this but invain...........

  2. #2
    Join Date
    Nov 2002
    Location
    Lahore, Pakistan
    Posts
    52

    Re: Updating MFC object of one thread from an other

    Originally posted by Suhail Yousaf
    I need to update data of an MFC object declared in one thread from with in an other

    thread.............. This needs to be done throug handles... as described by MSDN.............

    but i am not finding the required result............ can someone please make a simple Dialog Application

    ........... with a worker thread to update data on the Dialog....... and send it to me....

    ..... so that i will be in a better position to understand where i am mistaking........ i have

    already wasted lot of time over this but invain...........
    It would be more better if you send the project where u have tried to achieve this behaviour

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