Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Screen Print 32 autoit

Featured Replies

Im attempting to create an autoit script for Screen Print 32. This is what i have so far:

Run("setup.exe")
WinWaitActive("Install")
WinWaitActive("ScreenPrint32 v3.5 Setup", "Setup cannot install")
Send("{ENTER}")
WinWaitActive("ScreenPrint32 v3.5 Setup", "Click this button")
Send("{ENTER}")
WinWaitActive("ScreenPrint32 v3.5 - Choose Program Group")
Send("!c")
WinWaitActive("ScreenPrint32 v3.5 Setup", "was completed successfully")
Send("{ENTER}")

exe for Screen Print 32 can be found here:

http://www.download.com/Screen-Print-Captu...tml?tag=lst-0-1

So I compile the script and run it. It will run the correct exe file but then it doesnt do anything else. It wont continue with the script. Ive double checked all of my active window titles and they all seem to be correct.

Any ideas?

Thanks for your help


The text you have for the dialogs was wrong, even though the text is there AutoIt cannot see it.

Run("setup.exe")
WinWaitActive("ScreenPrint32 v3.5 Setup", "E&xit Setup")
Send("{ENTER}")
WinWaitActive("ScreenPrint32 v3.5 Setup", "&Change Directory")
Send("{ENTER}")
WinWaitActive("ScreenPrint32 v3.5 - Choose Program Group", "&Continue")
Send("!c")
WinWaitActive("ScreenPrint32 v3.5 Setup", "was completed successfully")
Send("{ENTER}")

this worked for me but you will get additional windows if there are any version conflicts with dll or ocx files, if this happens the install will hang waiting for the next window.

Basically I would repack this app, I think the vbruntime files are included with SP2 so not all the files will be needed or use WinSnap

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.