Good time please help to set the flag parameter = 1 by default equal to 0 I don’t know how to write this in the code?
here is my code:
var handle = AutoItX.WinGetHandle("NoxPlayer"); AutoItX.WinActivate(handle); var button1 = AutoItX.ControlGetHandle(handle, "[CLASS:subWin; INSTANCE:1]"); AutoItX.ControlClick(handle, button1); AutoItX.MouseClick("LEFT", 851, 517); AutoItX.Send ("My contact here"); 