Hi
i have a property on a COM which returns int64:
var Milliseconds=Fo rm1.Player.Abso lutePosition;
however for somereason the typeof(Millisec onds) isn't number but unknown....
I can't make any use of this.
Does any one knows how can I transfer it to number?
10x
Guy.
i have a property on a COM which returns int64:
var Milliseconds=Fo rm1.Player.Abso lutePosition;
however for somereason the typeof(Millisec onds) isn't number but unknown....
I can't make any use of this.
Does any one knows how can I transfer it to number?
10x
Guy.
Comment