Sure is. :)  We thought we'd let you figure it out :):)

Regards,
Philip Beadle
Readify | Principal Consultant
Microsoft MVP - ASP/ASP.NET, MCAD, MCT
Suite 206 Nolan Tower | 29 Rakaia Way | Docklands | VIC 3008 | Australia
M: +61 417 301 024 | E: [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]> | C: [EMAIL 
PROTECTED]<sip:[EMAIL PROTECTED]> | W: www.readify.net<http://www.readify.net/>

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Muhammad Niaz
Sent: Thursday, November 06, 2008 4:38 AM
To: listserver@ozSilverlight.com
Subject: RE: [OzSilverlight] SL Related

Oh it was very simple :(





Thanks & Regards,
Muhammad Niaz
Software Engineer
Intagleo Systems Pvt Ltd
www.intagleo.co.uk<http://www.intagleo.co.uk>

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Muhammad Niaz
Sent: Wednesday, November 05, 2008 2:55 PM
To: listserver@ozSilverlight.com
Subject: [OzSilverlight] SL Related

Hi All,
    I am fine :) , sure you all will be enjoying, here is scenario to discuss:
I am near to complete a SL App, now I want that my application will open in 
Full  Screen mode, i.e. without Next, Previous button of Browser or address 
bar. But after successful login. ;)

In this app there is not UserControl, but canvases because they add Childers in 
it, mean at runtime I add children to the Canvases/Pages,

And remember there is only one page (default.html/aspx ).
When user login successfully I do this:

//Redirect to page.
                LoginDefault loginDefault = Application.Current.RootVisual as 
LoginDefault;
                if (loginDefault != null)
                {
                    loginDefault.Children.Clear();
                    loginDefault.Children.Add(new Default());
                }


So send me anything which help me related to Full Screen, but remember the 
solution should take very much little bit time, :)




Thanks & Regards,
Muhammad Niaz
Software Engineer
Intagleo Systems Pvt Ltd
www.intagleo.co.uk<http://www.intagleo.co.uk>

------------------------------------------------------------------- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net
------------------------------------------------------------------- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net



------------------------------------------------------------------- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.

Powered by mailenable.com - List managed by www.readify.net

Reply via email to