Disable tab control
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi alll, I want to disable a particular tab of my property page...:doh: how can i do this????:doh: anybody plss help me..:)
Dream bigger... Do bigger...Expect smaller aji
try the following way subclass the tabctrl in the property page. overide the WM_LBUTTONDOWN message. Inside that call CTabCtrl::HitTest() to find the item. If the item is the one that u dont want to act as disabled, simply return the function with out calling the CTabCtrl::OnLButtonDown(..)
nave
-
Hi alll, I want to disable a particular tab of my property page...:doh: how can i do this????:doh: anybody plss help me..:)
Dream bigger... Do bigger...Expect smaller aji
see me wrote:
disable a particular tab of my property page
Do your Duty and Don't expect the Result