NIM: New command-line options --hide and --show / new command-line help dialog
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 24 Aug 2007 14:26:11 +0000 (14:26 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 24 Aug 2007 14:26:11 +0000 (14:26 +0000)
commitab2c6216a162d34cd44e136d4e119f6607dcd397
treefa34a850d166af41c4c9a1abf6034f5bd201f974
parentfd9e358aea48a7d52cdc58b6283128e685d4ef18
NIM: New command-line options --hide and --show / new command-line help dialog

Add two command-line options to the Network Identity Manager application:

--hide : If there is already an instance of Network Identity Manager
         running in the user's session, this will cause the main
         window of that instance to be hidden.

--show : Unhides the main window of the running instance.

If no options are specified when starting netidmgr.exe while another
instance is running, the running instance will perform the default
action as configured in the user's preferences.  By default, this will
be to show the main window.

The message box that displayed the command-line options if an invalid
option is specified has been replaced with a dialog box that shows the
options in a more readable rich text control.  The contents of the
control are specified in ui/lang/<lang>/cmdline.rtf.

Do not edit cmdline.rtf with Microsoft Word.  The output of Word is
incompatible with the RichEdit20 component.

ticket: new
component: windows

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19854 dc483132-0cff-0310-8789-dd5450dbe970
src/windows/identity/ui/appglobal.h
src/windows/identity/ui/credfuncs.c
src/windows/identity/ui/lang/en_us/cmdline.rtf [new file with mode: 0644]
src/windows/identity/ui/lang/en_us/khapp.rc
src/windows/identity/ui/main.c
src/windows/identity/ui/mainwnd.c
src/windows/identity/ui/notifier.c
src/windows/identity/ui/notifier.h
src/windows/identity/ui/resource.h