Hi guys, I use VB.Net and I need to convert this VB 6 code to VB.Net.
The only problem I have is this linevb Code:
Type WAVEINCAPS wMid As Integer wPid As Integer vDriverVersion As Long szPname As String * 32 dwFormats As Long wChannels As Integer End Type
Is this some sort of indication of a size?vb Code:
szPname As String * 32
Thanks in advance!




Reply With Quote