BBCode Link
[url=http://www.purearea.net/pb/showcase/show.php?id=544&d=1] [b]LED PeakControl v.1.02[/b][/url]
It is a static library. With it, you can place a LED peak-display control (gadget) on the GUI of your applications.
PeakControl_Create ( hParent.i , nX.i , nY.i , nWidth.i , nHeight.i , nCellWidth.i , nCellHeight.i , nCells.i )
Creating an object of peakcontrol.
If it succed, it returns the handle of the control (not windowshandle).
PeakControl_Free ( idPeakControl.i )
Release the object.
PeakControl_SetLevel ( idPeakControl.i , idBar.i , nLevel.i )
Changing the level of the given bar.
idBar (0-255)
nLevel (0-9)
PeakControl_GetLevel ( idPeakControl.i , idBar.i )
Returns the level of the given bar.
PeakControl_GetWindowHandle ( idPeakControl.i )
Returns the windows handle.
PeakControl_GetWidth ( idPeakControl.i )
Returns the width of the control.
PeakControl_GetHeight ( idPeakControl.i )
Returns the height of the control.
PeakControl_Move ( idPeakControl.i , nX.i , nY.i )
Set a new place for the control on the parent window.
|
|
[3.38 KB] (967 Downloads)
|