Opened 14 years ago
Closed 8 years ago
#7490 closed defect (obsolete)
Problem, desktop refresh on guest doesnt work, seamless mode
Reported by: | fwalther | Owned by: | |
---|---|---|---|
Component: | GUI/seamless | Version: | VirtualBox 3.2.8 |
Keywords: | draw, refresh, windows | Cc: | |
Guest type: | Windows | Host type: | Windows |
Description (last modified by )
Spec: Host: Win 7 x64 Guest: Win XP x86
Hello Bugtracker-Team I have a problem since the last update with the refreshing of the desktop on my guest. That means that I can "draw" something on the screen with my open windows. Printscreen should explain...
fwalther
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | 000114_2010-09-17_08-33-27_sreenshot.png added |
---|
comment:1 by , 12 years ago
Same problem here with WinXP Pro 32bit host and Ubuntu 12.04 32bit guest.
My workaround is to refresh my desktop every 3 seconds or so by running a vbscript on my host.
Dim w w = 3000 '3 seconds Do While True WScript.CreateObject("WScript.Shell").Run "%windir%\System32\RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters", 7, True Wscript.Sleep w Loop Wscript.Quit
However, every time the rundll32.exe is executed, the mouse pointer changes to hourglass for a brief moment; so this is not really a solution for the problem.
comment:2 by , 8 years ago
Description: | modified (diff) |
---|---|
Resolution: | → obsolete |
Status: | new → closed |
Please reopen if still relevant with a recent VirtualBox release.
Printscreen