Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Moving a toolbar in a Win32 Application using CreateWindowEx and CreateToolBarEx

72 views
Skip to first unread message

epanda

unread,
Dec 21, 2009, 3:14:52 AM12/21/09
to
Hi,


I have modified source code of Gvim existing application in order to
have larger icons.

It is possible to add several icons dynamically but the toolbar don't
manage those which are X positionned over the width application.


I would like to enable the toolbar to slide versus my x position
cursor.

The fact is that I have an handle return by a first CreateWindowEx
within is building the toolbar by CreateToolBarEx.


I have already tried MoveWindow but it moves all the window of my
application. I would like to move only the toolbar.
I have tried to create a second handle and link createtoolbarex to
this new handle but it does not work.

Can you help me ?
Thanks

0 new messages