Click here to Skip to main content
15,896,207 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi All,

I designed one Page loading control from user control, which has some animation of rotation & color changing. I am showing that Loading control (user control) on Main Page while navigating the pages. Means while page got loaded completely user is able to see page loading control rather than blank screen.

Means if I clicked the menu button, the visibility of loading control is set to be Visible & then after the concern page loading event is got fired. But unfortunately it's happened adversely. Kindly guide me how to achieve the goal. The code is also pasted below for reference.
C#
ldgWnd.Visibility = Windows.Visibility.Visible
HideCoverflowMenu(False)
Dim DrvTrnYr As New GlbNetDerivative()
host.Add(DrvTrnYr)
DrvTrnYr.Show(startPoint)

I used Floating Window for pages. & Host to showing the floating window of Jevgenij Pankov The link of floating window is FloatingWindow - Multi-windows Interface for Silverlight 4[^]

Thanks & Regards
Anil
Posted
Updated 30-Mar-11 14:08pm
v3

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