Jump to content

ControlClick - clicking in the background HELP


Recommended Posts

clicking in the background,( ControlClick ) f..ck does not work, no forum code and topic did not help, I want to click there in the background every minute in this tab / tab

I am asking for a full script

example

Basic Windows Info....

Title: Create New Topic - AutoIt Forums - Google Chrome
Class: Chrome_WidgetWin_1
Basic Control Info....
Class: Chrome_RenderWidgetHostHWND
Instance: 1
ClassnameNN: Chrome_RenderWidgetHostHWND
Name: 
Advanced Mode: [CLASS:Chrome_RenderWidgetHostHWND; INSTANCE:1]
ID: 322004232
Text: Chrome Legacy Window
Position: 0, 74
Sisw: 1600, 832
ControlClick Coords: 290, 19
Style: 0x56300000
ExStyle: 0x00000020
Handle: 0x003004DC

 

Edited by Melba23
Added tags and removed a lot of white space
Link to comment
Share on other sites

  • Moderators

inspire,

Firstly we do not hand out "full script"s - we help you get your script working properly. So what have you tried that has not worked?

Secondly, I hope you read the Forum rules to which I linked you earlier - finding out later that this is the same question will not bode well for your future here.

M23

 

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

  • Moderators

inspire,

We are not professionals - just hobbyists who enjoy helping others fix their code.

Are you going to make any effort at all to learn how to code in AutoIt? Because if all you are going to do is ask for barely-legal fully completed scripts, I see little point in you remaining a member of our community. Think of the old saying: "Give a man a fish, you feed him for a day; give a man a net and you feed him forever". We try to be net makers and repairers, not fishmongers.

Over to you.

M23

 

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

36 minutes ago, inspir said:

 

why it does not work

ControlClick ( ...)

what must I have to include?

 

 

Try:

ControlClick ( "Create New Topic - AutoIt Forums - Google Chrome", "Chrome Legacy Window", "Chrome_RenderWidgetHostHWND")

or

ControlClick ( "Create New Topic - AutoIt Forums - Google Chrome", "Chrome Legacy Window", "Chrome_RenderWidgetHostHWND", "left", 1, 290, 19)

 

Edited by Zedna
Link to comment
Share on other sites

this is about his game automation thing that got locked most likely. why be his code slave? people that come here and ask for full, debugged and working script can just get lost afaic. i had to deal with tons of those in college, you know, the ones that want YOU to do all the work, then take the credit? I'll help anyone who is willing to learn, but I'll be DAMNED if I am going to do their work and research.

Edited by Earthshine

My resources are limited. You must ask the right questions

 

Link to comment
Share on other sites

  • Moderators

inspire,

Last warning. Another thread begging for code with no effort on your part and you are gone.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...