CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Dec 2010
    Posts
    121

    How to force windows 7 to update/refresh forcefully?

    I want to force the windows 7 desktop to refresh itself by force? and by code. How can I achieve this?
    thanks
    Jack

  2. #2
    VictorN's Avatar
    VictorN is online now Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: How to force windows 7 to update/refresh forcefully?

    What do you mean by "desktop"?
    And how would you "refresh" it without code?
    Victor Nijegorodov

  3. #3
    Join Date
    Dec 2010
    Posts
    121

    Re: How to force windows 7 to update/refresh forcefully?

    shortcut icons, taskbar, wallpaper etc, but I found the way...using ::InvalidateRect(NULL, NULL, FALSE);

  4. #4
    VictorN's Avatar
    VictorN is online now Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: How to force windows 7 to update/refresh forcefully?

    Quote Originally Posted by luckiejacky View Post
    shortcut icons, taskbar, wallpaper etc, but I found the way...using ::InvalidateRect(NULL, NULL, FALSE);
    Victor Nijegorodov

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