Search found 26 matches

by VISHALVODRO
07 Feb 2022, 03:13
Forum: Ask for Help (v1)
Topic: How to Press and Hold Mouse Left Button for Scroll Down and Right Button for Scroll Down...
Replies: 9
Views: 1163

Re: How to Press and Hold Mouse Left Button for Scroll Down and Right Button for Scroll Down...

Many more things happened since my last visit looks like. Lemme go through all these, will get back...

Thank you dear...
by VISHALVODRO
05 Feb 2022, 08:51
Forum: Ask for Help (v1)
Topic: How do I use CTRL to modify Mouse wheel functions? Topic is solved
Replies: 8
Views: 544

Re: How do I use CTRL to modify Mouse wheel functions? Topic is solved

I am too beginner in this automation. But love to share if I knew something. Happy to help...
by VISHALVODRO
05 Feb 2022, 07:17
Forum: Ask for Help (v1)
Topic: How to Press and Hold Mouse Left Button for Scroll Down and Right Button for Scroll Down...
Replies: 9
Views: 1163

Re: How to Press and Hold Mouse Left Button for Scroll Down and Right Button for Scroll Down...

Hi! Thanks for the reply, it was indeed a presentable humor in return of an answer! :crazy: I often read your comments just to have a good laugh at my own self!!! It was a good one though. I am indeed grateful for your approach. Would wait for your response. Though I'd be home by that time, will see...
by VISHALVODRO
05 Feb 2022, 06:15
Forum: Ask for Help (v1)
Topic: How to Press and Hold Mouse Left Button for Scroll Down and Right Button for Scroll Down...
Replies: 9
Views: 1163

Re: How to Press and Hold Mouse Left Button for Scroll Down and Right Button for Scroll Down...

Ha Ha Ha!!! No dear, though the way you've explained the situation was ironic and funny!!! :P :P :P but I intended to change to Home/End key pressed instead of scrolling up/down and so on. Only I wanted to know how to get those command activated while holding down or double click event...
by VISHALVODRO
05 Feb 2022, 04:53
Forum: Ask for Help (v1)
Topic: How to hide/unhide current acctive windows?
Replies: 6
Views: 1061

Re: How to hide/unhide current acctive windows?

Ok, bit of hard work seems like... Thank you dear...
by VISHALVODRO
05 Feb 2022, 04:19
Forum: Ask for Help (v1)
Topic: How to hide/unhide current acctive windows?
Replies: 6
Views: 1061

Re: How to hide/unhide current acctive windows?

Thank you for the reply dear, This is similar to this hiddenWindowNumber = 0 !3:: hiddenWindowNumber++ WinGet winID, ID, A WinHide A hiddenWindow%hiddenWindowNumber% := winID Return !4:: ; Show all hidden windows ; You can also create a menu (for example) listing the windows ; allowing you to choose...
by VISHALVODRO
05 Feb 2022, 03:19
Forum: Ask for Help (v1)
Topic: How do I use CTRL to modify Mouse wheel functions? Topic is solved
Replies: 8
Views: 544

Re: How do I use CTRL to modify Mouse wheel functions? Topic is solved

This is what I did for one of my scrip... ;SOUND Control !WheelDown::SoundSet, -5 ; Alt+Wheel Down to Decrease Volume !WheelUp::SoundSet, +5 ; Alt+Wheel Up to Increase Volume F1::SoundSet, +1, , mute ; Toggle the master mute (set it to the opposite state) [Mod edit: [code][/code] tags added.]
by VISHALVODRO
05 Feb 2022, 03:18
Forum: Ask for Help (v1)
Topic: How to hide/unhide current acctive windows?
Replies: 6
Views: 1061

Re: How to hide/unhide current acctive windows?

Hi! Thanks for the Reply. I had found out this by myself: !3:: ; Alt+3 ; Hides Active Window DetectHiddenWindows, On WinGet, active_id, ID, A IfWinActive, ahk_id %active_id% WinHide Return [Mod edit: [code][/code] tags added.] It hides the active windows, but now unable to bring those windows back? ...
by VISHALVODRO
05 Feb 2022, 01:20
Forum: Ask for Help (v1)
Topic: How to Press and Hold Mouse Left Button for Scroll Down and Right Button for Scroll Down...
Replies: 9
Views: 1163

How to Press and Hold Mouse Left Button for Scroll Down and Right Button for Scroll Down...

Hi there! I am trying to make something like : When I browse Chrome, I want to Press and Hold Left Mouse Button for Scroll the page Down and Right Mouse Button for Scroll the page Up. And when Double Click Left Mouse button it will switch to Left Tab and Double Click Right Mouse button would switch ...
by VISHALVODRO
05 Feb 2022, 01:13
Forum: Ask for Help (v1)
Topic: How to hide/unhide current acctive windows?
Replies: 6
Views: 1061

How to hide/unhide current acctive windows?

Hi there, I have a script which hides/unhides just a specific window. I am trying to make something which will hide/unhide just current active windows gradually. Please help. This is my script for hide/unhide the specific window... ; DetectHiddenWindows, On SetTitleMatchMode, 2 ;partial match !`:: ;...
by VISHALVODRO
18 Oct 2018, 06:32
Forum: Old Topics
Topic: AutoGUI 2.5 : Preview Issue
Replies: 1
Views: 7295

AutoGUI 2.5 : Preview Issue

https://autohotkey.com/boards/viewtopic ... 64&t=40290

I was making a GUI, and suddenly upon closing the preview window, it disappeared, but never came back, no matter how many times I press F11 or any other button!

How to get the preview window back for my half way coding?

Please help
by VISHALVODRO
18 Oct 2018, 06:18
Forum: Old Topics
Topic: AutoGUI 2.5
Replies: 159
Views: 111818

Re: AutoGUI 2.5

Why this preview doesn't stay visible?

Once it disappears, never comes back no matter what (F11) button you press!!!

Why why why??? I'm now stuck at mid of my project!
by VISHALVODRO
24 Apr 2018, 04:43
Forum: Ask for Help (v1)
Topic: How to click on specified text...
Replies: 9
Views: 2246

Re: How to click on specified text...

Dear,
Thank for your effort and support.

I don't want the script to open the link itself, it just needs to work upon running the file.

Now it opens by default on IE Browser which doesn't seem to be working well, if it opens on chrome, works better.

Thanks in advance...
by VISHALVODRO
23 Apr 2018, 20:41
Forum: Ask for Help (v1)
Topic: How to click on specified text...
Replies: 9
Views: 2246

Re: How to click on specified text...

Thanks for the reply, the button is not an image, it's text format, "Add to Cart" can be found as text, so I was searching something like seeking for the particular word and click on that found area... its a webpage? maybe use com, it can do the job fast Dear, can you give me sort of example relate...
by VISHALVODRO
23 Apr 2018, 06:54
Forum: Ask for Help (v1)
Topic: How to click on specified text...
Replies: 9
Views: 2246

Re: How to click on specified text...

Thanks for the reply, the button is not an image, it's text format, "Add to Cart" can be found as text, so I was searching something like seeking for the particular word and click on that found area... its a webpage? maybe use com, it can do the job fast Dear, can you give me sort of example relate...
by VISHALVODRO
23 Apr 2018, 04:20
Forum: Ask for Help (v1)
Topic: How to click on specified text...
Replies: 9
Views: 2246

Re: How to click on specified text...

Thanks for the reply, the button is not an image, it's text format, "Add to Cart" can be found as text, so I was searching something like seeking for the particular word and click on that found area...
by VISHALVODRO
23 Apr 2018, 02:21
Forum: Ask for Help (v1)
Topic: How to click on specified text...
Replies: 9
Views: 2246

How to click on specified text...

Image

Hi!

According to the image, I want the "Add to Cart" button to be pressed/clicked automatically as it appears, no matter where, and how many....

Please provide me the code to search for specified text and get it clicked...
by VISHALVODRO
07 Mar 2018, 09:23
Forum: Ask for Help (v1)
Topic: How to keep the key repeating...
Replies: 8
Views: 1889

Re: How to keep the key repeating...

hi!

It's bringing the same, pressing A, B comes, and pressing B, C comes.

No changes for me so far...
by VISHALVODRO
06 Mar 2018, 01:23
Forum: Ask for Help (v1)
Topic: How to keep the key repeating...
Replies: 8
Views: 1889

Re: How to keep the key repeating...

any update?

Go to advanced search