Public Declare Function AlphaBlend _
Lib "msimg32" _
(Byval hDcDest As Long, _
Byval intLeftDest As Integer, _
Byval intTopDest As Integer, _
Byval intWidthDest As Integer, _
Byval intHeightDest As Integer, _
Byval hDcSource As Long, _
Byval intLeftSource As Integer, _
Byval intTopSource As Integer, _
Byval intWidthSource As Integer, _
Byval intHeightSource As Integer, _
Byval lngBlendFunctionStruc As Long) _
As Long