You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
fading
About this tag
The fading tag on WindowsForum.com covers topics related to visual fading effects in Windows applications and display issues. Threads discuss implementing fading transitions between forms in VB.NET, troubleshooting SetLayeredWindowAttributes API failures when switching from Aero to basic themes in Windows 7, and resolving display fading problems on laptops when running on battery power. Users also report webpages fading darker on scroll after a graphics card upgrade. These discussions involve Windows 7, VB.NET programming, MFC applications, display drivers, and power management settings.
Here's a cool module I created a while ago. I got the idea with some cool fading effects... Maybe you'll find use for this too :)
If you want something fancy, try this Module I came up with:
Imports System.Threading
Module FormSwitcher
<System.Runtime.CompilerServices.Extension()> _...
animation
code snippet
coding
design
development
fading
forms
graphics
interface
module
opacity
programming
size
switch
threads
user interface
vb.net
visualeffect
windows forms
Hello,
I am using Windows 7 Enterprise OS (32 bit). I have an mfc application which uses SetLayeredWindowAttribute() api to display fading effect for a window. The window to be displayed is popup window created with attributes WS_EX_TOOLWINDOW | WS_EX_LAYERED and parent NULL. The problem is...
aero theme
application error
basic theme
error
fading
mfc application
popup
restart
setlayeredwindowattribute
theme change
user interface
windows 7
windows api
windows attributes
ws_ex_layered
ws_ex_toolwindow
Recently I've noticed certain websites will fade darker as I scroll down while remaining light on top, as if a dark overlay is on top. I cannot figure out how to disable this. I recently upgraded my graphics card which is around the time this started happening.
I am using Windows 7 64 bit Pro.
Installed Windows 7 last week and realized that unless the laptop is plugged in, I cannot read the display. It looks almost like it's brightness/contrast gets put on the highest level and I cannot make anything out. Sometimes it will fade back to correct if I don't have any programs running...