I'm doing a program that generate some values(numbers), and I want to plot those numbers. I'm trying to find a tutorial on: How to draw in MFC?
Thanks
This is a discussion on Drawing Help within the Windows Programming forums, part of the Platform Specific Boards category; I'm doing a program that generate some values(numbers), and I want to plot those numbers. I'm trying to find a ...
I'm doing a program that generate some values(numbers), and I want to plot those numbers. I'm trying to find a tutorial on: How to draw in MFC?
Thanks
Take a look in the MFC class library Samples Index
http://msdn.microsoft.com/library/de...ples_index.asp
if you want to self-learn, try reading some MSDN articles @ msdn.microsoft.com , and experiment with different GDI functions, such as Line, BitBlt, PlgBlt....
Oskilian