Search found 202 matches

by icuurd12b42
01 Jan 2018, 23:54
Forum: Ask for Help (v1)
Topic: Any way to prevent app from seeing mouse movement?
Replies: 2
Views: 824

Any way to prevent app from seeing mouse movement?

I need to move the mouse for a game, in a specific way to activate a circular menu, like I activate the menu and then move the mouse towards one quadrant in the menu circle to activate that pie segment... Now the problem sometimes the (hidden mouse) is on the edge of the game, so I can't simply move...
by icuurd12b42
03 Nov 2017, 11:33
Forum: Ask for Help (v1)
Topic: I would like an Alway-on-top window that displays my variables live while my script runs.
Replies: 19
Views: 3373

Re: I would like an Alway-on-top window that displays my variables live while my script runs.

jeeswg wrote:Lucky I memorised the documentation so I don't have to look it up.

Btw I use Internet Explorer 11, which browser do you use? In case for some reason certain browsers were affected earlier than others. Cheers.
Chrome
by icuurd12b42
02 Nov 2017, 09:32
Forum: Ask for Help (v1)
Topic: I would like an Alway-on-top window that displays my variables live while my script runs.
Replies: 19
Views: 3373

Re: I would like an Alway-on-top window that displays my variables live while my script runs.

jeeswg wrote:@icuurd12b42: OK, right now for me, the documentation has lost its index pane, like you said.
Yep, it's basically unusable without the left pane... looks we'll have to use google's site: feature
by icuurd12b42
30 Oct 2017, 13:51
Forum: Ask for Help (v1)
Topic: I would like an Alway-on-top window that displays my variables live while my script runs.
Replies: 19
Views: 3373

Re: I would like an Alway-on-top window that displays my variables live while my script runs.

;Top of file global Variable := 1 global TheGlobalControl ^P:: Variable +=1 GuiControl,,TheGlobalControl,%Variable% return Numpad1:: Gui, +AlwaysOnTop +Disabled -SysMenu +Owner Gui, Add, Text,vTheGlobalControl w30,%Variable% Gui, Show, NoActivate, Title of Window return If you are using multiple GUI...
by icuurd12b42
30 Oct 2017, 08:25
Forum: Ask for Help (v1)
Topic: Windows 10 Apps
Replies: 7
Views: 1971

Re: Windows 10 Apps

There is no shortcuts for windows 10 apps unless you make one yourself. I definitely looked at that avenue last week. all these apps in C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories are not windows 10... Calc.exe is pretty weird actually. there is a exe in system 32 but it looks t...
by icuurd12b42
30 Oct 2017, 07:39
Forum: Ask for Help (v1)
Topic: I would like an Alway-on-top window that displays my variables live while my script runs.
Replies: 19
Views: 3373

Re: I would like an Alway-on-top window that displays my variables live while my script runs.

I believe you use the +topmost when defining the GUI window you'll use for showing you variables...

gui +topmost

Looks like the help site reverted to a old help system... I cant reference this
by icuurd12b42
30 Oct 2017, 07:21
Forum: Ask for Help (v1)
Topic: Windows 10 Apps
Replies: 7
Views: 1971

Re: Windows 10 Apps

I would need a reference of every windows10 app that exits
by icuurd12b42
30 Oct 2017, 06:53
Forum: Ask for Help (v1)
Topic: Windows 10 Apps
Replies: 7
Views: 1971

Re: Windows 10 Apps

Yep. the only changes perceived are in the Accessible Info of that AccViewer tool. It's not much and don;t know if I can use this information as a 2nd means of control detection in the case of win10 apps... I could work maybe (I love your work BTW +1) the Loop, Parse, vCtlList on that page does not ...
by icuurd12b42
27 Oct 2017, 02:26
Forum: Ask for Help (v1)
Topic: Windows 10 Apps
Replies: 7
Views: 1971

Windows 10 Apps

I'm having trouble dealing with Windows 10 Applications in my code... I have code that detects what process the active window is from and the result is all win10 apps have the same process... Here, Calaculator vs Mail ------------------ NEW WINDOW DETECTED hWnd: 197812 Class: ApplicationFrameWindow ...
by icuurd12b42
19 Oct 2017, 21:15
Forum: Scripts and Functions (v1)
Topic: ActiveScript - Host VBScript and JScript in-process
Replies: 46
Views: 41829

Re: ActiveScript - Host VBScript and JScript in-process

I would like to call this function
https://docs.microsoft.com/en-us/script ... riptthread
It does not look to be available, or if it is at what level it would be.
by icuurd12b42
19 Oct 2017, 08:40
Forum: Scripts and Functions (v1)
Topic: ActiveScript - Host VBScript and JScript in-process
Replies: 46
Views: 41829

Re: ActiveScript - Host VBScript and JScript in-process

I just chased a bug where a AHK function returning a number called from the Jscript code has the number turned into a string on the JScript side... I solved it calling parseInt on the js side but it's really clumsy looking
by icuurd12b42
19 Oct 2017, 03:46
Forum: Scripts and Functions (v1)
Topic: ActiveScript - Host VBScript and JScript in-process
Replies: 46
Views: 41829

Re: ActiveScript - Host VBScript and JScript in-process

Your answer is a little short in context... are you saying his.m_Js := new ActiveScript("JScript") ;My Objects this.m_Js.AddObject("HKS", ComDispatch0(HKS)) can be changed to his.m_Js := new ActiveScript("JScript") ;My Objects this.m_Js.AddObject(HKS) HKS is an object.... with get properties that fu...
by icuurd12b42
13 Oct 2017, 00:15
Forum: Ask for Help (v1)
Topic: how to spam
Replies: 2
Views: 525

Re: how to spam

label:
InputBox, ...
goto label
by icuurd12b42
13 Oct 2017, 00:03
Forum: Ask for Help (v1)
Topic: Help Introduce a 2 Year Old to a PC
Replies: 2
Views: 487

Re: Help Introduce a 2 Year Old to a PC

>Disable the Right and Middle mouse buttons while mouse barriers are active disabling the mouse button is as easy as adding the labels MButton:: RButton:: ;do nothing return this will trap the mouse button and prevent other apps from detecting it >Create mouse barriers around the main part of the we...
by icuurd12b42
11 Oct 2017, 02:27
Forum: J'ai besoin d'aide
Topic: Commande de répétition On/Off
Replies: 16
Views: 12640

Re: Commande de répétition On/Off

Bizarre...
by icuurd12b42
08 Oct 2017, 05:52
Forum: Ask for Help (v1)
Topic: GUI Add Link, Link not respecting the font color Topic is solved
Replies: 12
Views: 3101

Re: GUI Add Link, Link not respecting the font color Topic is solved

OK, yeah, I guess I never noticed it before and somehow adding the new color sort of forced my color discriminatory sense to toggle ON

Thanks for the help guys! have a great Sunday!

on the other hand.... I wonder if I can change the color of the selections, if I dared to.

Go to advanced search