Jump to content

How do I use the function of the Control Command to C #, which can be used with Autoit? - (Locked)


Recommended Posts

Posted

Hello,

Dear forum members, I researched the subject on the Internet, but could not reach a result.

There is a function I made using Autoit, thanks to this function I can send a command to a different program. 

My Very Simple Autoit Function : 

Func gonder($komut)
    $titleforgmauto = "Any Game Server Program Title"
    ControlCommand($titleforgmauto, "", "Edit1", "EditPaste", $komut)
    Sleep(10)
    ControlSend($titleforgmauto, "", "Edit1", "{ENTER}{ENTER}")
EndFunc

Now I'm trying to do the same function in C # scripting language, but I can't come to a conclusion and my research continues.

I don't know, maybe I shouldn't have brought this subject up here, but I wanted to write it because I couldn't find a solution.

Does anyone have information about the subject? 

  • Developers
Posted (edited)
Quote

Any Game Server Program Title

Welcome to the AutoIt forum.

Unfortunately you appear to have missed the Forum rules on your way in. Please read them now - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked.

See you soon with a legitimate question I hope.

The Moderation team

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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