This is an old revision of the document!
Table of Contents
osFree Janus Version
Simple application which shows the standard About dialog from SHELL.DLL. The appearance of the dialog depends on the underlying implementation.
Features and Compatibility
- Priority to System Library (SHELL.DLL): Upon startup, the program attempts to load the
SHELL.DLLlibrary and call the standardShellAbout()function. This displays the exact same dialog window found in the original system, including all version-specific elements. - Fallback Mode: If
SHELL.DLLis unavailable or if the function call fails, the application does not terminate with an error. Instead, it displays its own built-in dialog window.
Download
You can download the source code and binaries from GitHub. Windows Version is released under the LGPL-2.1 license.






