AYGShell Functions (Compact 7)

3/12/2014

This section describes the functions that control user interface elements for the Windows Embedded Compact standard shell.

To add this feature to your OS, see AYGShell Catalog Items and Sysgen Variables.

For more information, see Shell and UI.

In This Section

  • SHDoneButton
    Allows an application to dynamically show or hide the OK button based on its state.
  • SHFindMenuBar
    Retrieves a handle to a menu bar window that is created by using SHCreateMenuBar.
  • SHFullScreen
    Sets the application to display in full-screen mode, , which modifies the taskbar, the Input Panel button, or the Start menu icon so that the application's UI covers the complete screen.
  • SHGetAppKeyAssoc
    Determines whether a navigational control is mapped to an application.
  • SHGetAutoRunPath
    Searches for the first storage card and constructs the path that is used to look for an autorun file.
  • SHHandleWMActivate
    Restores a deactivated software-based input panel (SIP) window to its original state when the window is reactivated.
  • SHInitDialog
    Changes the size of a dialog box to accommodate a SIP.
  • SHInputDialog
    Maintains SIP display when an input dialog box has focus.
  • SHSetAppKeyWndAssoc
    Assigns a window to receive keystroke messages from a specific hardware button.
  • SHSipInfo
    Queries the shell for information about the SIP and input methods.

See Also

Reference

AYGShell Reference

Other Resources

Software-based Input Panel