V
vbmark
m is a "Microsoft.WindowsCE.Forms.Message"
I need to make a select statment like this:
Select Case m.WParam
but the error I get is:
'Select expression can not be of type 'System.IntPtr'
I try to convert it to a different type but keep getting error messages
that it can't be converted to type whatever.
Can this be done? How?
Thanks.
I need to make a select statment like this:
Select Case m.WParam
but the error I get is:
'Select expression can not be of type 'System.IntPtr'
I try to convert it to a different type but keep getting error messages
that it can't be converted to type whatever.
Can this be done? How?
Thanks.