Search found 447 matches

by DataLife
08 Oct 2023, 16:21
Forum: Scripts and Functions (v1)
Topic: Simple alarm (e-motiv)
Replies: 3
Views: 1961

Re: Simple alarm (e-motiv)

Please explain how to use this.

I downloaded the script and ran it expecting to see the GUI, instead my computer went into hibernation.
by DataLife
05 Oct 2023, 00:08
Forum: Scripts and Functions (v1)
Topic: Windows 10 available *.dll Icons
Replies: 6
Views: 1449

Re: Windows 10 available *.dll Icons

@pcg
I very much need this.
Thanks
by DataLife
17 Sep 2023, 21:36
Forum: Scripts and Functions (v1)
Topic: HourGlass
Replies: 3
Views: 1103

Re: HourGlass

thanks for this script.

I may try to skip the Gui and read HourGlass.ini (after saving the color and all settings for that color in the ini), then display the progress bar. This would allow me to use it in one of my scripts.
by DataLife
13 Sep 2023, 08:43
Forum: Ask for Help (v1)
Topic: Hotstrings displaying foreign chars
Replies: 1
Views: 262

Re: Hotstrings displaying foreign chars

Issue has been resolved by adding this to the script.

Code: Select all

FileEncoding, UTF-8
by DataLife
11 Sep 2023, 20:39
Forum: Ask for Help (v1)
Topic: Hotstrings displaying foreign chars
Replies: 1
Views: 262

Hotstrings displaying foreign chars

I have a user in Sweden that has this issue on Windows 11. I can not reproduce it on my windows 10 system. My script reads the string and replacement text from a text file and enables hotstrings. When the end user types jte the script auto replaces that with “János Toth-EgetÔ instead of János Toth...
by DataLife
03 Sep 2023, 23:16
Forum: Scripts and Functions (v2)
Topic: Run Alt AHK Version (RAAV) - Run AHK v2 scripts with one click
Replies: 10
Views: 6305

Re: Run Alt AHK Version (RAAV) - Run AHK v2 scripts with one click

No, the Click is to select the file so then the path of the selected file can be retrieved. A single click does not run a file like a double-click does unless you have some sort of non-standard Windows settings or something. If that’s your setting, you should be aware that the vast majority of user...
by DataLife
02 Sep 2023, 17:26
Forum: Scripts and Functions (v2)
Topic: Run Alt AHK Version (RAAV) - Run AHK v2 scripts with one click
Replies: 10
Views: 6305

Re: Run Alt AHK Version (RAAV) - Run AHK v2 scripts with one click

Concerning this part of your code... MButton:: Click Sleep, 200 ScriptFilePath := Explorer_GetSelection() if (ErrorLevel) || (SubStr(ScriptFilePath, -3) != ".ahk") || (FileExist(ScriptFilePath) = "D") return SplitPath, ScriptFilePath,, ScriptPath Run, % AltBinPath . A_Space . Chr(34) . ScriptFilePat...
by DataLife
01 Sep 2023, 15:23
Forum: Ask for Help (v1)
Topic: Get Connected Network Name
Replies: 1
Views: 300

Re: Get Connected Network Name

The issue is not Windows 11 related. I found when going from Wired connection to wireless connection this would remember the wired connection when connected to a wireless connection. DllCall(NumGet(NumGet(INetWork + 0) + A_PtrSize*9), "Ptr", INetWork, "PtrP", pWStr) I changed the PtrSize to 7 and it...
by DataLife
31 Aug 2023, 21:42
Forum: Ask for Help (v1)
Topic: [REQ] Changing Custom CheckFileTime Script
Replies: 6
Views: 373

Re: [REQ] Changing Custom CheckFileTime Script

mikeyww wrote:
31 Aug 2023, 19:24
Hello,

1. When a change is detected, set a timer.
2. When the timer expires, send your special key.
What if the file changed again while the timer was running? Wouldn't you have to keep checking the timestamp and reset the timer if the timestamp changed?
by DataLife
31 Aug 2023, 20:55
Forum: Ask for Help (v1)
Topic: Get Connected Network Name
Replies: 1
Views: 300

Get Connected Network Name

The following code used to work properly for one of my users. Something changed and now it does not retrieve the correct name for his internet connection. It still works properly on windows 10 home and windows 10 pro on my test computers. My user has Windows 11 pro, I do not. The issue is that he ha...
by DataLife
13 Aug 2023, 17:06
Forum: Scripts and Functions (v1)
Topic: [Function] VarWrite \ VarRead - A little bit faster alternative to IniWrite \ IniRead [Function]
Replies: 3
Views: 1592

Re: [Function] VarWrite \ VarRead - A little bit faster alternative to IniWrite \ IniRead [Function]

I was looking for a way to write case sensitive section labels to an INI file and I came across this. I believe this is what I need. I will need to write the "var" to a text file and then read that same text file the next time the script is ran. Basically this stores a case sensitive ini file in mem...
by DataLife
15 Jun 2023, 20:53
Forum: Scripts and Functions (v1)
Topic: Get the URL of the current (active) browser tab
Replies: 196
Views: 139416

Re: Get the URL of the current (active) browser tab

I just got the exact same error again (I checked and the screenshots are identical). This time it happened in Chrome when I closed a Google Calendar tab and it switched to a Google drive tab. A hypothesis would be that the problem arises from the following code: For nChild, accChild in Acc_Children...
by DataLife
15 Jun 2023, 16:55
Forum: Scripts and Functions (v1)
Topic: Get the URL of the current (active) browser tab
Replies: 196
Views: 139416

Re: Get the URL of the current (active) browser tab

I am using this function to get the URL of a tab in Edge. Is there a way to suppress ACC error messages? My script is designed to continue on even if the URL can not be retrieved, but I would like to suppress this error message. Error: 0x80004005 - Unspecified error Source: (null) Description: (null...
by DataLife
15 Mar 2023, 09:06
Forum: Scripts and Functions (v1)
Topic: Context Menu Clipboard History
Replies: 5
Views: 1043

Re: Context Menu Clipboard History

I like the idea and this is very easy to use, however, this script does not completely paste large clipboards. Sometimes, only 150 out of 2000, sometimes only 330 out of 528 lines of code is pasted. It splits large clipboards into 5 separate entries in the context menu and none of them are the comp...
by DataLife
14 Mar 2023, 00:49
Forum: Scripts and Functions (v1)
Topic: Context Menu Clipboard History
Replies: 5
Views: 1043

Re: Context Menu Clipboard History

I like the idea and this is very easy to use, however, this script does not completely paste large clipboards. Sometimes, only 150 out of 2000, sometimes only 330 out of 528 lines of code is pasted. It splits large clipboards into 5 separate entries in the context menu and none of them are the compl...
by DataLife
11 Feb 2023, 01:03
Forum: Scripts and Functions (v1)
Topic: Text Based Clipboard Manager w/Gui
Replies: 6
Views: 5801

Re: Text Based Clipboard Manager w/Gui

@DataLife Hello, Hello, Your idea is interesting but searching for clips is tedious and presets have no names when they are busy. Consider this: - ReClip; a Text Reformatting and Clip Management Utility - AutoHotkey Community @ https://www.autohotkey.com/boards/viewtopic.php?f=6&t=28225 - CLCL @ ht...
by DataLife
11 Feb 2023, 00:39
Forum: Scripts and Functions (v1)
Topic: Text Based Clipboard Manager w/Gui
Replies: 6
Views: 5801

Re: Text Based Clipboard Manager w/Gui

ckkeith wrote:
08 Feb 2023, 18:55
Hey, I was going to check it out but I can't get the link to work.
The link works for me.

I added a code box with the full script.
by DataLife
06 Feb 2023, 12:47
Forum: Scripts and Functions (v1)
Topic: Text Based Clipboard Manager w/Gui
Replies: 6
Views: 5801

Re: Text Based Clipboard Manager w/Gui

I am very surprised to see "Viewed 3576 times" but no comments.
by DataLife
05 Feb 2023, 17:51
Forum: Ask for Help (v1)
Topic: Virtual or Physical Network Adapter detection?
Replies: 7
Views: 768

Re: Virtual or Physical Network Adapter detection?

You need here instead of objItem.Description try to get guid property. objWMIService := ComObjGet("winmgmts:{impersonationLevel = impersonate}!\\.\root\cimv2") colItems := objWMIService.ExecQuery("Select * from Win32_NetworkAdapterConfiguration WHERE IPEnabled = True")._NewEnum while colItems[objIt...
by DataLife
05 Feb 2023, 10:20
Forum: Ask for Help (v1)
Topic: Virtual or Physical Network Adapter detection?
Replies: 7
Views: 768

Re: Virtual or Physical Network Adapter detection?

Each code can return all this properties https://learn.microsoft.com/en-us/previous-versions/windows/desktop/legacy/hh968170(v=vs.85) https://learn.microsoft.com/en-us/windows/win32/cimwin32prov/win32-networkadapterconfiguration I suggest You to test properties like id, guid from this 2 classes to ...

Go to advanced search