Access dll function with Autohotkey
-
Hey guys. I'm very net to Qt but not new to Ahk. I'm trying to work with an application (Virtual Jaguar) that uses QWidget controls. Included with the app are the following dll's : QtCore4, QtGui4, QtHelp4, and QtOpenGL4. When this app is open it displays a QWidget ToolBar and it is always visible, even fullscreen. I am able to hide the Toolbar using "controlmove" cmd with ahk. The problem is that hiding this control looks sloppy (screen Jumps). I am building an arcade machine, so when it comes to transitioning from menu to game I would like it to be as clean as possible.
I'm wondering if it is possible for me to call a function from one of those dll's to hide or destroy the toolbar? I don't know if that can be done or not but I figured I would ask here. If it is possible then I have to figure out how to convert the function to something Ahk can use with the "DllCall" command.
Thank you