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