Intersoft WebDesktop Documentation
Creating Simple Desktop
See Also Send Feedback
Intersoft WebDesktop > WebDesktopManager > Tutorials > Creating Simple Desktop

Glossary Item Box

Objectives

Create a simple desktop with a window and define a shortcut icon that points to the window using WebDesktopManager Designer.

  1. Drag the WebDesktopManager component from the Toolbox and drop it onto the form. Remember to remove the DOCTYPE declaration and the html tag's xmlns attribute from the form before doing this.

    Drag WebDesktopManager from the Toolbox
  2. Click the Add Windows button in the upper-right corner. Then enter 'My About Page' for the new window's text and set the Content Mode to UseInlineContent. If you would like to use a stand-alone Web page for the window content, select UseIFrame for the Content Mode.

    Add Window
  3. A new window is created in the WebDesktopManager. Note that you can directly type the page content in the new window.

    A New Window
  4. Next, using the WebDesktop Designer we will create an icon shortcut that points to the 'My About Page' page.

  5. Right-click on the WebDesktopManager and select 'WebDesktopManager Designer...' from the menu. Click on the ShortcutIcons node which is the last node in the treeview and click the Add button to add a shortcut icon. Fill in the property grid fields according to the following screenshot and click OK.

    We set MyAboutPage for the WindowName because we have added a new window with that name in previous step. If you choose not to create a window for the page, you can specify the TargetURL instead. This will open a window with the TargetURL as its content.


    Configure ShortcutIcon

  6. Select the Windows node and MyAboutPage item from the listbox. Set the ClientVisible property to false to make the windows not visible the first time the desktop loads.

    ClientVisible property
  7. Run the page and then click the 'My About Page' shortcut icon.

    My About Page

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.