topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 6:47 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Active Window capture includes shadow in Windows 10 w/ Aero Glass cap disabled  (Read 4294 times)

Sangatster

  • Supporting Member
  • Joined in 2016
  • **
  • Posts: 6
    • View Profile
    • Donate to Member
Note: Related post (closed, can't reply to it):  https://www.donation...ex.php?topic=42196.0

Recently I started seeing shadows when capturing an Active Window (like a dialog) in Windows 10.  See attached.
[ Invalid Attachment ]

An option was added to SSC years ago to get around this which I have disabled.  I see another option that I've never used and tried it but it didn't have an effect either.  See attached.
[ Invalid Attachment ]

I suppose this is due to the fact that Microsoft appears to be bent on breaking fundamental architectural standards (their Microsoft Dynamics CRM app randomly shows a system modal dialog that says "I'm doing something" then automatically closes, preventing anything from being done in any app and when it's done the original keyboard focus is not restored so you have to go click the active app again).  Okay, not going to rant, but  >:(

Not a show stopper, but I have to manually clean the dialog up by trimming the extra stuff off the edges.

I took a look at the message dialog box used in the first screen capture and here's what I'm seeing with respects to the parentage:

HWND [511EC]
PID [000003F0]
Title [Sample Windows 10 Dialog]
Class [#32770]

#32770's children:
    Child #1: HWnd=511D4 Class=Button Title=OK
    Child #2: HWnd=813F6 Class=Static Title=None
    Child #3: HWnd=611E8 Class=Static Title=Note the shadow is coming through although Arrow Glass Transparency option is disabled.

It's been a while since I snooped around in the OS, so... Using a window inspection tool I wrote years ago that does a system WindowFromPoint() call iirc, I think the OS has expanded the non-client region of the window for painting shadows.  The NCR used to just consist of the window's border area.

Anyway, I dug through all the SSC options again and can't find anything that can resolve this.



tomos

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 11,959
    • View Profile
    • Donate to Member
hi Sangatster,
just to let you know that the attachments didnt work for some reason
Tom

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Welcome Sangatster.

Waiting to see the screenshot attachments before replying.

Sangatster

  • Supporting Member
  • Joined in 2016
  • **
  • Posts: 6
    • View Profile
    • Donate to Member
Sorry for the terrible delay.  I didn't get a notification about this and haven't come back to check on it until today.

Okay, let me try the attachment again.

Aero_Captured.pngActive Window capture includes shadow in Windows 10 w/ Aero Glass cap disabled

Sangatster

  • Supporting Member
  • Joined in 2016
  • **
  • Posts: 6
    • View Profile
    • Donate to Member
Okay, looks like that worked.  Let me know...

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Uncheck the option to "Try to capture Aero Glass transparency effects" on the "Window Capturing 1" tab of preferences.