alunlee
2007-07-24 03:26:04 UTC
In my view, there are many different graphs, and they may all change the
cursor. So I add some data members to by class(eg. CTable) for storing the
cursor handle, and call LoadCursor function. If the different graphs need the
same cursor, how can I do? All the cursors I used are provided by system.
Should I call DestroyCursor? In addition, is there need to call the
OnSetCursor in the base class view?
cursor. So I add some data members to by class(eg. CTable) for storing the
cursor handle, and call LoadCursor function. If the different graphs need the
same cursor, how can I do? All the cursors I used are provided by system.
Should I call DestroyCursor? In addition, is there need to call the
OnSetCursor in the base class view?