G
Glenn Wilson
Hi,
I am using MSDN examples to help write a component using
VB.NET. The sample code is written in C# which, on the
whole is not giving me too difficulties when translating
to VB. However, there are a couple of code snippets I
don't quite know how to translate into VB. These are:
static private IntPtr NullPtr = ((IntPtr)((int)(0)));
and any instances where integer (int) values are initiated
with values such as 0x00000100, 0x00000200 etc or 0x1, 0x4.
Could anyone tell me what the VB equivalent is?
Thanks
Glenn
I am using MSDN examples to help write a component using
VB.NET. The sample code is written in C# which, on the
whole is not giving me too difficulties when translating
to VB. However, there are a couple of code snippets I
don't quite know how to translate into VB. These are:
static private IntPtr NullPtr = ((IntPtr)((int)(0)));
and any instances where integer (int) values are initiated
with values such as 0x00000100, 0x00000200 etc or 0x1, 0x4.
Could anyone tell me what the VB equivalent is?
Thanks
Glenn