Artur Tyksinski

By artur-tyksinski on Nov 01, 2023

About this site
Artur Tyksinski's Sysadmin Blog is simply a collection of thoughts, procedures, and how-to's regarding system administration and information technology. This blog is operated by Artur Tyksinski.

Sysadmin Blog is simply a collection of thoughts, procedures, and how-to's regarding system administration and information technology. This blog is operated by Artur Tyksinski. You may subscribe if you so choose, you don't get anything extra outside of an email newsletter when new content is available.

On a rare occasion, I may post content that does not relate to technology. I have not done so as of May 11th, 2022 but that does not mean I won't in the future. Content not related to technology will be categorized accordingly.

Artur Tyksinski
I've had a passion for computers and technology since an early age and have worked in the IT field professionally since 2012.

Declare Function GetClassLong Lib "user32" Alias "GetClassLongA" (ByVal hWnd As Long, ByVal nIndex As Long) As Long
Const GCL_STYLE = -26&
Const CS_CLASSDC = &H40
Const CS_OWNDC = &H20

If (GetClassLong(childHwnd, GCL_STYLE) And (CS_CLASSDC Or CS_OWNDC)) = 0 Then ' can use WS_EX_LAYERED

Comments

Sign in to comment.
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.