J
JH
"Object reference not set to an instance of an object" is the error I got
whenever I run a code that has the following. It crashes when Itry to assign
Bob with the sysInfo1.OSPlatform
Dim SysInfo1 As SysInfoLib.SysInfo
Dim Bob As Short
......
Bob = SysInfo1.OSVersion
.....
whenever I run a code that has the following. It crashes when Itry to assign
Bob with the sysInfo1.OSPlatform
Dim SysInfo1 As SysInfoLib.SysInfo
Dim Bob As Short
......
Bob = SysInfo1.OSVersion
.....