Answered by:
I want to fade a Windows form when another windows form opens

Question
-
Hello all,
I am writing a device application. I have two forms one main form and pop up form. I want that when Pop Up form appears in front of Main form, Main form should fade out.
What is the procedure to achieve this in device application.
thanks.
- Moved by Alexander Sun Tuesday, July 3, 2012 9:37 AM Move to more appropriate forum (From:Visual C# General)
- Moved by Bob Wu-MT Monday, July 16, 2012 8:12 AM (From:Windows Forms General)
Monday, July 2, 2012 10:10 AM
Answers
-
Please gone through the link. I think this will help you
http://www.c-sharpcorner.com/UploadFile/scottlysle/FadeFormCS10282007005135AM/FadeFormCS.aspxWith Thanks and Regards
Sambath Raj.C
click "Proposed As Answer by" if this post solves your problem or "Vote As Helpful" if a post has been useful to you
Happy Programming!- Proposed as answer by RohitArora Monday, July 2, 2012 10:40 AM
- Marked as answer by Ed Price - MSFTMicrosoft employee Monday, July 23, 2012 8:49 PM
Monday, July 2, 2012 10:17 AM -
Hi Thakre,
I think the correct forum should be Windows Mobile Development in Smart Device Development Forums, but I'm not sure.
I will move it to the Where is the Forum For…? Forum and you can get better advise there.
Best Regards,
Bob Wu [MSFT]
MSDN Community Support | Feedback to us
- Marked as answer by Ed Price - MSFTMicrosoft employee Monday, July 23, 2012 8:49 PM
Monday, July 16, 2012 8:12 AM
All replies
-
Please gone through the link. I think this will help you
http://www.c-sharpcorner.com/UploadFile/scottlysle/FadeFormCS10282007005135AM/FadeFormCS.aspxWith Thanks and Regards
Sambath Raj.C
click "Proposed As Answer by" if this post solves your problem or "Vote As Helpful" if a post has been useful to you
Happy Programming!- Proposed as answer by RohitArora Monday, July 2, 2012 10:40 AM
- Marked as answer by Ed Price - MSFTMicrosoft employee Monday, July 23, 2012 8:49 PM
Monday, July 2, 2012 10:17 AM -
Simplest way is to use Form's property Opacity, by decreasing the opacity value form can be faded out .
Try using a timer
It all Happenz Sendil
Monday, July 2, 2012 10:50 AM -
Hello,
I am writing device application not windows application. may be thats why I cant able to use Opacity property.
Am I doing something wrong?
Please guide me on this.
Monday, July 2, 2012 12:11 PM -
Hi Thakre,
This is Windows Forms forum which support Windows Forms Application only.
Could you please let us which kind of application since it is not a Windows Application, so I can redirect you to the right forum.
Best Regards,
Bob Wu [MSFT]
MSDN Community Support | Feedback to us
Thursday, July 5, 2012 8:06 AM -
Hello Bob Wu,
I am writing Smart Device Application for ARM11 platform. I am using Visual Studio 2008 and select Smart Device, and Target platform - WindowsCE while creating new project.
Please suggest the best suited forum for my quire.
Thanks.
Saturday, July 14, 2012 4:00 AM -
Hi Thakre,
I think the correct forum should be Windows Mobile Development in Smart Device Development Forums, but I'm not sure.
I will move it to the Where is the Forum For…? Forum and you can get better advise there.
Best Regards,
Bob Wu [MSFT]
MSDN Community Support | Feedback to us
- Marked as answer by Ed Price - MSFTMicrosoft employee Monday, July 23, 2012 8:49 PM
Monday, July 16, 2012 8:12 AM