bigred 0 Posted September 16, 2004 Private Sub Setup1_Click() Dim sHandle As String aix.Opt "WinTitleMatchMode", 4 sHandle = aix.WinGetHandle("TRON 2.0") aix.ControlMove sHandle, "", "Edit4", 26, 416, 455 aix.ControlMove sHandle, "", "Button9", 551, 416, 60, 20 aix.ControlShow sHandle, "", "Button10" aix.ControlEnable sHandle, "", "Button10" aix.ControlSetText sHandle, "", "Button10", "Send" aix.ControlMove sHandle, "", "Button10", 486, 416, 60, 20 End Sub What am I doing wrong here? Share this post Link to post Share on other sites
bigred 0 Posted September 16, 2004 Nevermind, I figuered it out. Can we not delete thread starting posts? Share this post Link to post Share on other sites