translating from old VB6 to c#
hi all,
I have a program written in VB6 that I'm now re-writing in c#.
in the program theres a line as such:
c = c Or &H80000000
the variable "c" is the type Long
what exactly does this line means? and how do I write it in c#?
Thanks