Are there any out there besides me?...
lol
Anyways, I'm wondering what the values are in C# as is &H to VB and 0x to C++.
Thanks
Quote from: Arthas on January 24, 2004, 01:58 AM
Are there any out there besides me?...
lol
Anyways, I'm wondering what the values are in C# as is &H to VB and 0x to C++.
Thanks
It's already HEX I think.
0x25 = &H25
0x1E = &H1E
Feanor wrote a bot in C#. (EMC)
o.ov is correct.
BnetDocs has constants all ready to go, im not sure about c#, but it shouldnt be hard to convert..
me