4
Answers

how can I define a HEX value in c#?

bamboo3

bamboo3

20y
49.5k
1
I want to defind a hex value to a varible , for example: Const MOUSEEVENTF_LEFTDOWN = &H2; how can I get this done?
Answers (4)
0
Sam Hobbs
NA 28.7k 1.3m 14y
Start by reading the recommended articles listed at the right side of this window.