InkyBoard is a simple application that mimics a whiteboard. To install InkyBoard, just extract the InkyBoard folder. To remove InkyBoard, just delete the folder. To run InkyBoard, just open the InkyBoard application. The following menus are available: File>New : Clears the contents of the board. File>Open: Allows opening a saved file. Files are saved in .ISF format. File>Save: Saves the current file. File>Save As: Saves the current file to a new file. File>Save to One Note: Saves the current file to a section in OneNote. OneNote must be installed for this to operate properly. File>Print: Prints the current file. File>Print Preview: Previews the file before printing. File>Page Setup: Allows setting page margins and orientation. File>Exit: Exits the application. New, Open and Exit all prompt to save an unsaved file. Edit>Cut, Copy, Paste and Delete: the normal edit operations. Edit>Clear Page: clears the ink from the current page. Edit>Delete Page: deletes the current page from the file. Edit>Options: allows setting options for startup operation and for what to do when the background of a saved file doesn't match the current background. View>Background>None: Removes the background image. View>Background>From File: Allows selection of a background image to be displayed. View>Background>Size Mode: Sets the display mode for the background. Normal is upper right corner. Center centers the image and Stretch fills the window with the image. View>Background>Color: Allows selection of the background color. View>Transparency: Allows setting the window transparency to 90%, 75%, 50%, 25% or 0%. The setting gets reflected on the slider on the toolbar. The slider can be used to set an arbitrary transparency between 90% and 0%. View>Toolbar: Show or hides the toolbar. Help>About: Shows the about box. InkyBoard was written as a learning exercise to learn C#, .NET and Tablet PC programming for my personal use. It is provided "AS-IS" with no warranty expressed or implied. Permission is granted to redistribute this application, provided it is unmodified and includes this ReadMe file. InkToolBar.DLL is provided by the Leszynski Group (http://www.leszynski.com/). All other software is Copyright (c) 2004, Charles F. Cassidy. Release Notes: V1.0.0 15-MAR-2004 Initial Release V1.0.1 16-MAR-2004 Fixed bug where close box didn't offer to save dirty file. Made whiteboard multipaged Added additional exception handling Fixed bug in Page Setup to trap if no printer is assigned V1.1.0 18-MAR-2004 Added background image Added multipage printing and saving Added current filename to titlebar of window Fixed Icon and About dialog V1.2.0 01-APR-2004 Added popup edit context menu Changed buttons for page increment / decrement to allow easier targeting on tablet Fixed bug in toolbar that items overlapped when window was too small Added configuration saving, including options, file, background, and window position Added background color selection Removed AutoSize from background size mode menu Added options dialog box Added option to open last file saved Added saving of background file name with .XML and automatically opening background when .XML file is opened V1.3.0 12-MAY-2004 Added support for scratchout gesture Added support for erasure end of pen Added Save to OneNote function Added startup option to Options dialog