CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    How to refresh screen or....

    I need to remove trace-line that stayed after form moved (scrolling using do until and loop)...I think screen refresh should do it....


  2. #2
    Join Date
    Oct 1999
    Location
    Seattle, Washington, USA
    Posts
    109

    Re: How to refresh screen or....

    Where exactly does this line show up? Is it on your form, or does it stay on the screen under your form after you move it?

    If it's on the screen (desktop), you'll probably need to call an API that refreshes the desktop. I don't know the name of one off-hand, though.

    - Shawn

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