User Profile

Collapse

Profile Sidebar

Collapse
visitphanikumar
visitphanikumar
Last Activity: Nov 12 '07, 04:36 PM
Joined: Sep 14 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • visitphanikumar
    replied to Equvalent Code in VB.Net
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • visitphanikumar
    replied to Equvalent Code in VB.Net
    in .NET
    hi
    its asking like "IDENTIFIER EXPECTED" for dll import line
    See more | Go to post

    Leave a comment:


  • visitphanikumar
    started a topic Equvalent Code in VB.Net
    in .NET

    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);


    ...
    See more | Go to post
No activity results to display
Show More
Working...