Search found 16 matches

by duzymichal
28 Oct 2017, 10:27
Forum: Ask for Help (v1)
Topic: Pasting a hotstring instead of typing it
Replies: 3
Views: 1992

Pasting a hotstring instead of typing it

Hello everyone

Is it possible? I have thousands of string lines that resemble IP numbers and I want them to turn into their assigned category after pasting them, instead of typing. The ahk file with the hotstrings is already made.
by duzymichal
28 Oct 2017, 10:21
Forum: Ask for Help (v1)
Topic: Turning a column of text into hotstrings Topic is solved
Replies: 3
Views: 941

Re: Turning a column of text into hotstrings Topic is solved

Thanks for the reply. It returns an error in the second line on an a sample I've given at the beginning: Error Unexpected "{" Line# 001:Loop,Read, example2.txt 002:SendInput,"::"RegExReplace(A_LoopReadLine," ","::",,1){enter} 003:Return 004:Exit I've actually resolved it with a simple VBA script sti...
by duzymichal
26 Oct 2017, 18:45
Forum: Ask for Help (v1)
Topic: Turning a column of text into hotstrings Topic is solved
Replies: 3
Views: 941

Turning a column of text into hotstrings Topic is solved

Hello I have two colums of text converted from excel into a text file. I would like to create a series of hotstrings that would turn each of the line in the left column into the corresponding line from the right column, when typed 'n' at the beginning. So I'd like to turn something like this: (when ...
by duzymichal
15 May 2017, 07:23
Forum: Ask for Help (v1)
Topic: 2 problems with gui Topic is solved
Replies: 2
Views: 925

Re: 2 problems with gui Topic is solved

Excellent, thank you :D . I had no idea a detail such as the height of an edit box makes that much of a difference.
by duzymichal
15 May 2017, 05:43
Forum: Ask for Help (v1)
Topic: 2 problems with gui Topic is solved
Replies: 2
Views: 925

2 problems with gui Topic is solved

Hi What I'm trying to do is make a gui where I input a keyword or keyphrase and a corresponding webpage would open in a new IE tab (whether IE is open or not). There are 2 problems with what I've come up so far. 1. I want the gui to react to "enter" key as if "OK" button was clicked, but it doesn't ...
by duzymichal
11 Apr 2017, 14:34
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 567998

Re: FindText - Catch screen image into text and then find it Topic is solved

Hi, I'm a newbie who just built his first GUI. I'm really interested in this script and I'm sure once I attach it properly to what I've done I shouldn't have much problem adding the movement and clicking to the whole process. But I have a more basic problem of actually finding my text outside of the...
by duzymichal
05 Apr 2017, 16:07
Forum: Ask for Help (v1)
Topic: Second "s" in the word "process" not showing up. Topic is solved
Replies: 2
Views: 845

Second "s" in the word "process" not showing up. Topic is solved

Hello kind helpers I have a bizarre problem regarding the word "process". In the script below the second "s" never shows in the body of the mail regardless of whether I write "process" or proces{Asc 0115}, even though attaching any other {Asc nnnn} shows positive results. Please help! Gui,+AlwaysOnT...
by duzymichal
03 Apr 2017, 17:11
Forum: Ask for Help (v1)
Topic: Finding strings on a webpage
Replies: 0
Views: 523

Finding strings on a webpage

Hi I need to be able to find 3 different texts on a webpage and make them variables. The strings are as follows: a 8 digit line that always starts with "11", a 10 digit line that always begins with either "39" or "59" and a 6 digit line that always starts with "13". When I was looking for a solution...
by duzymichal
02 Apr 2017, 07:39
Forum: Ask for Help (v1)
Topic: creating a new email from GUI with several attachments
Replies: 4
Views: 1516

Re: creating a new email from GUI with several attachments

OK I somehow combined it so that it shows everything that I want. The remaining problem is the positioning of the attachments in the body. There will always be 2 files attached: one with .xlsx and one with .png extension, both sharing *resale* core name. I'd like it so that each attachment would be ...
by duzymichal
01 Apr 2017, 17:36
Forum: Ask for Help (v1)
Topic: creating a new email from GUI with several attachments
Replies: 4
Views: 1516

Re: creating a new email from GUI with several attachments

I guess I made an elongated introduction without really getting into the crux of the matter ;) . What I mean is: how do I replace stjung's email.Attachments.Add(SelectedFile, 1, 1, SelectedFile) email.Display(true) with Synkfaze's mailItem := ComObj("Outlook.Application").CreateItem(0) ; creates new...
by duzymichal
01 Apr 2017, 16:52
Forum: Ask for Help (v1)
Topic: creating a new email from GUI with several attachments
Replies: 4
Views: 1516

creating a new email from GUI with several attachments

Hello In the first, and perhaps the last gui before I learn proper syntax :shifty: I need to create a form that enables users to input (outlook) email address, recipient's name along with a few variables in the body. The rest of the body would be a predetermined message + attachments from set folder...
by duzymichal
01 Apr 2017, 13:50
Forum: Ask for Help (v1)
Topic: GUI checkbox issue
Replies: 4
Views: 1285

Re: GUI checkbox issue

My apologies. When I registered to this forum I didn't notice that it logged me out before posting, thus posting as guest. I though my query was lost in moderation so I posted my question again in https://autohotkey.com/boards/viewtopic.php?f=5&t=29942&p=140481#p140481 where it was pointed out to me...
by duzymichal
01 Apr 2017, 13:45
Forum: Ask for Help (v1)
Topic: checkbox issue Topic is solved
Replies: 5
Views: 1706

Re: checkbox issue Topic is solved

Thank you tomoe_uehara. Works perfectly now :D .
by duzymichal
01 Apr 2017, 12:55
Forum: Ask for Help (v1)
Topic: checkbox issue Topic is solved
Replies: 5
Views: 1706

Re: checkbox issue Topic is solved

Thank you for taking a look at the script. I'm afraid it still doesn't work. Whether I check or uncheck the boxes the output is always checked... It's possible that I didn't get your instructions, but it's my understanding that everything was included in the amended version?
by duzymichal
01 Apr 2017, 03:24
Forum: Ask for Help (v1)
Topic: checkbox issue Topic is solved
Replies: 5
Views: 1706

checkbox issue Topic is solved

Hi, I'm a complete beginner at AHK. The script below was born out of smartgui, guide reading, trial and error. Until the day before yesterday this script ran flawlessly. And yesterday, just when I wanted to distribute it among my colleagues, I noticed that that the output either reflects or doesn't ...

Go to advanced search