I need to make an app with no borders/title bar (got that covered) that has a window moving handle (the form background) that moves the window when you click and drag it. If this puzzles you think of Windows Media Player in Skinned Mode.
You have the keywords it should be a problem to search in the WEB. But I believe that the solution is so easy that you wouldn't find a specific sample.
But the code is identical. You need to overwrite the same windows function like in C#, its the same code to compare the parameters and its the same code to return.
What is your problem
Flame Thrower
Posted: Visual C++ Language, How to make a window moving handle (click and drag the handle to move the window)