Question : DIM Mask = &H1a2b3c4d

// 32-bit mask value
Dim Mask As Long
Mask = &H1a2b3c4d


Hi gurus
Got this from api manual, I need to create my own number for mask but really don't know what is 32-bit mask value is...

Thank for sharing.

Answer : DIM Mask = &H1a2b3c4d

a mask value like &H1a2b3c4d  is just an hexadecimal representation of the number 439041101.
you can convert it bay using window calc.
Random Solutions  
 
programming4us programming4us