Disable mouse hovering and interaction with gui

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Seeds
Posts: 87
Joined: 31 Dec 2018, 01:39

Disable mouse hovering and interaction with gui

28 Mar 2020, 16:54

Hello, like the topic says I would like for the gui to not be able to "see" the mouse, or to be able to interact with it.
I am making a pdf game manual viewer, and the only way to do it seems is to use the activex control. When I hover over the upper part of the window the adobe controls window pops up (save, print, etc). I would like to disable this from happening, also left right mouse clicking on the window. This is the code I got so far:


#singleinstance force
#Persistent

file1 := "C:\Users\user\Desktop\007_ The World Is Not Enough.pdf"

Gui Add, ActiveX, w980 h600 vWB1, Shell.Explorer
WB1.Navigate(file1)
Gui, Show,, my gui

return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], RandomBoy and 269 guests