2 grippers on toolbars

Started by
1 comment, last by MENTAL 23 years, 11 months ago
In VC++ and MFC (yes, I finally gave into to microsoft and am trying out MFC), is there a way to get 2 gripper bars instead of one. Many applications use this (including VC++), and was wondering if there was any way of implementing it. Is there some elusive CBRS_DOUBLE_GRIPPER parameter or something similar. Any help appreciated. MENTAL
Advertisement
anyone?
Try this function:

ApplyGrippers( 2_HANDLED_ONES );
UpdateWindow( hWnd );



-HoundEYE

This topic is closed to new replies.

Advertisement