IanN1990 Posted April 13, 2012 Posted April 13, 2012 (edited) Heya, After yesterdays sucess on finsihing a project that was plaguing me for months i thought i would try my luck at the only other plaging project i was working on I am after having two windows task-bars, One for the left screen and one for the rightscreen. Now i thought it would be extremely complicated somehow programing in two-taskbars so i figured i would just move the one dependin which screen the mouse is on "as the taskbar is hidden until hovered"Code i have atm "Pesudo version"Get Mouse posIf Pos > 1920Clickdrag from Left-screen to rightscreenelse Pos <0Clickdrag from rightscreen to leftscreenendif.Now for the most parts it kinda works. If the taskbar is ontop "and not a application", it gets moved but if you move the mouse sometimes click drag fails.I Looked on the forums for ways to "disable" the mouse during the move while keeping the drag working and nothing really worked well.Now i agree the idea i had in mind is very basic, and i was wondering if there is a more proffesional way of moving it ?After weeks of forum searching i have come up with these useful stuffCalling SHAppBarMessage using ABM_SETPOSI think i have all the peices of the puzzle but just not sure how to put it all togeather for the finished project Edited May 11, 2012 by IanN1990
IanN1990 Posted April 17, 2012 Author Posted April 17, 2012 (edited) Is my Current Soluation Edited May 11, 2012 by IanN1990
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now