I don't have a solution yet so let's try to elaborate more.
I have a form to magnify desktop on real time, with WS_EX_LAYERED extended style. Then I call SetLayeredWindowAttributes to set the...
I have a form to magnify screen while the user moves the cursor. This code works well on xp but it flickers non-stop on vista. It seems that getdc(null) behaves in a different way on this OS and...
How can I prevent a form from loosing the foreground ?
I haven't been able to get it to work with any of this functions
SetForegroundWindow, BringWindowToTop, SetActiveWindow
I'm working on a hobby project for my cellular phone. It's a Siemens CF75.
I'm trying to open a text file but seems this phone doesn't support the JSR 75 api
Coud you post some midlet...
I want two forms to be always on top of any window.Besides, form1 must be on top of form2. I haven't been able to get this last thing to work with SetWindowPos. Some help please?
If I draw on a transparent form with an alpha value set to a low opacity, say 5%, it becomes transparent . How can i draw opaque lines on transparent windows ?
Thanks
Hello,
I'm trying to measure width and height of control below pointer mouse.
I want the current border to be highlighted in red. How could i achieve this apart of painting a rectangle over screen ?
Hi
I want to draw a rectangle border around the window returned by windowfrompoint. I use GetWindowRect in that handle and then draw a red rectangle onto getdc(0). Can you tell me how to erase the...
Sorry for my english
I got two semi-transparent forms, one on top of the other, and want to see through the top form whats drawn onto the other form; but i just can see desktop and nothing drawn on...
Hi
I have two transparent windows with WS_EX_LAYERED and 40% alpha.
I'd like to see what is painted on one of the forms through the other on top, but this second form only displays what's below the...