Link to home
Start Free TrialLog in
Avatar of MAnkeer
MAnkeer

asked on

I want to solve this problem

Hi Everybody.


I want to create a transpaerent window in windows CE, since there's no flag that allow me to create such a window, I need to create a floating window, then I need to capture the window under this floating window, and then I need to draw the captured area over the floating window.

I create the floating window, and I catch the mouse messages, when I release the left mouse button I want to draw the area under the floating window in the client area of the floating window.

but this doesn't happened,

So please can anyone help me in this problem?

Avatar of AlexFM
AlexFM

I remember that you want to get screen rectangle under the window. Maybe you can hide the window and then get screenshot in it's rectangle?
I suggested you to use transparent window but I didn't know that it doesn't work in your environment. Try global mouse hook with drawing directly on screen DC using DrawFocusRectangle.
Avatar of MAnkeer

ASKER

Dear All.

I want to inform you that also I need the data of the captured area I need to store the data in a bitmap file.

Thank you.
ASKER CERTIFIED SOLUTION
Avatar of AlexFM
AlexFM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial