Looking for some code/project examples on how to draw a pulse waveform with certain width/frequency in a MFC control. Which control would be the best to use for this purpose?. I am very new to this. Have already done some online search and definitely can use some expert ideas. I am lost.
CStatic
which resist being updated dynamically. I'd probably go for a custom class derived fromCWnd
. – Mark Ransom