Transparent panel and ITeeEditor notifications
Posted: Mon Apr 02, 2007 8:57 pm
Visual C++ here...
I am using ITChart::Draw() to draw the chart on my own DC.
Is there a way to make the panel background transparent? I don't want TChart to draw anything at all (well... for the panel), I want whatever is already on the DC to show through.
Also, is there a way to get editor notifications of user changes after you have called ITChart::ShowEditor() and the editor is up? I would like to repaint my window when the user changes something in the editor, but I don't know if this is possible.
I am using ITChart::Draw() to draw the chart on my own DC.
Is there a way to make the panel background transparent? I don't want TChart to draw anything at all (well... for the panel), I want whatever is already on the DC to show through.
Also, is there a way to get editor notifications of user changes after you have called ITChart::ShowEditor() and the editor is up? I would like to repaint my window when the user changes something in the editor, but I don't know if this is possible.