Jump to content

Problem with send in vb.net


mbelgrano
 Share

Recommended Posts

I have a problem when using  a send string

        Dim x_file1, x_nomefile As String
        x_nomefile = Mid(TextBox1.Text, 1, Len(TextBox1.Text) - 4)   
       x_file1 = x_nomefile & ".mp4{ENTER}"
       AutoitCommand.Send(x_file1)

it not type .mp4{ENTER}

      x_nomefile = "01.D. NOM - Going Deeper #1.mp4{ENTER}"
Seem than problem is # in sendkey
possible that send have same limitation?

 
x_nomefile

Edited by mbelgrano
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...