Regarding SPLongOperation Object In SharePoint 2007I am using the SPLongOperation Object in my project to introduce a delay while navigating to a new page.The in-built page uses the default css styles and branding.<br/> <br/> I want to customize this page design and apply my own theme and branding.<br/> <br/> Please tell me how to apply a custom master page to the page which displays the SharePoint 2007 Spin Wheel having the animated gears_an.gif image.<br/> <br/> Thanks in advance.© 2009 Microsoft Corporation. All rights reserved.Thu, 09 Jul 2009 08:17:34 Z596c6d2e-dbae-4541-9c5d-dad25c7d2e11http://social.msdn.microsoft.com/Forums/en-US/sharepointcustomization/thread/596c6d2e-dbae-4541-9c5d-dad25c7d2e11#596c6d2e-dbae-4541-9c5d-dad25c7d2e11http://social.msdn.microsoft.com/Forums/en-US/sharepointcustomization/thread/596c6d2e-dbae-4541-9c5d-dad25c7d2e11#596c6d2e-dbae-4541-9c5d-dad25c7d2e11moss_loverhttp://social.msdn.microsoft.com/Profile/en-US/?user=moss_loverRegarding SPLongOperation Object In SharePoint 2007I am using the SPLongOperation Object in my project to introduce a delay while navigating to a new page.The in-built page uses the default css styles and branding.<br/> <br/> I want to customize this page design and apply my own theme and branding.<br/> <br/> Please tell me how to apply a custom master page to the page which displays the SharePoint 2007 Spin Wheel having the animated gears_an.gif image.<br/> <br/> Thanks in advance.Fri, 03 Jul 2009 13:38:06 Z2009-07-03T13:38:06Zhttp://social.msdn.microsoft.com/Forums/en-US/sharepointcustomization/thread/596c6d2e-dbae-4541-9c5d-dad25c7d2e11#d863b9db-1a6a-413a-9598-5783d3b396fdhttp://social.msdn.microsoft.com/Forums/en-US/sharepointcustomization/thread/596c6d2e-dbae-4541-9c5d-dad25c7d2e11#d863b9db-1a6a-413a-9598-5783d3b396fdDave Hunterhttp://social.msdn.microsoft.com/Profile/en-US/?user=Dave%20HunterRegarding SPLongOperation Object In SharePoint 2007Hi,<br/><br/>This calls an application page called LongRunningOperationProgress.aspx which uses the application.master.  You have two options to customise the application.master page<br/><br/>1. Modify the _layouts in a supported manner, please see <a href="http://support.microsoft.com/kb/944105">http://support.microsoft.com/kb/944105</a>.  It involves either backing up the _layouts and modifying the masterpage or creating a copy of the _layouts and changing the virtual directory to use the new folder (my preferred solution).<br/>2. Create a httpmodule which replaces the application.master with your custom one, please see <a href="http://graegert.com/?p=781">http://graegert.com/?p=781</a><br/><br/>I prefer the HttpModule, but I am a developer, if you don't have Visual Studio then use option 1.<br/><br/>Hope this helps<br/><br/>Dave<hr class="sig">My SharePoint Blog - <a href="http://www.davehunter.co.uk/blog">http://www.davehunter.co.uk/blog</a>Fri, 03 Jul 2009 13:53:24 Z2009-07-03T13:53:24Z