|
-
May 31st, 2001, 02:31 PM
#1
Refresh / Redraw Windows Desktop
I've searched all over but cannot find code (THAT WORKS) to refresh the Windows desktop. I have found an API call (RedrawWindow) that supposedly redraws the Windows desktop if a NULL value is provided to it for the handle of the window to refresh, but it isn't working.
Can anyone help me out on this?
Thanks so much!!!!
Dan
-
May 31st, 2001, 03:25 PM
#2
Frenzied Member
Code:
Declare Function GetDesktopWindow Lib "user32" Alias "GetDesktopWindow" () As Long
'maybe this (not sure though)
UpdateWindow GetDesktopWindow
-
May 31st, 2001, 04:12 PM
#3
Take a look at this thread. (Search is working! )
-
Jun 1st, 2001, 01:20 AM
#4
Junior Member
refreshdesktop
This is a program which can refresh desktop
If you want the I may send you
-
Apr 6th, 2014, 06:01 PM
#5
Re: Refresh / Redraw Windows Desktop
Please do not post .exe files to the forum.
Thanks.
Brad!
Admin
-
Apr 17th, 2014, 05:02 AM
#6
Re: Refresh / Redraw Windows Desktop
I have written a program dealing with the manipulation of another program's window in Vb6 and Vb.net. The code it contains might also achieve what you want to do with the desktop.
Vb6 version:
http://www.vbforums.com/showthread.p...on-the-desktop
Vb.net version:
http://www.vbforums.com/showthread.p...rogram-windows
Another program I wrote deals with creating desktops and such, might also contain useful code:
http://www.vbforums.com/showthread.p...reate-desktops
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|