Originariamente inviato da MItaly
I tipi di dato di VB.NET non sono uguali a quelli di VB6...
codice:
VB6    ->    VB.NET
Byte         Byte (System.Byte) (1 byte)
Integer      Short (System.Int16) (2 byte)
Long         Integer (System.Int32) (4 byte)
n.d.         Long (System.Int64) (8 byte)
ah ... questo nn lo sapevo , grazie