Search found 369 matches

by Fulminare
22 Aug 2023, 19:46
Forum: Ask for Help (v1)
Topic: Select items from dropdown list and enter
Replies: 6
Views: 2772

Re: Select items from dropdown list and enter

Surely there are better ways to do this, but this is how I do it in my script Gui, Font, s20 Bold cBlack Gui, Add, DropDownList, h500 w300 vpaste, Lorem|ipsum |dolor |sit| Gui, Font, s10 Bold cBlack Gui, Add, Button, Default, Input Gui, Show Return ButtonInput: Gui, Submit Gui, Destroy ; Here Use th...
by Fulminare
27 Jan 2023, 23:43
Forum: Ask for Help (v1)
Topic: Close Zoom Meeting Pop Up
Replies: 0
Views: 200

Close Zoom Meeting Pop Up

Hi !

Can someone kindly advice / guide me on how to close this pop up that zoom displays [ref img]

This is shown after 30 minutes into the meeting

Regards.
by Fulminare
07 Jul 2022, 04:13
Forum: Ask for Help (v1)
Topic: Rotate a GUI
Replies: 1
Views: 271

Rotate a GUI

Hello !

This is the GUI I have.

How to rotate it 90 degrees left

And crop it from the left side (the "Camera" section must be cropped out so to speak)

Can someone kindly guide me ?

Regards.
by Fulminare
20 May 2022, 23:55
Forum: Ask for Help (v1)
Topic: Enter names sequentially from a file Topic is solved
Replies: 2
Views: 323

Re: Enter names sequentially from a file Topic is solved

This is so simple
I was thinking on the lines of Fileread e.t.c
Thanks a lot Boiler. It works brilliantly
by Fulminare
20 May 2022, 23:08
Forum: Ask for Help (v1)
Topic: Chrome hotkeys
Replies: 11
Views: 1179

Re: Chrome hotkeys

Can you kindly elaborate ?
by Fulminare
20 May 2022, 23:04
Forum: Ask for Help (v1)
Topic: Enter names sequentially from a file Topic is solved
Replies: 2
Views: 323

Enter names sequentially from a file Topic is solved

Hello ! ^y:: loop, 5 { MouseClick, left, 151, 119 Send, ;Names from a file (one after the other) sleep 1000 send, {Enter} sleep 1000 Send, ;Message Sleep, 1000 send, {Enter} Sleep 2000 } Return There are a list of names in an excel file. Can someone kindly tell me, what should I use to send the name...
by Fulminare
16 May 2022, 06:29
Forum: Ask for Help (v1)
Topic: Help with OBS (switching on a source)
Replies: 2
Views: 320

Re: Help with OBS (switching on a source)

No, that I am already able to do using touch portal. See. I am using ahk to start a zoom meeting. The video is sent to zoom via OBS. After a certain amount of time elapses, I want ahk to turn on a source for about 5 seconds and then turn it off. The timer part ,I figured it out. But not turning the ...
by Fulminare
16 May 2022, 05:42
Forum: Ask for Help (v1)
Topic: Help with OBS (switching on a source)
Replies: 2
Views: 320

Help with OBS (switching on a source)

Hi

I am trying to switch on a source in OBS. I have assigned shortcuts to that source.

1) I am not able to activate the shortcut through ahk.(eg Send, ^+2)

2) Is there any way to directly turn on and off a particular source using ahk ?

Any help/suggestions are much appreciated.

Regards.
by Fulminare
15 May 2022, 04:34
Forum: Ask for Help (v1)
Topic: Timer Action Topic is solved
Replies: 2
Views: 289

Re: Timer Action Topic is solved

Thank you

It is working
by Fulminare
15 May 2022, 03:06
Forum: Ask for Help (v1)
Topic: Timer Action Topic is solved
Replies: 2
Views: 289

Timer Action Topic is solved

Hello ! I want an action to be performed after a certain time has elapsed. This is working but it seems to be in a loop. Can someone kindly guide me ? (the action needs to be performed after 5 seconds. the gap between the actions need to be 2 seconds) With Regards. ^q:: start:=A_TickCount SetTimer, ...
by Fulminare
07 Mar 2022, 07:45
Forum: Ask for Help (v1)
Topic: Create a plus mark on the screen Topic is solved
Replies: 2
Views: 363

Create a plus mark on the screen Topic is solved

Hi!

I want to make a plus mark on the screen.

I got this code online that shows a horizontal gui line

How to make another line that is vertical ?

Code: Select all

Gui,  -Caption +ToolWindow

Gui, Color, Red

Gui, Show, NA h2 w1000
Regards
by Fulminare
03 Feb 2022, 23:10
Forum: Ask for Help (v1)
Topic: keep mouse in same line
Replies: 14
Views: 1646

Re: keep mouse in same line

Oh okay !

I will do that

Thank you very much :)
by Fulminare
03 Feb 2022, 02:32
Forum: Ask for Help (v1)
Topic: keep mouse in same line
Replies: 14
Views: 1646

Re: keep mouse in same line

How do I start the script ? there are some hotkeys mentioned, but I am unable to trigger them. I wrote it to active mouse confinement on keydown, so for example holding LAlt and the mouse will be confined to move either horizontally or vertically depending how much you move x or y. You can customiz...
by Fulminare
03 Feb 2022, 02:25
Forum: Ask for Help (v1)
Topic: keep mouse in same line
Replies: 14
Views: 1646

Re: keep mouse in same line

@BoBo I am unable to get your script to start. Is there a hotkey ? Indeed. Pressing the left mouse button will get the starting x/y position of the line. Left/Right button of your keyboard will move the mouse cursor vertically. Releasing the left/right button will stop the movement. Pressing left/r...
by Fulminare
02 Feb 2022, 23:33
Forum: Ask for Help (v1)
Topic: keep mouse in same line
Replies: 14
Views: 1646

Re: keep mouse in same line

william_ahk wrote:
02 Feb 2022, 23:24
I've written a library earlier just to tackle this problem :D
xy_mouse - confine mouse horizontally or vertically with a hotkey
How do I start the script ? there are some hotkeys mentioned, but I am unable to trigger them.
by Fulminare
02 Feb 2022, 22:23
Forum: Ask for Help (v1)
Topic: keep mouse in same line
Replies: 14
Views: 1646

Re: keep mouse in same line

@amateur+

It's working brilliantly ! You have saved me a lot of trouble. Thanks a lot :)

How did you change lines in the image you have posted ?

@BoBo I am unable to get your script to start. Is there a hotkey ?
by Fulminare
02 Feb 2022, 09:05
Forum: Ask for Help (v1)
Topic: keep mouse in same line
Replies: 14
Views: 1646

keep mouse in same line

Hi ! In a program I make dots by clicking the mouse. But I am not able to move the mouse in an exact straight line. Is there a way to lock the axis movement of the mouse ? The starting point will be marked by a click at the desired location. From the location of the first click, the mouse should onl...
by Fulminare
04 Jan 2022, 09:42
Forum: Ask for Help (v1)
Topic: Show ini data in listview Topic is solved
Replies: 27
Views: 2796

Re: Show ini data in listview Topic is solved

Okay thank you :)

I will try it
by Fulminare
03 Jan 2022, 23:11
Forum: Ask for Help (v1)
Topic: Show ini data in listview Topic is solved
Replies: 27
Views: 2796

Re: Show ini data in listview Topic is solved

This is fantastic boiler ! Thank you very much :) I might need to make some changes to finetune further. Your script is really helpful. I will try to do so by reading the documentation , examples online etcetera. Only on not succeeding, I will post a new question requesting for help. But this is rea...

Go to advanced search