S
Sakharam Phapale
Hi All,
..NET application does not give correct result when I used following API
function .
{
Declare Function waveInGetNumDevs Lib "winmm.dll" () As Long
MsgBox(waveInGetNumDevs)
}
..NET gives it as 855400533......
VB6 gives it 1
VC++6 gives it 1
So why .NET is not giving correct one.
Thanks in advance
Sakharam Phapale
..NET application does not give correct result when I used following API
function .
{
Declare Function waveInGetNumDevs Lib "winmm.dll" () As Long
MsgBox(waveInGetNumDevs)
}
..NET gives it as 855400533......
VB6 gives it 1
VC++6 gives it 1
So why .NET is not giving correct one.
Thanks in advance
Sakharam Phapale