TBNRF_HIDEHELP and RBBS_USECHEVRON
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
[Click for User Profile] Li Zhaoming 8:10 20 Oct '02 Dear Buddies, I always wondering that: 1) If I want to hide the "help" button in "Customize Toolbar" dialogbox, I should response the TBN_INITCUSTOMIZE notification and return TBNRF_HIDEHELP. However, TBNRF_HIDEHELP is never defined when compiled. 2) If I want to display a "Chevron" in a Rebar control, I should create the Rebar control with RBBS_USECHEVRON style. Howerve, RBBS_USECHEVRON is never defined either. Anything wrong? Is that because the version of SDK? Has the newest version SDK defined these two constans? Thanks!