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

    Real time field update



    Hi,

    I have a text box that displays an Encoder output is is updated every few seconds (using the timer control). My problem is that when my program is in some sort of a look or when it is runing code the endcoder text box is not updated.

    10x a 1,000,000

    Shai.

  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Real time field update



    Have you tried a 'DoEvents' in your big loop ? You do need windows to carry on processing background tasks now and again.


    Regards


    Chris Eastwood

    Software Engineer

    ACNielsen Ltd



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