Note – these posts are put together after a short time with Silverlight 4 as a way of providing pointers to some of the new features that Silverlight 4 has to offer. I’m posting these from the PDC as Silverlight 4 is announced for the first time so please bear that in mind when working through these posts. For an out-of-browser Silverlight 4 application, you can take more control around the Window that presents your application. Firstly, by changing the XML manifest you can control where the Window positions itself on the screen, for example; <OutOfBrowserSettings ShortName="SilverlightApplication24 Application" EnableGPUAcceleration="False" ShowInstallMenuItem="True"> <OutOfBrowserSettings.Blurb>SilverlightApplication24 Application on your desktop; at home, at work or on the go.</OutOfBrowserSettings.Blurb> <OutOfBrowserSettings.WindowSettings> <WindowSettings Title="SilverlightApplication24 Application" WindowStartupLocation="Manual"...