API calls and &H1, &H2, &H4, &H8, ..., &H10, ..., H40000, ....  
Author Message
Duckysan1





PostPosted: Top

Visual Basic >> API calls and &H1, &H2, &H4, &H8, ..., &H10, ..., H40000, .... Okay, I came into VB without *ever* learning about the hexadecimal notation.
What do the following mean and what decimal numbers do they translate to?

&H10 (is this equal to 16?)
&H400 (is this equal to 256?)

If they are, why do I use these in API calls in lieu of 16 and 256?

Thank you ever so much!
--
Joe

VBA Automation/VB/C++/Web and DB development

Visual Studio229