Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello everyone,

I have made a simple application in wpf , which has a login window. now what happens is when i click login button and if username and password are different as mentioned then an message box appears for invalid login, but when i close the message box the login button keeps on blinking i dont know why?? I have win7 os.

Please help me to resolve this error.

Thanks & Regards,
Krunal panchal
Posted
Comments
Uday P.Singh 25-Mar-12 2:54am    
can you post your code?
Sergey Alexandrovich Kryukov 25-Mar-12 4:31am    
There are many ways to screw up things. How do we know which one did you use? :-)
Some code sample (a short one! not your whole application) manifesting the problem could help.
--SA

1 solution

In wpf's default Aero template selected button is blinking. You neeed to modify button's template and remove 'storyboard' elements from it to disable blinking.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900