Intersoft WebDesktop Documentation
Obtaining Desktop Structure at Client Side
See Also Send Feedback
Intersoft WebDesktop > WebDesktopManager > Tutorials > Obtaining Desktop Structure at Client Side

Glossary Item Box

Objectives

This tutorial provides you a step-by-step guidance to obtain desktop structure at client side.

  1. Drag WebDesktopManager control to the WebForm. Named the control as WebDesktopManager1.
  2. Add some WebDesktopWindow, WebDesktopShortcut to WebDesktopManager1. In this example: one WebDekstopWindow and two WebDesktopShortcut are added to WebDesktopManager1.



  3. In Properties window, add a handler for OnInitialize client side events.



  4. To obtain the WebDesktopManager structure, you can use SaveDesktopStateToXml function. You can put this command in WebDesktopManager1_OnIntialize client side function that is just created.



  5. Compile and run the application.

See Also

Related Articles
{Creating Simple Desktop}

© 2012 Intersoft Solutions Corp. All Rights Reserved.