C
Claudio
How to assing hexadecimal vakues to variables? In VB I use this :
Const Generic_write As Integer = &H40000000. I would like to know how it
would be in C#.
Const Generic_write As Integer = &H40000000. I would like to know how it
would be in C#.