I am using a transparent window to make a custom shape/design for my application. One of the issues I've come across is implementing resizing functionality that you get with the normal window. Specifically, a window is anchored by the left and top properties, so changing the window size will be shown on the right/bottom sides of the window. Obviously that is not what you want to happen if you're dragging the resize handle on the left side, you want the left side to move and have the right side be anchored. I've tried getting around this by adjusting the window's width and left properties together in the DragDelta event, but that results in a jittery effect since the event is not captured for each individual pixel the mouse moves.
Has anyone else come up with a good way to resize a custom-shaped application, or know of a way to anchor the window from the right/bottom to get around the jittering effect

Custom Window Resize with Transparency
Gravy
Keith Hill
Hi did you find a solution
Thx a lot