How to draw on desktop while enabling interact with desktop
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Deal all, I want to draw to desktop. I found a solution where I can capture the desktop image into a form and drawing on this form. But this cannot let me interact with desktop like openning other application while drawing. I want my application acting like this: http://www.vector.co.jp/soft/winnt/art/se338387.html?ds[^] Sorry this is in Japanese, you can download the demo program by pressing the green button with "Go to the download page" on it. In this application, you can keep pressing the Shift key and drag the mouse to draw. If the Shift key is not pressed, you can still interact with the desktop. Can you suggest any solution? Thank you in advance.
Thanh