Search found 71 matches

by eblanc
05 Mar 2020, 15:38
Forum: Ask for Help (v1)
Topic: Create a variable from a string inside special character. Simple?
Replies: 1
Views: 325

Create a variable from a string inside special character. Simple?

Hi coders of the world! I have a lot of different scripts that basically do one thing, so I'm trying to merge them into one ULTIMATE SCRIPT!!! So at work, we have hundreds of databases. Arranged by state, and a reference ID. Here are 5 examples: userinput: ;Any of this would work as userinput CA61 -...
by eblanc
08 Jan 2020, 15:49
Forum: Tutorials (v1)
Topic: How to Check if Webpage is Loaded (Google Chrome, Firefox, Internet Explorer)
Replies: 13
Views: 23582

Re: How to Check if Webpage is Loaded (Google Chrome, Firefox, Internet Explorer)

prism17 wrote:
06 Jan 2020, 02:11
hi dude, maybe Python is a better choice, haha.
Python is not as user-friendly as AHK for beginner coders.
by eblanc
12 Dec 2019, 12:45
Forum: Ask for Help (v1)
Topic: Understanding Associative arrays
Replies: 3
Views: 685

Understanding Associative arrays

I'm building a simple mailing list that I want to build using arrays. I've pointed to associative arrays. I've been reading about arrays for a week now. Still don't understand how they work exactly or how you manipulate them. I've looked for tutorials online but they seem pretty vague or convoluted....
by eblanc
18 Nov 2019, 11:30
Forum: Ask for Help (v1)
Topic: How can script check clipboard and if specific string is found add extra function to script?
Replies: 0
Views: 359

How can script check clipboard and if specific string is found add extra function to script?

Hi you all sexxy people of AHK, I have a mailing list, that basically I type in the territory code and it just brings up the contacts for the territory. It's all been peachy, but recently it has been brought up to my attention, that for very specific projects I have to Carbon copy all emails to a sp...
by eblanc
04 Nov 2019, 15:13
Forum: Tutorials (v1)
Topic: How to Check if Webpage is Loaded (Google Chrome, Firefox, Internet Explorer)
Replies: 13
Views: 23582

Re: How to Check if Webpage is Loaded (Google Chrome, Firefox, Internet Explorer)

This is a good tutorial ... but I am looking for something specific. I am trying to determine if a specific web page is running in a tab in chrome. I'm doing this as part of a AHK script to load my WAMP development environment all in one shot. 1) Loads the apache/MySql server manager console ( work...
by eblanc
31 Oct 2019, 11:22
Forum: Ask for Help (v1)
Topic: Erasing a specific cookie from google chrome with AHK?
Replies: 3
Views: 1896

Erasing a specific cookie from google chrome with AHK?

Just looking for some brainstorming here. Basically my work, will at least once every two days. Lock my account, and the only way to fix it (unless developers fix it on their end...) is to clear cookies. I used to clear "ALL" cookies but then I would have to re-login to all other sites, etc.. I've f...
by eblanc
18 Sep 2019, 17:25
Forum: Ask for Help (v1)
Topic: Moving MSGBOX to different monitor.
Replies: 9
Views: 1757

Moving MSGBOX to different monitor.

I have a couple of scripts. Evertime there is an Input box, it always pops up on my main monitor (center) I would like to move it to my Right side monitor.

Any ideas?

thanks in advance, you all sexy AHK coders.
by eblanc
13 Sep 2019, 17:58
Forum: Ask for Help (v1)
Topic: Using ImageSearch or PixelSearch with ClassNN: Internet Explorer_Server1
Replies: 1
Views: 618

Re: Using ImageSearch or PixelSearch with ClassNN: Internet Explorer_Server1

I'm using Autohotkey Version 1.1.30.03 on Windows 10 enterprise, 64 bit, version 1809 I'm trying to click on a dialog that is (apparently) built on Internet Explorer. It has a titlebar and ahk_exe from the host application, but when the mouse is anywhere in the dialog's window, Window Spy shows "Co...
by eblanc
13 Sep 2019, 17:45
Forum: Tutorials (v1)
Topic: How to Check if Webpage is Loaded (Google Chrome, Firefox, Internet Explorer)
Replies: 13
Views: 23582

Re: How to Check if Webpage is Loaded (Google Chrome, Firefox, Internet Explorer)

I've been using image recognition and doing a search for a small portion of the screen, works perfectly fine for me and the pixel get color never worked as good, I guess everyone's application methods are different, we have to use whatever works! Glad it help somebody. It took me a while to build t...
by eblanc
12 Jul 2019, 10:28
Forum: Ask for Help (v1)
Topic: how can I combine two ahk scripts?
Replies: 5
Views: 1182

Re: how can I combine two ahk scripts?

I'm not understanding what you're scripts are suppossed to do, but its should be pretty straight forward. Why can't join put them in the same script? What are you missing to bind them? couple of Label Markers? Is the mouse suppossed to do this in the gui? or is the gui supossed to appear after the ...
by eblanc
10 Jul 2019, 12:56
Forum: Ask for Help (v1)
Topic: Probably Easy. Change column variable?
Replies: 1
Views: 503

Probably Easy. Change column variable?

I have a long script, that will pull info from COM EXCEL, I won't get you guys bored with all the numbers here. But here's the simplified problem I'm trying to solve. %Cam1:: Combojget= "Excel file" send, excel value from("B2").value send, excel value from("B4").value send, excel value from("B8").va...
by eblanc
10 Jul 2019, 10:19
Forum: Ask for Help (v1)
Topic: trouble with loop break Topic is solved
Replies: 3
Views: 971

Re: trouble with loop break Topic is solved

If it works, mark this as fixed.
by eblanc
10 Jul 2019, 10:18
Forum: Ask for Help (v1)
Topic: how can I combine two ahk scripts?
Replies: 5
Views: 1182

Re: how can I combine two ahk scripts?

I'm not understanding what you're scripts are suppossed to do, but its should be pretty straight forward. Why can't join put them in the same script? What are you missing to bind them? couple of Label Markers? Is the mouse suppossed to do this in the gui? or is the gui supossed to appear after the m...
by eblanc
08 Jul 2019, 12:22
Forum: Ask for Help (v1)
Topic: Finding Excel File. Loop, Files Topic is solved
Replies: 14
Views: 3354

Re: Finding Excel File. Loop, Files Topic is solved

Topic is now closed! We did it! Ice Cream and Oreos for everybody! That did it Datapoint , I went into the linked thread and started reading but got a little bit lost with all the back and forth, but your explanation was a lot clearer. Now I just have to remember that for life, that wildcards only w...
by eblanc
05 Jul 2019, 18:13
Forum: Ask for Help (v1)
Topic: Finding Excel File. Loop, Files Topic is solved
Replies: 14
Views: 3354

Re: Finding Excel File. Loop, Files Topic is solved

Thanks Datapoint , I'm a step closer now. The file is found (I even changed the end of the file name a little bit to confirm this!) but It doesn't want open the file. any ideas? Also thanks for sharing, it would have never occurred to me to create a second loop, so this is a completely new approach ...
by eblanc
05 Jul 2019, 17:57
Forum: Ask for Help (v1)
Topic: Finding Excel File. Loop, Files Topic is solved
Replies: 14
Views: 3354

Re: Finding Excel File. Loop, Files Topic is solved

rommmcek My ahk version is v1.1.30.03 You have the correct syntax. But I'm not able to find the file. My "attempt" comes "Blank" your comes I:\My Drive\Webcam\Webcam - Projects\TX15\TX15 - 78558 - *\TX15 - 78558 - *.xlsx which seems completely correct. But I still get message box, no such file!. Fu...
by eblanc
28 Jun 2019, 18:41
Forum: Ask for Help (v1)
Topic: Finding Excel File. Loop, Files Topic is solved
Replies: 14
Views: 3354

Re: Finding Excel File. Loop, Files Topic is solved

rommmcek I tried the message boxes, and they are correct. You had a different user input. this is what I would be using this as user input. TX15 - 78558 - Big business corporation - the business of typing, inc - 9506 Auto hotkey avenue So the output is correct. TX15 - 78558 - TX15 I tried your othe...
by eblanc
28 Jun 2019, 13:58
Forum: Ask for Help (v1)
Topic: Finding Excel File. Loop, Files Topic is solved
Replies: 14
Views: 3354

Re: Finding Excel File. Loop, Files Topic is solved

Xtra Well now I know why I wasn't able to use extension. So that is fixed. However I'm not ablet to get it to work with 3 substrings. I'm able to find it if I put in the full path. Loop, files, % "I:\My Drive\Webcam\Webcam - Projects\TX68\TX68 - 58777 - Sat Inc - Lirna Retail - 99999 Highway 290\TX...
by eblanc
28 Jun 2019, 13:19
Forum: Ask for Help (v1)
Topic: Finding Excel File. Loop, Files Topic is solved
Replies: 14
Views: 3354

Re: Finding Excel File. Loop, Files Topic is solved

@rommmcek

I think I know what you mean, Start with full path, and then start adding the variables. Yeah, that's a good way to start. thanks.
by eblanc
28 Jun 2019, 13:14
Forum: Ask for Help (v1)
Topic: run ahk in extended monitor
Replies: 3
Views: 886

Re: run ahk in extended monitor

Using Winmove. Example SplashTextOn, , , Displays only a title bar. Sleep, 2000 SplashTextOn, 400, 300, Clipboard, The clipboard contains:`n%clipboard% WinMove, Clipboard, , 0, 0 ; Move the splash window to the top left corner. MsgBox, Press OK to dismiss the SplashText SplashTextOff I haven't teste...

Go to advanced search