Jump to content

Function Send doesnt work


Recommended Posts

Hello Guys,

Have a small problem with the Send command.

On my first computer, the script works perfectly.

Now I wanted to use the script on my Acer laptop (Vista Home).

In Windows they recognizes the command Send but not in a 3D application.

I got the idea to use the ControlSend command and this did not work too. However I pressed a key on the keyboard in the 3D application the Controlsend command worked. For me is that a mystery. Is the Problem the notebook? Could it be possible that it is up to Vista? Had anybody the experience?

As I said on my maincomputer works it without problems.

For replies, I would look forward to.

Thanks in advance.

Link to comment
Share on other sites

Try to look at the documentation of #RequireAdmin. It will link you to a document about UAC (security for Vista). If it's a problem of compability, try to run/compile the script in x86 or run the program using compatibility mode.

If it's none of above case, then it's the 3D itself has a protection. When is the last time you use it on your old pc?

Link to comment
Share on other sites

thanks for info

The 3D application have no protection. It works fine on my maincomputer. today also... but not on my notebook from Acer. I tryed to compile it. Also with Admin rights and #requireAdmin. Still dont work =(

Link to comment
Share on other sites

can you post the line about ControlSend you are using?

Did you try to disable UAC?

Did you try to run the program using compatibility mode?

In "Compile with Options", in Ressource Update, set to Require administrator.

send("Test")
controlsend("Handle","","","Text")

I turned the UAC off and tryed also in compatibility mode.

still dont work ;)

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...