Advertisement

2 grippers on toolbars

Started by May 14, 2000 09:54 AM
1 comment, last by MENTAL 24 years, 7 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
anyone?
Advertisement
Try this function:

ApplyGrippers( 2_HANDLED_ONES );
UpdateWindow( hWnd );



-HoundEYE

This topic is closed to new replies.

Advertisement