I am trying to get the same dropshadow windows uses this one:
on a treeview control in my form.
On my researching i found out that one can use CS_DROPSHADOW
(link)
to create this shadow effect on forms.
Is it somehow possible to assign CS_DROPSHADOW
or something similar to controls as well?