B
Brian Henry
How would i do this in VB.NET?
public const LVIF_IMAGE AS INT32 = 0x0002
that of course fails... but how do you get hex values like that assigned
into consts? thanks
public const LVIF_IMAGE AS INT32 = 0x0002
that of course fails... but how do you get hex values like that assigned
into consts? thanks