Search found 3 matches

by vlakmire
12 Jun 2020, 21:47
Forum: Ask for Help (v1)
Topic: ComObjActive passing long int to set a variable
Replies: 13
Views: 1894

Re: ComObjActive passing long int to set a variable

Excellent assistance again. I've got it all working almost perfectly now. I have the cursor box overlay following the cursor movement, however the height of the box isn't quite exact--which I'll have to research. Nonetheless, thanks so much! Great work. Gif showing it working is attached. Thanks aga...
by vlakmire
06 Jun 2020, 19:51
Forum: Ask for Help (v1)
Topic: ComObjActive passing long int to set a variable
Replies: 13
Views: 1894

Re: ComObjActive passing long int to set a variable

Teadrinker, Wonderful it worked. Do you have an easier way to extract 4 variables than this: for k, v in ["x", "y", "w", "h"]{ res .= (k = 1 ? "" : "`n") . v . ": " %v%[] pLeft := x[] pWidth := y[] pTop := z[] pHeight := h[] } I need 4 separate variables rather than one concatenated response. Thanks...
by vlakmire
05 Jun 2020, 14:34
Forum: Ask for Help (v1)
Topic: ComObjActive passing long int to set a variable
Replies: 13
Views: 1894

ComObjActive passing long int to set a variable

To all the great folks of AHK. Thanks for the forums and documentation. Would someone please help me with this objective: A) get current text insert position coordinates from Microsoft Word B) draw a custom cursor overlay at that location (not part of this question b/c A isn't done yet) C) update lo...

Go to advanced search