Hi
I'm writing a monitoring system program displays a real time graph to a set of input values, when minimizing the graph window , the realtime graph is erased , and the form loading graph is still exist, how can i avoid erasing the graph while minimizing the graph window.
and how can i add a Hscrollbar to the graph window (panel window) when the graph reaches the max width of the graph panel?.
Loading
FroglegPosted May 14, 2011, 1:39 AM
It may be best to put a panel inside a panel and set first panel auto scrolling to true and draw on the second panel
As your graphics size increase - so does the second panel and when it grows bigger than the first panel -scroll bars will appear
Suthish NairPosted May 14, 2011, 1:20 PM
mahmoud saiedPosted May 14, 2011, 12:29 PM