Resize window from left side
-
Hi , i want to trim(srink) and expand windows from the left side , to give the sliding window effect(as one can find in winodws media player where sliding windows open up from both side on button clicks) , but the problem is it can easily be done from the right side, by changing the width attribute of window gradually ,as width attribute always change width from right side. but how to do this from left side so any body have any clue. Unmanaged in a .NET world
-
Hi , i want to trim(srink) and expand windows from the left side , to give the sliding window effect(as one can find in winodws media player where sliding windows open up from both side on button clicks) , but the problem is it can easily be done from the right side, by changing the width attribute of window gradually ,as width attribute always change width from right side. but how to do this from left side so any body have any clue. Unmanaged in a .NET world
Use
SetWindowPos
: move the window to the left and increase his size simultaneously. UseSWP_NOCOPYBITS, SWP_NOREDRAW
flags, this causes, that the client area won't be moved with the left border of the window. Robert-Antonio "CRAY is the only computer, which runs an endless loop in just 4 hours"