Search found 22 matches

by komobu
17 Mar 2023, 10:03
Forum: Ask for Help (v1)
Topic: How do I set focus?
Replies: 2
Views: 1421

How do I set focus?

I am in an Outlook Window. I want to hit a hotkey and have a webpage open in chrome. So far that part is working. Now I want to set my focus to the webpage I just opened and send a mouse click to a field and send text. here is my code: #k:: ;;;Hotkey run, Chrome.exe https://www.autozonepro.com/viewS...
by komobu
20 Feb 2023, 11:10
Forum: Ask for Help (v1)
Topic: Accent Mark for Hot Key?
Replies: 1
Views: 233

Accent Mark for Hot Key?

Is there a way to use the Accent Mark for a hotkey?

I dont use it at all and was wanting to do something like

:*:`y::

I would have about 15 of these where whenever I typed them, they would be replaced with other text. I would like to make them 3 key combination if possible like :*:1my::
by komobu
19 Feb 2023, 08:46
Forum: Ask for Help (v1)
Topic: Chrome Object Elements
Replies: 3
Views: 708

Re: Chrome Object Elements

My main browser at work is chrome. I typically have 20 or more tabs open at any time. So would I be better off trying to run this one task through Internet Explorer or Edge so that I dont have to close out Chrome and open in Debug mode? Little bit of back ground in what I am hoping to accomplish. I ...
by komobu
17 Feb 2023, 10:10
Forum: About This Community
Topic: Issues with registering, Post your username here...
Replies: 865
Views: 2078853

Re: Issues with registering, Post your username here...

@joedf A new post of mine this morning still had to be approved by a mod this morning. Should I try to create a new username and re-register perhaps?
by komobu
17 Feb 2023, 10:06
Forum: Ask for Help (v1)
Topic: Chrome Object Elements
Replies: 3
Views: 708

Chrome Object Elements

I want to try to get autohotkey to open a webpage and input some data for me. there are about 10 or more clicks I have to do, and three webpages before I get to the data input page. So on my first page, I have to input a username and password. the element for the username is <input class="ease-in-an...
by komobu
16 Feb 2023, 11:11
Forum: Ask for Help (v1)
Topic: Gui Time Out?
Replies: 2
Views: 297

Re: Gui Time Out?

Thank You!!! It works great
by komobu
16 Feb 2023, 09:47
Forum: About This Community
Topic: Issues with registering, Post your username here...
Replies: 865
Views: 2078853

Re: Issues with registering, Post your username here...

I registered in 2014, but all my threads have to be approved by a mod. Is this normal?
by komobu
16 Feb 2023, 09:36
Forum: Ask for Help (v1)
Topic: Gui Time Out?
Replies: 2
Views: 297

Gui Time Out?

I am using a gui as a message box so I can get a larger font. My OK button closes out the gui without closing the whole AHK file. Here is the code I am using to close out the gui ButtonOK: ; Press to reload the app reload Return not sure if there is a better way to close out the gui without closing ...
by komobu
14 Feb 2023, 13:54
Forum: Ask for Help (v1)
Topic: How do I enter Shift Enter?
Replies: 1
Views: 329

How do I enter Shift Enter?

Im currently using the following code: SendInput, ( State Inspection Sticker Number: %vTs2% Insert Number: %vTi% ) The problem is I need a "Shift Enter" to prevent Automatic Double Spacing by Microsoft Outlook. I want "State Inspection" on the first line with a single line feed. On the Second Line I...
by komobu
19 Jan 2023, 08:52
Forum: Ask for Help (v1)
Topic: Append without the Space
Replies: 2
Views: 228

Re: Append without the Space

Thanks! it is now working as expected!
by komobu
19 Jan 2023, 08:19
Forum: Ask for Help (v1)
Topic: Append without the Space
Replies: 2
Views: 228

Append without the Space

I am using this line FileAppend,%vStNo% %vInNo%`n, C:\Users\curra\Dropbox\AHK\StNo.txt When I open the text file to view it, there is always a space before my text. I want to see A1234567 12341234 But instead I have A1234567 12341234 How can I get this to add the line without the space? Thanks for a...
by komobu
17 Jan 2023, 05:48
Forum: Ask for Help (v1)
Topic: Help with functions
Replies: 3
Views: 287

Re: Help with functions

So maybe it is GoSub that I want? Or should I just copy and paste the same instructions at the GUI and the Hotkey?
by komobu
16 Jan 2023, 19:20
Forum: Ask for Help (v1)
Topic: Adding to Alpha Numeric?
Replies: 4
Views: 302

Re: Adding to Alpha Numeric?

I like it! Nice and concise.
by komobu
16 Jan 2023, 19:18
Forum: Ask for Help (v1)
Topic: Help with functions
Replies: 3
Views: 287

Help with functions

I have some routines that consist of several lines and I want to have different ways to run the procedure, but cant figure out how. Some lines are more complex, but I'll try to give an easy example to articulate what I am trying to accomplish #e:: Send, someperson@someemail.com return So I hit #e on...
by komobu
16 Jan 2023, 14:14
Forum: Ask for Help (v1)
Topic: Adding to Alpha Numeric?
Replies: 4
Views: 302

Re: Adding to Alpha Numeric?

Thank you! It works great.
by komobu
16 Jan 2023, 07:37
Forum: Ask for Help (v1)
Topic: Adding to Alpha Numeric?
Replies: 4
Views: 302

Adding to Alpha Numeric?

I have a 8 Digit number that will always start with a letter, then have 7 digits..."A1234567" or "B1000999" I want to take that number and add one to the numeric portion. The letter will stay thew same. So "A1000008" becomes "A1000009", then if ran again, "A1000009" becomes "A1000010". Really I am j...
by komobu
15 Jan 2023, 18:16
Forum: Ask for Help (v1)
Topic: Reading Last Line of txt file to variable
Replies: 17
Views: 1697

Re: Reading Last Line of txt file to variable

Thank You All!!! Got it working great!

I really like the part of removing empty lines.
by komobu
15 Jan 2023, 09:39
Forum: Ask for Help (v1)
Topic: Reading Last Line of txt file to variable
Replies: 17
Views: 1697

Reading Last Line of txt file to variable

I have a text file that will start with one line and every time it is run, a new line will be added to the end of the file. I want to be able to read what ever is on the last line of the file to a variable.

What is the simplest way to accomplish this?

Thanks for any help
by komobu
30 Dec 2022, 06:45
Forum: Ask for Help (v1)
Topic: How do I call Procedures
Replies: 2
Views: 259

How do I call Procedures

I start out my code with :*:zd:: ; Create Excell Disassembly Work Sheet 17 more lines of code return So now If I type "zd" my code runs and works great as expected. What I am trying to figure out is how to run this same block of code without typing in the "zd", but through a context menu. I have abo...
by komobu
28 Dec 2022, 12:34
Forum: Ask for Help (v1)
Topic: Outlook Calendar Item Fields
Replies: 1
Views: 214

Outlook Calendar Item Fields

I use outlook calendar for most of my daily tasks. Here is some code that works great Outlook := ComObjCreate("Outlook.Application") ; This will get the selected Cal Item in the cal (Note: Selected, Not Open) ;Item := Outlook.ActiveExplorer.Selection.Item(1) ; This will get the Cal Item you have ope...

Go to advanced search