R
Rob R. Ainscough
I've tried several online C# to VB.NET converters but none have produce
valid output.
C#
ckey.SetValue("Type", (int)ckey.GetValue("Type") | 0x100);
the converts show:
ckey.SetValue("Type", CType(ckey.GetValue("Type") | 0x100, Integer))
This not a correct conversion, can anyone give me the equivalent VB.NET code
for VS 2005?
thanks, Rob.
valid output.
C#
ckey.SetValue("Type", (int)ckey.GetValue("Type") | 0x100);
the converts show:
ckey.SetValue("Type", CType(ckey.GetValue("Type") | 0x100, Integer))
This not a correct conversion, can anyone give me the equivalent VB.NET code
for VS 2005?
thanks, Rob.