Hello,everybody:
I had some troubles when I was writing some codes about the "SysTreeView32" common control.
I wanted to use colors I defined, but how could I return the value?
In the MFC code of "GHCutomDraw", the WM_NOTIFY use *pResult = CDRF_NOTIFYITEMDRAW, it worked very well.
But when I used windows sdk , I return the CDRF_NOTIFYITEMDRAW, the WM_NOTIFY didn't work.
My english is very pool. You may view the MFC code and the sdk code.
What I wanted to do was:
MFC code ---> sdk code
Thank you !
I had some troubles when I was writing some codes about the "SysTreeView32" common control.
I wanted to use colors I defined, but how could I return the value?
In the MFC code of "GHCutomDraw", the WM_NOTIFY use *pResult = CDRF_NOTIFYITEMDRAW, it worked very well.
But when I used windows sdk , I return the CDRF_NOTIFYITEMDRAW, the WM_NOTIFY didn't work.
My english is very pool. You may view the MFC code and the sdk code.
What I wanted to do was:
MFC code ---> sdk code
Thank you !
This is MFC sample
This is SDK sample
Hello, I just want to use the method in the MFC program to draw the tree ctrl text in the sdk program.
Thanks !
Thanks !