I'm actually working on some application and i'd like my main window to be moveable on the screen but not outside the borders. Do somebody know how i can do this ?
This tip though only works if 'show window when dragging' is enabled! i found out what was wrong though , i was checking #WM_MOVE (catches event after move) instead of #WM_MOVING (catches event while moving, which is missing from PB) this next link shows how to check for both.