Search found 96 matches

by armin889
22 Jun 2023, 08:51
Forum: Ask for Help (v2)
Topic: vmware unity, use ahk
Replies: 5
Views: 461

Re: vmware unity, use ahk

not 100% sure what u mean with UI Access or admin mode
i run the script on Admin in windows
by armin889
22 Jun 2023, 05:44
Forum: Ask for Help (v2)
Topic: vmware unity, use ahk
Replies: 5
Views: 461

Re: vmware unity, use ahk

thx, well i tryed everything. Looks like vmware is to much isolated
by armin889
21 Jun 2023, 03:57
Forum: Ask for Help (v2)
Topic: vmware unity, use ahk
Replies: 5
Views: 461

vmware unity, use ahk

Hi i use vmware unity
and want to send keystrokes, but it not work
it looks like ahk is disabled when I focus the windows
anyone has experience with this or any suggestion what I could try
thx
by armin889
11 Apr 2023, 05:22
Forum: Ask for Help (v1)
Topic: ListBox, reads the entries from the "MyList.txt" file, and selects the first entry
Replies: 1
Views: 214

ListBox, reads the entries from the "MyList.txt" file, and selects the first entry

Hi all need code that creates a ListBox, reads the entries from the "MyList.txt" file, and selects the first entry i try make this but not rly work Gui +Resize Gui Add, ListBox, vMyList w200 h120, if FileExist("MyList.txt") { FileRead, Contents, MyList.txt StringReplace, Contents, Contents, `r, ,All...
by armin889
03 Feb 2023, 10:19
Forum: Ask for Help (v1)
Topic: embed a tweet in ahk gui
Replies: 8
Views: 849

Re: embed a tweet in ahk gui

Thanks for your help, but this code gives me same result saying browser not supported Found a way how to cheat twitter Gui Add, ActiveX, w980 h640 vWB, Shell.Explorer _SetUserAgent("Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)") WB.Navigate("https://twitter.com/AutoHotkey/...
by armin889
02 Feb 2023, 05:04
Forum: Ask for Help (v1)
Topic: embed a tweet in ahk gui
Replies: 8
Views: 849

Re: embed a tweet in ahk gui

it says browser to old and not supportet in twitter Assuming you use version 1.1.xx If you have an URL you can put an ActiveX control with Shell.Explorer and navigate to your URL From the Help: Gui Add, ActiveX, w980 h640 vWB, Shell.Explorer ; The final parameter is the name of the ActiveX component...
by armin889
28 Jan 2023, 07:50
Forum: Ask for Help (v1)
Topic: embed a tweet in ahk gui
Replies: 8
Views: 849

embed a tweet in ahk gui

Hi community
is there a way to embed a tweet in the ahk gui ?
thx a lot
by armin889
06 Jan 2023, 01:57
Forum: Ask for Help (v1)
Topic: send @ to cmd window Topic is solved
Replies: 3
Views: 273

send @ to cmd window Topic is solved

Hi ahk community I want to send @-symbol to cmd window but i always get "-symbol Gui, Add, Button, x13 y46 w129 h29 gcmd, CMD Gui, Add, Edit, x13 y6 w289 h29 vval, test@test.com ; Generated using SmartGUI Creator for SciTE Gui, Show, w316 h168, Untitled GUI return GuiClose: ExitApp cmd: gui,submit,n...
by armin889
05 Dec 2022, 10:35
Forum: Ask for Help (v1)
Topic: Tray submenu , need some help
Replies: 9
Views: 487

Re: Tray submenu , need some help

I have already searched in google and here in board but not found a solution that worked
by armin889
05 Dec 2022, 10:11
Forum: Ask for Help (v1)
Topic: Tray submenu , need some help
Replies: 9
Views: 487

Re: Tray submenu , need some help

Well I guess I am bad in explaining, so I try it with picture
mspaint_pPBYsKFa6r.jpg
mspaint_pPBYsKFa6r.jpg (24.91 KiB) Viewed 380 times
I want to click on "Specific foods" and it should do something

in your script, click on "Specific foods" does nothing
by armin889
05 Dec 2022, 09:26
Forum: Ask for Help (v1)
Topic: Tray submenu , need some help
Replies: 9
Views: 487

Re: Tray submenu , need some help

Yes i have understood this, but it's not what I need

I want that this line
Menu, Tray, Add, Specific foods, :sub
open submenu by mouseover and doing "food:" on clicking on it

if I click now on it, nothing happen
SciTE_T53Jqsbdpe.jpg
SciTE_T53Jqsbdpe.jpg (29.93 KiB) Viewed 399 times
by armin889
05 Dec 2022, 08:06
Forum: Ask for Help (v1)
Topic: Tray submenu , need some help
Replies: 9
Views: 487

Re: Tray submenu , need some help

Thanks, but I want Food not in submenu I want click on the mainmenu Food, and it should open Msgbox Food
by armin889
05 Dec 2022, 01:07
Forum: Ask for Help (v1)
Topic: Tray submenu , need some help
Replies: 9
Views: 487

Tray submenu , need some help

Hi autohotkey-community I want to make a Tray menu with submenu in the code, this part is not working FoodOfferedSubmenuID: MsgBox, Food return Anyone knows how to make it work? #Persistent Menu, FoodOfferedSubmenuID, add, Text which says Pizza, PizzaSubroutine Menu, FoodOfferedSubmenuID, add, Text ...
by armin889
02 Dec 2022, 07:15
Forum: Ask for Help (v1)
Topic: Making variable into an .txt file Topic is solved
Replies: 6
Views: 447

Re: Making variable into an .txt file Topic is solved

Ok thanks, I understand now, yes it is working
but the text file has to look like this then
3uuuuuu9|b357751|52977f1|b78555|844326|378zza5b

in long txt it gets a little confusing, is there a way to put it line by line like this:
3uuuuuu9
b357751
52977f1
b78555
844326
378zza5b
by armin889
02 Dec 2022, 05:09
Forum: Ask for Help (v1)
Topic: Making variable into an .txt file Topic is solved
Replies: 6
Views: 447

Re: Making variable into an .txt file Topic is solved

Thanks a lot for your reply
the problem in your code is in my case, I can not change the value in .txt without changing the ahk too.
by armin889
02 Dec 2022, 03:26
Forum: Ask for Help (v1)
Topic: Making variable into an .txt file Topic is solved
Replies: 6
Views: 447

Making variable into an .txt file Topic is solved

Hi community in my ahk-code I have some variables like this: key1 := "3uuuuuu9" key2 := "b357751" key3 := "52977f1" key4 := "b78555" key5 := "844326" key6 := "378zza5b" I want to but them in an external file like .txt and read them after starting the ahkgui What's the best and shortest code for doin...
by armin889
14 Nov 2022, 17:57
Forum: Ask for Help (v1)
Topic: API HTTP Method POST in AHK Topic is solved
Replies: 10
Views: 1419

Re: API HTTP Method POST in AHK Topic is solved

Thanks a lot teadrinker, for your help and support
by armin889
07 Nov 2022, 10:59
Forum: Ask for Help (v1)
Topic: API HTTP Method POST in AHK Topic is solved
Replies: 10
Views: 1419

Re: API HTTP Method POST in AHK Topic is solved

Thanks. The msgbox got back empty Well after lot of testing i found the problem, in response "791591" is in "" json = {"order":"791591","service":19} your code is for 791591 without "" json = {"order":791591,"service":19} RegExMatch(json, """order"":\K\d+", order) MsgBox, % order maybe you know how ...

Go to advanced search