Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
VC++ 6.0 で折れ線グラフを描画する方法についてヒントを教えてください。
MFC では:
LineToおよび CDC からの MoveTo も参照してください。
そして CPaintDC を使用して、ここのように OnPaint イベントを描画します。