hi there,

Shifting bits - is it possible on VB ?
cause i execut the API GetLogicalDrivers that return value is a bitmask representing the currently available disk drives. Bit position 0 (the least-significant bit) is drive A, bit position 1 is drive B, bit position 2 is drive C, and so on.

i want to know which 1 of the bits is "on" and which 1 is "off" , and the only way i know is by shifting bits.

my questions are :
1. is it possible shifting bits on VB
2. if not , how can i get all the logical drivers.

thanks ,
lirlir