
05-15-2008
|
|
|
|
Join Date: May 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
WPF Window Area Turns Black in Vista Aero
Hi everyone.
We are currently developing a WPF Window application. The main window of the said application has one WPF Button whose Click event handler is taking a lot of time. When our application is run in Vista using Vista Aero color scheme and the said button is clicked, the content area of the main window turns black and "(Not Responding)" string is appended in the main window's title bar. When we switch to Vista Basic color scheme and we run the same sequence, the content area of the main window does not turn black although "(Not Responding)" string still appended in the main window's title bar.
We want to know the reason why our application's main window turns black when the mentioned sequence is run under Vista Aero color scheme. Does anyone have any idea or explanation?
Thank you.
|