Search found 8 matches

by Bubo_Bubo
08 Oct 2023, 23:21
Forum: Scripts and Functions (v1)
Topic: Autocad Com Scripts
Replies: 3
Views: 7144

Re: Autocad Com Scripts

@steventaitinger, how to GetBoundingBox in v1 and the same in v2.
by Bubo_Bubo
08 Oct 2023, 11:46
Forum: Ask for Help (v2)
Topic: COM Array - Byref Output (a122) Topic is solved
Replies: 4
Views: 1101

COM Array - Byref in Autocad Topic is solved

Here's how to draw things by coordinates in autocad, use GetBoundingBox and SelectionSets. Parts from this answer ported to v2 with VBA equivalents: #Requires AutoHotkey v2.0 cad := ComObjActive("AutoCAD.Application") ; AddText point := Point3d(789.72, 1500.45) textObj := cad.ActiveDocument.ModelSpa...
by Bubo_Bubo
15 Aug 2022, 22:49
Forum: Ask for Help (v1)
Topic: "Delete the current video" on MPC-BE Topic is solved
Replies: 15
Views: 3668

Re: "Delete the current video" on MPC-BE Topic is solved

gimel wrote:
15 Aug 2022, 17:37
What would the code be on a 32-bit system?
image.png
image.png (4.93 KiB) Viewed 2109 times
Try replacing this line:

Code: Select all

	fname := RegExReplace(fname, " - MPC-BE x64.*?$", "")
to this:

Code: Select all

	fname := RegExReplace(fname, " - MPC-BE .*?$", "")
Don't forget to set «Title bar text» to «Full path» in settings.
by Bubo_Bubo
20 Mar 2021, 02:33
Forum: Ask for Help (v1)
Topic: "Delete the current video" on MPC-BE Topic is solved
Replies: 15
Views: 3668

Re: "Delete the current video" on MPC-BE Topic is solved

working full example for mpc-be? 1. Set this in mpc settings: mpc.png 2. Here is a full code for mpc be 64-bit. Press F8 to recycle the current file: ; tested on AHK version 2.0-a123 global MPC_CLASS := "ahk_class MPC-BE" ;"ahk_class MediaPlayerClassicW" #HotIf WinActive(MPC_CLASS) F8:: mpcRecycleF...
by Bubo_Bubo
11 Feb 2021, 01:55
Forum: Прочие ресурсы и ПО.
Topic: AHK на Android
Replies: 1
Views: 16579

Re: AHK на Android

Есть в jbak2keyboard. В конце файла раскладки указываете

Code: Select all

...
<Replace from="зы" to="P.S."/>
<Replace from="дд" to="Добрый день!"/>
...
</Keyboard>
by Bubo_Bubo
07 Feb 2019, 07:12
Forum: Ask for Help (v1)
Topic: "Delete the current video" on MPC-BE Topic is solved
Replies: 15
Views: 3668

Re: "Delete the current video" on MPC-BE Topic is solved

In MPC Home Cinema you may Post Message #24044 to recycle current file: PostMessage 0x0111, 24044, , , MPC_HC_CLASS_NAME . Unfortunately, this message is not available to BE :? I use this method for home cinema ( warning! AHK2.0 ): global MPC_CLASS := "ahk_class MediaPlayerClassicW" mpcRecycleFile()...
by Bubo_Bubo
07 Feb 2019, 05:44
Forum: Scripts and Functions (v1)
Topic: Media Player Classic Home Cinema Library
Replies: 7
Views: 3476

Re: Media Player Classic Home Cinema Library

The handy list of messages is always at your service in options of MPC HC or MPC BE:
screenshot
by Bubo_Bubo
03 Oct 2014, 05:39
Forum: Scripts and Functions (v1)
Topic: Autocad Com Scripts
Replies: 3
Views: 7144

Re: Autocad Com Scripts

(remove this)

Go to advanced search