Hi thanks for your supports I coded as following
<DllImport("win mm.dll")> _
Private Shared Function mciSendString(B yVal lpstrCommand As String, ByVal lpstrReturnStri ng As String, ByVal uReturnLength As Integer, ByVal hwndCallback As Integer) As Integer
and its Done!!!!!!!!!!! !!!!!!!!!!!!!1...
User Profile
Collapse
-
-
Equvalent Code in VB.Net
Hi All
I have a situation where I need the code the below lines in VB.Net ....Please help me out as soon as possible
[DllImport("winm m.dll", EntryPoint = "mciSendStringA ", CharSet = CharSet.Ansi, SetLastError = true, ExactSpelling = true)]
private static extern int mciSendString(s tring lpstrCommand, string lpstrReturnStri ng, int uReturnLength, int hwndCallback);
...
No activity results to display
Show More
Leave a comment: