Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Access dll function with Autohotkey
Qt 6.11 is out! See what's new in the release blog

Access dll function with Autohotkey

Scheduled Pinned Locked Moved 3rd Party Software
1 Posts 1 Posters 2.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dustind900
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved