Jump to content

Basic control info not showing


Recommended Posts

>>>> Window <<<<
Title:    SQL Backup Master Setup
Class:    #32770
Position:    417, 175
Size:    606, 509
Style:    0x14C80044
ExStyle:    0x00010100
Handle:    0x000000000008042E

>>>> Control <<<<
Class:    
Instance:    
ClassnameNN:    
Name:    
Advanced (Class):    [CLASS:; INSTANCE:]
ID:    
Text:    &Next >
Position:    506, 440
Size:    74, 22
ControlClick Coords:    34, 17
Style:    0x56032001
ExStyle:    0x00000000
Handle:    0x00000000000C045C

>>>> Mouse <<<<
Position:    543, 483
Cursor ID:    0
Color:    0xE1E1E1

>>>> StatusBar <<<<

>>>> ToolsBar <<<<

>>>> Visible Text <<<<
&Next >
Welcome to the SQL Backup Master Setup Wizard
The Setup Wizard will install SQL Backup Master on your computer. Click Next to continue or close the window to exit the Setup Wizard.
Bitmap_1
Bitmap
 

Link to comment
Share on other sites

  • Moderators

@sumanth1980, @Sumanth97 creating multiple accounts on the forum is not tolerated and is a great way to get all accounts banned. I have closed the Sumanth1980 account, do not create another.

As to your question, you need to show some patience and wait at least 24 hours before bumping your thread. Just because this is the most important thing in the world to you doesn't mean you can pester the forum until you get an answer. You also have provided exactly zero information; how do you expect anyone to help? You need to tell us:

  • In detail what you're trying to do
  • What problem you're encountering
  • What you have tried on your own
  • POST YOUR CODE

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

Silent Install is the best way to automate, however I downloaded the installer and the Info tool returns all the data. Class is Static and ClassnameNN is Static4

[CLASS:Static; INSTANCE:4]

 

what version of AutoIt are you using? that is just a windows Dialog box, CLASS #32770 and is easily handled by AutoIt. update, the form is a dialog, but that Next button is a bitmap, lol, not a control. the stuff above I posted in this post was for the FORM only.

this should get you started though in a crude manner without resorting to UIAutomation

#include <AutoItConstants.au3>
#include <MsgBoxConstants.au3>

WinActivate('SQL Backup Master Setup')
Send('Enter')
Send('Ctrl-A')
Send('Ctrl-N')

 

Edited by Earthshine

My resources are limited. You must ask the right questions

 

Link to comment
Share on other sites

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
 Share

×
×
  • Create New...