Hi,
As far as I can see, there is no way to add RBBS_NOGRIPPER or any of the
other ReBar styles to a rebar using the wizard-generated framework
(which uses the functions from CFramwWindowImplBase). I ended up
overriding CreateSimpleReBar() and AddSimpleReBarBandCtrl() (from
CFrameWindowImplBase in atlframe.h), copying everything from that header
file except adding a '| RBBS_NOGRIPPER' in the appropriate place. So I
was wondering if there could be an extra parameter to
CreateSimpleReBar() with flags that should be added to rbBand.fStyle. Or
maybe there's already a way to do this and I don't know about it?
Secondly, is there any chance this patch:
http://sourceforge.net/tracker/index.php?func=detail&aid=958003&group_id=109071&\
atid=652374
('Add function prototypes to atlcrack.h') will be applied? (full
disclosure: I was the one who submitted it). It has been there (on
sourceforge i mean) since right after WTL became open source, so it may
have been forgotten - I thought I'd bring it into the spotlight again ;)
cheers,
roel