Jump to content

DrDialog Control

From EDM2
Revision as of 17:21, 15 November 2019 by Ak120 (talk | contribs)

DrDialog Control is an extension DLL intended for use with the DrDialog. It provides a few new dialog functions including a progress bar and also flyover help which is missing in the base package. DrDialog Control allows to freely set colours, fonts and labels of the dialogs, and the fly over help you can set the initial display delay and overall display time as well.

Features

  • An incremental percentage bar (DRD_PERCENTBAR) - Allows you to show the progress of a task
  • A fly-over help control (DRD_BUBBLEHELP)
  • An image control (DRD_IMAGE) which displays any image file supported by OS/2.
  • A directory picker
  • Image histogram control showing the histogram of an image
  • Some new functions are included to set the parent-child relationship between dialogs.

Versions

  • 0.1.2
  • 0.1.5 - released as a full package, complete with sources
  • 0.1.6 - bug fix
  • 0.1.7 - only released as bug fixed DLL without sources, but there were no feature changes (apart from a few undocumented features) so you can just swap the DRCTL017.DLL.

Articles

Functions

Undocumented API calls
  • DRCtrlQueryPrinterInfo
  • DRCtrlQueryImageInfo
  • DRCtrlConvertImage
  • DRCtrlQuerySysValue
  • DRCtrlQueryFreemem
  • DRCtrlSleep

Licence