--- In [email protected], "p.renfrew" <p.renf...@...> wrote: > > --- In [email protected], "brucexs" <bswitzer@> wrote: > > > > > > > > Rainlendar adds this: > > > > > > > > case WM_WINDOWPOSCHANGING: { > > > > ... > > > > LPWINDOWPOS wp=(LPWINDOWPOS)lParam; > > > > wp->flags|=SWP_NOZORDER; > > > > ... > > > > } > > > > I uploaded a new exe with the setwindowpos after mouse up after a drag move > > and also with the above suggestion with windowposchanging. > > > > I figured out how to tie into the WndProc of the ppro bar in the plugin and > handle the WINDOWPOSCHANGING case. The only trouble I had was when I > Apply/Ok in Config the Bar would be recreated with a new HWND. I couldn't > find a trigger event to use to remove the hook from the old HWND and apply it > to the new one.
Reconfigure command list will be executed after reconfigure. > > Would you consider building BottomMost in to ppro as a per bar toggle like > the TopMost toggle or should it say in a plugin/external exec? I hope to try > it all out on another Win7 machine soon and track down the mystery desktop > areas. Not for now -- too much grunge work to create new data structures, change the ini text interface, update the help, etc.
