Search found 10 matches

by stretchymantis
04 Jul 2022, 16:15
Forum: Ask for Help (v1)
Topic: export excel cell as pic Topic is solved
Replies: 8
Views: 2437

Re: export excel cell as pic Topic is solved

FanaticGuru wrote:
15 Feb 2018, 02:08
All wonderful methods on here, but this stood out as an incredibly creative workaround to keep the whole process within Excel. I'm literally trying to find an excuse to use it lol. :p
by stretchymantis
20 May 2022, 10:37
Forum: Ask for Help (v1)
Topic: What is a layered window?
Replies: 4
Views: 1240

Re: What is a layered window?

This was very resourceful, thanks!
by stretchymantis
05 May 2022, 13:12
Forum: Ask for Help (v1)
Topic: What is DllCall in Autohotkey?
Replies: 3
Views: 2759

Re: What is DllCall in Autohotkey?

Ronins wrote:
10 Oct 2016, 13:33
@Ronins, That was an incredibly awesome explanation and helped me immensely. Thank you!!!
by stretchymantis
19 Mar 2022, 03:18
Forum: Ask for Help (v1)
Topic: Using CopyPicture for a Picture control does not copy over cell data, just shape data Topic is solved
Replies: 6
Views: 872

Re: Using CopyPicture for a Picture control does not copy over cell data, just shape data Topic is solved

@BoBo I had the same thought! :lol: Using GDIP, this seems to work: (https://www.autohotkey.com/boards/viewtopic.php?t=6517) oxl := ComObjActive("excel.application") oRange := oxl.activesheet.Range("A1:Q16").CopyPicture(1,2) pToken := Gdip_Startup() pBitmapX := Gdip_CreateBitmapFromClipboard() hBit...
by stretchymantis
19 Mar 2022, 02:54
Forum: Ask for Help (v1)
Topic: Using CopyPicture for a Picture control does not copy over cell data, just shape data Topic is solved
Replies: 6
Views: 872

Re: Using CopyPicture for a Picture control does not copy over cell data, just shape data Topic is solved

is I don't want to have to create and actual file as other co-workers will be using this on work laptops and if it writes a file to the drive it will send out red flags to our IT department How you actually work at all if writing files to the disc is alerting your IT? :think: Lol sorry, re-reading ...
by stretchymantis
18 Mar 2022, 23:11
Forum: Ask for Help (v1)
Topic: Using CopyPicture for a Picture control does not copy over cell data, just shape data Topic is solved
Replies: 6
Views: 872

Using CopyPicture for a Picture control does not copy over cell data, just shape data Topic is solved

Hello AutoHotkey world! I have a problem I can't seem figure out. I've been unable to find a solution after several days. I have an Excel file that is essentially a layout map of a building. The map is comprised of cells, cell borders, and shapes. I have a script which copies the map via UsedRange.C...
by stretchymantis
22 Jan 2022, 17:41
Forum: Scripts and Functions (v1)
Topic: Moving/Sliding/Scrolling Text in GUI
Replies: 1
Views: 2039

Re: Moving/Sliding/Scrolling Text in GUI

Thank you for all the work you put into this! Haven't tested yet, but looks neat!
by stretchymantis
22 Jan 2022, 15:33
Forum: Old Topics
Topic: AutoGUI - Script Editor, GUI Designer, Debugger and Tools
Replies: 423
Views: 428071

Re: AutoGUI - Script Editor, GUI Designer, Debugger and Tools

boiler wrote:
12 Nov 2021, 10:39
You’re posting in the thread for the old version of this editor that was called AutoGUI. The new version is called Adventure, and you can find the download link here.
Precisely what I needed when landing here. Thanks!
by stretchymantis
09 Jan 2022, 18:29
Forum: Scripts and Functions (v1)
Topic: Optical character recognition (OCR) with UWP API
Replies: 157
Views: 66054

Re: Optical character recognition (OCR) with UWP API

Thanks for replying. I do have the language set to "en". To be sure, I double-checked and then added msgbox, OCR(showavailablelanguages) which resulted in "en-US" as the only listing. That got me to thinking though about how the OCR may be 'seeing' the characters. I use VSCode and am primarily testi...
by stretchymantis
08 Jan 2022, 17:33
Forum: Scripts and Functions (v1)
Topic: Optical character recognition (OCR) with UWP API
Replies: 157
Views: 66054

Re: Optical character recognition (OCR) with UWP API

Hi everyone, Pretty new to Autohotkey and programming in general, but been snooping around here a bit to learn. It's an awesome community here & nice to see so many knowledgeable people selflessly helping a constant influx of stumbling-drunk newbies (points to self) with often zany problems and requ...

Go to advanced search