Search found 469 matches
- 01 Nov 2019, 15:05
- Forum: Scripts and Functions
- Topic: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support
- Replies: 27
- Views: 5997
Re: [stdlib] Wrapper for libHaru (creates PDFs) - now with Unicode 32 and 64-bit support
Has anyone had any luck loading external fonts? fontname := HPDF_LoadTTFontFromFile(hDoc,"C:\3of9.ttf",1) should load up the TrueType font and return the font name for use with font := HPDF_GetFont(hDoc, fontname, 0) so in this case it should return "3 of 9 Barcode" but its only returning 0 for any ...
- 18 Oct 2019, 10:22
- Forum: Scripts and Functions
- Topic: EitherMouse 0.8 - Multiple mice, individual settings...
- Replies: 344
- Views: 142189
Re: EitherMouse 0.8 - Multiple mice, individual settings...
hopefully its trivial and I will incorporate whats needed for you and other users that may already use chocolatey, but honestly I personally don't think this distribution/update model is value-add. Most administrators would just use a couple lines in powershell to download and install with command l...
- 17 Oct 2019, 09:47
- Forum: Scripts and Functions
- Topic: EitherMouse 0.8 - Multiple mice, individual settings...
- Replies: 344
- Views: 142189
Re: EitherMouse 0.8 - Multiple mice, individual settings...
The configuration data is stored in the registry, HKCU\Software\EitherMouse\, you can manually look through and see what is saved for each mouse.
As for chocolatey, I will have to try it to see how its faster/more automate-able than simple command line parameters like "/install /quiet"
As for chocolatey, I will have to try it to see how its faster/more automate-able than simple command line parameters like "/install /quiet"
- 16 Oct 2019, 12:37
- Forum: Scripts and Functions
- Topic: EitherMouse 0.8 - Multiple mice, individual settings...
- Replies: 344
- Views: 142189
Re: EitherMouse 0.8 - Multiple mice, individual settings...
Bill Board: great, thanks for the feedback
c600g: I will look into chocolatey, but I can't say I see the real benefit to a system like that
There currently isn't a way to do that, new gui planned but it will take some time. For now you have to use the mouse you want to adjust.
c600g: I will look into chocolatey, but I can't say I see the real benefit to a system like that
There currently isn't a way to do that, new gui planned but it will take some time. For now you have to use the mouse you want to adjust.
- 04 Oct 2019, 08:47
- Forum: Forum Issues
- Topic: Want to add animated GIF to post but "Broken Link for safety" appears
- Replies: 16
- Views: 5534
Re: Want to add animated GIF to post but "Broken Link for safety" appears
why the attitude? he’s new and asking a very simple question
maybe the “error” should read “not a valid image file” instead of “broken link for safety”
maybe the “error” should read “not a valid image file” instead of “broken link for safety”
- 02 Oct 2019, 20:16
- Forum: Forum Issues
- Topic: Want to add animated GIF to post but "Broken Link for safety" appears
- Replies: 16
- Views: 5534
Re: Want to add animated GIF to post but "Broken Link for safety" appears
seems to work when the link ends in ".gif"... doesn't seem like a permission issue, as I could not use your unbroken link either
https://i.ibb.co/NrsgTKf/2019-09-16-0-04-42-Access-Query-Design-AHK-gif.gif

https://i.ibb.co/NrsgTKf/2019-09-16-0-04-42-Access-Query-Design-AHK-gif.gif

- 30 Sep 2019, 18:36
- Forum: Ask For Help
- Topic: is there an alternative imagesearch solution on gdip lib ?
- Replies: 31
- Views: 4989
Re: is there an alternative imagesearch solution on gdip lib ?
i believe that version only works with A32, try this thanks to LinearSpoon: /* CaptureScreen(aRect, bCursor, sFileTo, nQuality) 1) If the optional parameter bCursor is True, captures the cursor too. 2) If the optional parameter sFileTo is 0, set the image to Clipboard. If it is omitted or "", saves ...
- 30 Sep 2019, 13:48
- Forum: Ask For Help
- Topic: LoadCursorFromFile and/or SetSystemCursor .ani problem in Win10, worked in Win7
- Replies: 2
- Views: 483
Re: LoadCursorFromFile and/or SetSystemCursor .ani problem in Win10, worked in Win7
thanks for the link, but it just confirms the broken functionality
seems weird this ability would change and not be documented, i hate microsoft
seems weird this ability would change and not be documented, i hate microsoft
- 27 Sep 2019, 12:43
- Forum: Ask For Help
- Topic: LoadCursorFromFile and/or SetSystemCursor .ani problem in Win10, worked in Win7
- Replies: 2
- Views: 483
LoadCursorFromFile and/or SetSystemCursor .ani problem in Win10, worked in Win7
got such great help with the last similar question (new problem with win10), might as well try again Been using this code successfully for years in Windows 7... but in windows 10 it only shows a static frame of the animated cursor: CursorFile := "cursor.ani" CursorHandle := DllCall("LoadCursorFromFi...
- 27 Sep 2019, 08:18
- Forum: Ask For Help
- Topic: Bug in Regwrite in HKEY_LOCAL_MACHINE
- Replies: 12
- Views: 2160
Re: Bug in Regwrite in HKEY_LOCAL_MACHINE
that means its an elevation/permission issue as was first recommended
- 26 Sep 2019, 16:03
- Forum: Scripts and Functions
- Topic: EitherMouse 0.8 - Multiple mice, individual settings...
- Replies: 344
- Views: 142189
Re: EitherMouse 0.8 - Multiple mice, individual settings...
oh and (at least) 0.83 triggered a virus alert with windows defender "Trojan:Win32/Zpevdo.B" sorry i don’t know what to do about the false positives except tell people to ignore it and/or submit it to your vendor Send a report to Microsoft about a misidentified file (false positive): https://www.mi...
- 25 Sep 2019, 20:49
- Forum: Scripts and Functions
- Topic: EitherMouse 0.8 - Multiple mice, individual settings...
- Replies: 344
- Views: 142189
Re: EitherMouse 0.8 - Multiple mice, individual settings...
ok good, thanks for reporting back
now try unchecking “ignore zero device” from the advanced menu... unfortunately the touch screen and touch pad on a surface both register as a software mouse (ie no device handle, ie “zero device”, i plan to rename the option) i assume the surface dial is the same
now try unchecking “ignore zero device” from the advanced menu... unfortunately the touch screen and touch pad on a surface both register as a software mouse (ie no device handle, ie “zero device”, i plan to rename the option) i assume the surface dial is the same
- 23 Sep 2019, 18:35
- Forum: Ask For Help
- Topic: Enumerating fonts crashes (silently) on windows 10? not on windows 7
- Replies: 18
- Views: 2015
Re: Enumerating fonts crashes (silently) on windows 10? not on windows 7
thanks for the explanation!
- 20 Sep 2019, 14:19
- Forum: Ask For Help
- Topic: WinHttp.WinHttpRequest.5.1 / MSXML2.XMLHTTP.6.0 Errors on WinXp (previously working!)
- Replies: 4
- Views: 1017
Re: WinHttp.WinHttpRequest.5.1 / MSXML2.XMLHTTP.6.0 Errors on WinXp (previously working!)
i believe this is actually a problem with ie(8?) and not actually with xp... chrome or firefox shouldn’t have issues with https on xp, but the com interface you’re trying to use uses ie in the background, and microsoft isn’t updating xp anymore for us
- 20 Sep 2019, 10:59
- Forum: Ask For Help
- Topic: Enumerating fonts crashes (silently) on windows 10? not on windows 7
- Replies: 18
- Views: 2015
Re: Enumerating fonts crashes (silently) on windows 10? not on windows 7
Thanks for the explanation, I've learned a few useful things by asking this question, thanks everyone
- 20 Sep 2019, 10:27
- Forum: Ask For Help
- Topic: Enumerating fonts crashes (silently) on windows 10? not on windows 7
- Replies: 18
- Views: 2015
Re: Enumerating fonts crashes (silently) on windows 10? not on windows 7
thank you, yes that works in swagfag's example above, thank you helgef and teadrinker!
not sure why it didn't fail in win7 or on swagfag's win10 setup... I will still pursue converting to the Ex function
not sure why it didn't fail in win7 or on swagfag's win10 setup... I will still pursue converting to the Ex function
- 20 Sep 2019, 10:04
- Forum: Ask For Help
- Topic: Enumerating fonts crashes (silently) on windows 10? not on windows 7
- Replies: 18
- Views: 2015
Re: Enumerating fonts crashes (silently) on windows 10? not on windows 7
re: obsolete function good to know, I will try to convert to EnumFontFamiliesEx function, thanks for the heads up, I would not be surprised at all if microsoft is cutting 16-bit compatibility, even if undocumented re: why its crashing for me and not for you I can't see how something I previously scr...
- 20 Sep 2019, 09:30
- Forum: Ask For Help
- Topic: Enumerating fonts crashes (silently) on windows 10? not on windows 7
- Replies: 18
- Views: 2015
Re: Enumerating fonts crashes (silently) on windows 10? not on windows 7
this works for me on windows10. if the script crashes, check the eventlog to find out why. crashes for me... after displaying a single msgbox that says "System"... so thats making me think StrGet(lpelf + 28, 32) isn't right for 32/64 bit, but i don't see what would have changed from win7 to win10 F...
- 20 Sep 2019, 09:24
- Forum: Ask For Help
- Topic: Enumerating fonts crashes (silently) on windows 10? not on windows 7
- Replies: 18
- Views: 2015
Re: Enumerating fonts crashes (silently) on windows 10? not on windows 7
U32
both win7 and win10 are 64bit environments
both win7 and win10 are 64bit environments
- 20 Sep 2019, 08:44
- Forum: Ask For Help
- Topic: Enumerating fonts crashes (silently) on windows 10? not on windows 7
- Replies: 18
- Views: 2015
Re: Enumerating fonts crashes (silently) on windows 10? not on windows 7
thanks for looking... the two enumerations are to verify the font actually got installed, maybe not the most effecient, but functional... i’ll change to monitoring errrors the functions path() and fileextract() are pretty self explanatory, i can add them if it helps but i think they are unrelated (p...