F
Frederik Jensen
Thx. guys but still I experience the ArgumentException, also when I
try
Dim value() As String = New String() {"192.168.10.29"}
Dim value() As Object = New String() {"192.168.10.29"}
I conclude (for now) that I cannot pass a string array to
OpenNETCF.Win32.RegistryKey.SetValue(valueName, value).
Frederik Jensen, Judex
try
Dim value() As String = New String() {"192.168.10.29"}
Dim value() As Object = New String() {"192.168.10.29"}
I conclude (for now) that I cannot pass a string array to
OpenNETCF.Win32.RegistryKey.SetValue(valueName, value).
Frederik Jensen, Judex