kaoru Posted November 18, 2020 Share Posted November 18, 2020 Hello, im Using the AutoIt Library for C# and i cant send a ControlSend to login automatically to Steam. Can anyone help me? ps(im new) Process process = Process.Start(@"C:\Program Files (x86)\Steam\steam.exe"); processes.Add(process); Thread.Sleep(2000); AutoItX.ControlSend(process.MainWindowHandle , process.Handle , "BLABLABLA"); Thread.Sleep(500); Link to comment Share on other sites More sharing options...
Developers Jos Posted November 18, 2020 Developers Share Posted November 18, 2020 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 kaoru 1 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. Link to comment Share on other sites More sharing options...
kaoru Posted November 18, 2020 Author Share Posted November 18, 2020 Hello, im Using the AutoIt Library for C# and i need to get a the control handle of a process. Can anyone help me please? AutoItX.ControlSend(process.MainWindowHandle, process.Handle, "Text to insert"); Link to comment Share on other sites More sharing options...
Developers Jos Posted November 18, 2020 Developers Share Posted November 18, 2020 (edited) @kaoru, I see you did not read those rules, to which I linked, very carefully - you missed the part that says: " Do not repost the same question if the previous thread has been locked - particularly if you merely reword the question to get around one of the prohibitions listed above " Do NOT start another thread on this - our patience has limits. Jos PS: I have no idea why you would be confused as you clearly open steam.exe. PM me when you think this isn't a correct interpretation, but please don't bother when it is a bs story! Edited November 18, 2020 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. Link to comment Share on other sites More sharing options...
Recommended Posts