ROGERDODGE
IS-IT--Management
Hi
I am developing an application in C# .NET which needs to create a bitmap image of a Windows Form, save it to disk and then do some OCR recognition on parts of that screen shot. This is fine and I can do it.
If the window is obscured by another one, then my screen shot may be invalid for the OCR recognition process.
I need to find a way therefore, to determine if some of the window is obscured by another.
I know the Window Handle (IntPtr), its location on the desktop (x,y) and the window size (as RECT)
Any help or inspiration would be gratefully received.
regards
RogerDodge
I am developing an application in C# .NET which needs to create a bitmap image of a Windows Form, save it to disk and then do some OCR recognition on parts of that screen shot. This is fine and I can do it.
If the window is obscured by another one, then my screen shot may be invalid for the OCR recognition process.
I need to find a way therefore, to determine if some of the window is obscured by another.
I know the Window Handle (IntPtr), its location on the desktop (x,y) and the window size (as RECT)
Any help or inspiration would be gratefully received.
regards
RogerDodge