Jump to content

lawrence1981

Members
  • Posts

    8
  • Joined

  • Last visited

lawrence1981's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. "ShellExecute" also did not work for me. I could not understand your first sentence: "Google doesn't return a long list of hits. But it seems to be a problem with SilverLight."
  2. I have a single line script: Run("application.exe") When I run the script, application displays a welcome screen and then unhandled error occurred with the below message: An unhandled error occurred, the application will terminate. Details: Microsoft.Practices.Prism.Modularity.ModuleInitializeException: An exception occurred while initializing module 'InspectionModule'. - The exception message was: Activation error occured while trying to get instance of type InspectionModule, key "" However when I run the application manually, a welcome screen is displayed followed by login window. Any help?
  3. I need to verify the status of a checkbox. If it had not been checked, I need to check it. I have written the below code: if ControlCommand("", "", "[CLASS:WindowsForms10.window.b.app.0.3a9f0c_r16_ad1; INSTANCE:4]", "IsChecked", "") < 1 Then ControlClick("", "", "[CLASS:WindowsForms10.window.b.app.0.3a9f0c_r16_ad1; INSTANCE:4]") EndIf While running the script, "if" condition passes. But the checkbox is not selected (checked). How to make it to work?
  4. I need to remove a program from control panel. I searched through this site and found few suggestions to uninstall a software using registry key or silent uninstall or uninstall.exe I do not want to remove a program with above mentioned options. Is there any way to remove a program from control panel? Reference:
  5. Hello armoros, My program is in add/remove programs and I need to remove it.
  6. Do I have to provide any other information to get a reply? Please let me know.
  7. I need to remove a program from control panel. I searched through this site and found few suggestions to uninstall a software using registry key or silent uninstall or uninstall.exe I do not want to remove a program with above mentioned options. Is there any way to remove a program from control panel?
  8. Hi, I am new to AutoIt. I need to find the text in the button of a ribbon. Please find below the information collected from "Summary" tab of "Window Info" tool. >>>> Window <<<< Title: Application Configuration - METTLER TOLEDO Class: WindowsForms10.window.8.app.0.3a9f0c_r16_ad1 Position: 636, 220 Size: 648, 611 Style: 0x16CF0000 ExStyle: 0x00050100 Handle: 0x0002038A >>>> Control <<<< Class: WindowsForms10.window.8.app.0.3a9f0c_r16_ad1 Instance: 19 ClassnameNN: WindowsForms10.window.8.app.0.3a9f0c_r16_ad119 Name: ribbonControl Advanced (Class): [NAME:ribbonControl] ID: 131922 Text: Position: 0, 0 Size: 640, 150 ControlClick Coords: 144, 101 Style: 0x56000000 ExStyle: 0x00000000 Handle: 0x00020352 >>>> Mouse <<<< Position: 784, 321 Cursor ID: 0 Color: 0xE2E2E2 >>>> StatusBar <<<< >>>> ToolsBar <<<< >>>> Visible Text <<<< layoutControl1 172.29.125.148 sqlexpress domain sa 12 Test Connection localhost 5254 localhost layoutControl1 Monitoring Message Broker Device Controller Database Server Application Server Data Manager Save Reset >>>> Hidden Text <<<<
×
×
  • Create New...