RE: [REQUEST] Activity statistics
@SpunkyLoveMuff:
Perhaps you can use some Word API/ActiveX function to draw a graph and use an ImageElement to display it..
EDIT::
For the graph: what about having a window with MANY StaticControls with a single "." in them, creating a line (eg <Control Id="Graph_999*999"> ..... for a line at (999,999) ). One can then use PlusWnd::setControlText("Graph_999*999","."); to fill in the line...
This post was edited on 07-22-2008 at 07:28 PM by SmokingCookie.
|