Design Specifications and Guidelines - Integrating with the System

Supporting Network Computing

Windows provides an environment that allows users to communicate and share information across the network. When designing your software, consider the special needs that working in such an environment requires.

Conceptually, the network is an expansion of the user's local space. The interface for accessing objects from the network should not differ significantly from or be more complex than the user's desktop.

When you design for network access, support standard conventions and interfaces, including the following:

  • Use universal naming convention (UNC) paths to refer to objects stored in the file system. This convention provides transparent access to objects on the network.
  • Use system-supported user identification that allows you to determine access without including your own password interface.
  • Adjust window sizes and positions based on the local screen properties of the user.
  • Avoid assuming the presence of a local hard disk. It is possible that some of your users work with diskless workstations.

Fundamentals of Designing User Interaction

Windows Interface Components

Design Specifications and Guidelines

Appendixes and References