Search found 411 matches
- 19 Nov 2020, 09:50
- Forum: Ask For Help
- Topic: get computers time format (Outlook)
- Replies: 3
- Views: 57
Re: get computers time format (Outlook)
nope. A time format I get from Outlook is 19112019121639, while in AHK it would be 20191119121639.
- 19 Nov 2020, 09:31
- Forum: Ask For Help
- Topic: get computers time format (Outlook)
- Replies: 3
- Views: 57
get computers time format (Outlook)
hi, I have a problem working with date comparison. AHK works fine with a dates, formatted as YYYYMMDDHH24MISS, but if an user has other time format in his computer and Outlook (lets say ddMMyyyy), in Outlook olMailItem.ReceivedTime will also be given as 19112020162800. And if I try to compare it wit...
- 04 Nov 2020, 02:40
- Forum: Ask For Help
- Topic: Problem with GUI and ActiveX sizing
- Replies: 5
- Views: 121
Re: Problem with GUI and ActiveX sizing
Therefore, there may be some pre-configuration of iexplorer. Let's clear these doubts: rotate the scritp and hold the control and rotate the mouse in the middle, to change the page zoom the previous version, you have added, do not solve the problem, the sizing is still a problem. But YES, if I hold...
- 03 Nov 2020, 11:37
- Forum: Ask For Help
- Topic: Problem with GUI and ActiveX sizing
- Replies: 5
- Views: 121
Re: Problem with GUI and ActiveX sizing
AHK version: 1.1.26.01
PC: Win10 64Bit
Edit: Checked on my other computer, which has 100% as text and apps size, and it works well. The main one has 150% as text and apps size, so maybe that's the issue..
PC: Win10 64Bit
Edit: Checked on my other computer, which has 100% as text and apps size, and it works well. The main one has 150% as text and apps size, so maybe that's the issue..
- 03 Nov 2020, 10:02
- Forum: Ask For Help
- Topic: Problem with GUI and ActiveX sizing
- Replies: 5
- Views: 121
Problem with GUI and ActiveX sizing
hi guys, this script I found gathers images from the folder and shows them in the script. Everything works fine except the sizing. It looks like everything should be OK, but the script still shows me AcitveX control almost half of the Gui size , while I want to see it in the whole Gui. I cannot find...
- 31 Oct 2020, 15:34
- Forum: Ask For Help
- Topic: EXCEL: find string of 9 or more digits
- Replies: 8
- Views: 199
Re: EXCEL: find string of 9 or more digits
great guys, that helps! thank you :) But I met another problem :)) some of the Excel files has Passwords on it. I want just skip that kind of Excel files, but I don't know how. ComObjGet automatically tries to open a file and the password prompt window appears. At that step, the script stops. I need...
- 30 Oct 2020, 08:21
- Forum: Ask For Help
- Topic: EXCEL: find string of 9 or more digits
- Replies: 8
- Views: 199
EXCEL: find string of 9 or more digits
hi, I'm trying to make that script work. Now the Find formula can give me True or False only if I add exact string, I'm looking for. But what I want to achieve, is to give me True whenever the Find formula finds a string of 9 or more digits in Excel file. It can be 123456789, or 111111111 etc. It sh...
- 28 Aug 2020, 05:12
- Forum: Ask For Help
- Topic: Delete specific emails from Outlook
- Replies: 3
- Views: 326
Re: Delete specific emails from Outlook
I think the problem is, that after I delete an email, the list of emails moves up by 1. I.e. email stands in 4th position before deleting it. After I delete that email, the 5th one ups into 4th position, while the loop jumps to 5th email in the row, which is 6th email before deletion. So each time I...
- 21 Aug 2020, 04:04
- Forum: Ask For Help
- Topic: Acrobat PRO. Merge .doc and .jpg into PDF Topic is solved
- Replies: 3
- Views: 144
- 19 Aug 2020, 08:36
- Forum: Ask For Help
- Topic: Acrobat PRO. Merge .doc and .jpg into PDF Topic is solved
- Replies: 3
- Views: 144
Acrobat PRO. Merge .doc and .jpg into PDF Topic is solved
hi guys. Maybe someone will know how to merge .doc or .jpg type of files into .PDF ? The script bellow works with .PDF type of files, but does not with other type of files. While in actual Acrobat interface I'm able to merge different files to PDF. So I'm missing some part here... PDDoc0 := ComObjCr...
- 13 Jul 2020, 02:55
- Forum: Ask For Help
- Topic: Outlook Calendar read events
- Replies: 1
- Views: 968
Outlook Calendar read events
hi guys. I got a problem while trying to read Outlook Calendar items. It seems that the code bellow reads only "original" events. If the event is one-time event, then it will be read without a problem. But if the event was created 3 months ago and happens every week let's say, then the script will r...
- 14 May 2020, 04:45
- Forum: Ask For Help
- Topic: Pass the variable from AHK to Python Topic is solved
- Replies: 5
- Views: 433
Pass the variable from AHK to Python Topic is solved
hi, do anyone know how pass a variable from AHK to Python via CMD? I'm learning Python, so you can just help me with that simple trick :) the AHK script, which defines a variable and send it to Python: Inputbox, Title, Fill data, Please enter the title of messagebox Inputbox, Body, Fill data, Please...
- 23 Apr 2020, 14:51
- Forum: Ask For Help
- Topic: automate Edge via WebDrivers
- Replies: 3
- Views: 319
automate Edge via WebDrivers
Hi guys, maybe someone has experience automating Edge browser, using WebDrivers? I just need some example of the code, to have something to start with.. there is a script, which gets an object, but I don't know how to move forward... Run "C:\Program Files (x86)\Microsoft Web Driver\MicrosoftWebDrive...
- 14 Apr 2020, 10:38
- Forum: Ask For Help
- Topic: Smart way to group items
- Replies: 2
- Views: 195
Smart way to group items
is there a way to create a group of items (strings), and do a InStr() or other function, which will checks every element in the group, and if it match - then proceed? I cannot use GroupAdd, because it's for Windows. Maybe something with arrays? But it may be nice without loops t_arr := ["first", "se...
- 04 Apr 2020, 05:44
- Forum: Ask For Help
- Topic: Delete specific emails from Outlook
- Replies: 3
- Views: 326
Delete specific emails from Outlook
The problem I face is that after the script finds a match and deletes the email, and next time it doesn't match - script just skip the rest of the emails, despite they match or not. Is there a way to fix it? I don't want to start from the begining each time I delete an email, because there is around...
- 26 Mar 2020, 09:07
- Forum: Ask For Help
- Topic: DoubleClick items in Edge Print menu
- Replies: 0
- Views: 259
DoubleClick items in Edge Print menu
Hi, does anyone know how to doubleclick items in Edge Print menu? the method oAcc.accDoDefaultAction(0) doesn't work :/ q:: WinGet, hWnd, ID, A oAcc := Acc_Get("Object", "4.2.4.2.1", 0, "ahk_id " hWnd) if (oAcc.accName(0) = "Microsoft Print to PDF") { oAcc := Acc_Get("Object", "4.2.4.13", 0, "ahk_id...
- 06 Mar 2020, 14:41
- Forum: Ask For Help
- Topic: Excel Chart resize
- Replies: 2
- Views: 345
Excel Chart resize
does anyone know how to resize the chart in Excel and move it lets say to C2 Cell (top left chart corner will appear in top left C2 Cell). I want to increase the chart width in 3.5 rate and height in 2.5 rate XL := ComObjCreate("Excel.Application") XL.WorkBooks.Add XL.Visible := true ;<--- I want th...
- 17 Jan 2020, 04:46
- Forum: Ask For Help
- Topic: launch macro in IBM Terminal
- Replies: 2
- Views: 455
Re: launch macro in IBM Terminal
I'm using 3270 IBM Terminal Emulator
Code: Select all
autECLSession.autECLOIA.WaitForAppAvailable
autECLSession.autECLPS.Wait 350
- 16 Jan 2020, 03:35
- Forum: Ask For Help
- Topic: launch macro in IBM Terminal
- Replies: 2
- Views: 455
launch macro in IBM Terminal
hi,
does anyone know how to launch a macro in IBM Terminal Emulator, using Autohotkey? Now it's possible to launch the macro in IBM manually, by clicking Run - selecting the macro - run, but is it possible to avoid those steps and start the macro via Auhotohotkey?
does anyone know how to launch a macro in IBM Terminal Emulator, using Autohotkey? Now it's possible to launch the macro in IBM manually, by clicking Run - selecting the macro - run, but is it possible to avoid those steps and start the macro via Auhotohotkey?
- 12 Nov 2019, 09:37
- Forum: Ask For Help
- Topic: Group for strings
- Replies: 1
- Views: 220
Group for strings
is it possible to create something similar to GroupAdd, but not for Windows, NOT using arrays? something like: GroupAdd, first_g, first GroupAdd, first_g, second GroupAdd, first_g, third if (InStr(ahk_group first_g, "second")) Msgbox, found else Msgbox not found I may be faster way to perform the ta...