G
Gultekin Komanli
Hi All,
When I use "option strict on" the lines below are producing errors
("implicit conversion").
chkMove.Checked = RegKey.GetValue(C_RK_MOVEFILES, False)
txtUserName.Text = RegKey.GetValue(C_RK_USERNAME, "")
Is there any function like GetValueBoolean, GetValueString for reading
registry keys?
Or should I use CType for conversion ?
Cheers.
Gultekin.
--
When I use "option strict on" the lines below are producing errors
("implicit conversion").
chkMove.Checked = RegKey.GetValue(C_RK_MOVEFILES, False)
txtUserName.Text = RegKey.GetValue(C_RK_USERNAME, "")
Is there any function like GetValueBoolean, GetValueString for reading
registry keys?
Or should I use CType for conversion ?
Cheers.
Gultekin.
--