Software Archive
Read-only legacy content
17060 Discussions

macro about Treview and Tabconrol

Intel_C_Intel
Employee
215 Views
Hi Steve ?
I am a GUI Programmer, using CVF and OpenGL.
Your assistance is very helpful to me.
Until now, CVF dose not fully support that Tree View and Tab Control functions such as TreeView_Insert Item, TabCtrl_Insert Item etc.
Please tell me, how many days later above functions are supported ?
Thanks..
0 Kudos
1 Reply
Steven_L_Intel1
Employee
215 Views
Those are macros, not functions. While we could come up with a library of functions that perform these operations, we've not chosen to do so as it's a rather large effort. You can just use SendMessage to send the appropriate TVM_xxxxx message explicitly.

Steve
0 Kudos
Reply