Jump to content

Recommended Posts

Posted

Aloha gang

I can't get autoitx to set my hta (html type page) on top by title

I've tried several formats but I'm new to vbscript

any suggestions?

Rick

Posted

What code did you try?

<TITLE>Save WebEmail Menu by Kirkham Ver 3</TITLE>

<script LANGUAGE="VBScript">

<!--

Set oAutoIt = CreateObject("AutoItX.Control")

Set oAutoIt3 = CreateObject("AutoItX3.Control")

localpath = oAutoIt.IniRead (".\rkcontrol.ini", "Paths", "localpath")

oAutoIt3.IniWrite localpath&"\modules\rkcontrol.ini", "textpath", "Run","Blank"

'savepath = oAutoIt.IniRead (localpath&"\modules\rkcontrol.ini", "textpath", "Command",TheForm.textpath.Value)

var=oAutoIt3.WinSetOnTop ( "Save WebEmail Menu by Kirkham Ver 3", "", 1)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...