Hi, James
Thank you for your time.
Actually there are of different memory location. But if I use MFC CEdit instead,
the handle of focus window will be m_mfcEdit.m_hWnd when I press a key.
Attached file is a simple program on this test.(Run without breakpoint set and
look at the output window of VC2005)
I also have another question would you please give me a help.
How do I programmly set axis of CNiGraph to a integer number axis or to a floating number axis ?
(Because I need to change display between a integer serial numbers and a floating point serial numbers. The X-axis ticks always display floating number. Would you please provide a example to demo the usage of
XAxis.Discrete
XAxis.DiscreteInterval
XAxis.DiscreteBase
XAxis.Ticks.MajorUnitsBase
XAxis.Ticks.MajorUnitsInterval
XAxis.Ticks.MajorDivisions
Many Thanks!