Jump to content

Liv

Members
  • Posts

    4
  • Joined

  • Last visited

Liv's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Dear, Dear ... My scripts won't run anymore! Till two days ago I use the 2.6 version of AutoItX in my VBScripts: Set Ax = CreateObject("AutoItX.Control") Everything is cool. Then I read about the newer version, downloaded it, and registered it with RegSvr32. Set Ax = CreateObject("AutoItX3.Control") Everything is cool. But ... when I tried to run my VBScripts that use the "older" AutoItX control, they refuse to run ... I then tried to register the 2.6 AutoItX control again without success. Also, I did unregister the 3.0 AutoItX control ... and then tried to register the older one ... no success. Then I went into the registry, and deleted all instances of "autoit" ... and tried to register ... no success. When trying to install the 2.6 AutoItX control with regsvr32.ex I constantly get this error message: "I:\VB Scripting\AutoIt\autoitdll.dll was loaded, but the DllRegisterServer entry point was not found ... This file cannot be registered." Any clues ...?
  2. Thank you ... Thank you .... so much. Yes - it works. The syntax is: ret = ax.WinSetState ("MingDeMong","",ax.SW_Minimize) so.Popup ret so ... don't use @-character as suggested in the online tutorial ...
  3. In a VBScript I use the following: WinSetState("Untitled -", "", @SW_HIDE) When trying to run this script, WSH says "Compilation Error Microsoft VBScript - illegal chariacter. Error code 800A0408". So, @ is an illegal character ... How can I then Hide, Minimize, Maximize .... Any clues? THX in advance, Liv
×
×
  • Create New...