D
Darryn Ross
Hi
Why can't i assign the following value to a integer constant?
private const int WM_KEYDOWN = &H100 ;
the error message i am getting is C:\Dev\Cls.cs(99): The name 'H100' does
not exist in the class or namespace 'MyDLL.MyClass'
Regards
Darryn
Why can't i assign the following value to a integer constant?
private const int WM_KEYDOWN = &H100 ;
the error message i am getting is C:\Dev\Cls.cs(99): The name 'H100' does
not exist in the class or namespace 'MyDLL.MyClass'
Regards
Darryn