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

    Please, how to refresh the entire screen(desktop and opened windows)

    I'm sure this is not difficult... i've seen it a number of times, for example when you click apply in the folder settings, or when an app refreshes the icon cache...

    thanks.


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Please, how to refresh the entire screen(desktop and opened windows)

    i am not sure whether it will work or not. enum all windows in the system and send WM_PAINT message to them.


    HTH

    cksiow
    http://vblib.virtualave.net - share our codes

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