hello,
I need to draw periodically and fast a line pixel by pixel. I tried WM_TIMER, but I can't get fast updates. I tried calling Invalidate in the OnDraw() but I have update problems in the view, namely the menu bar and status bar. Can someone help me out with this.
Thanks in advance.