Jump to content

Recommended Posts

Posted

Can AutoIt be used to add another button to the title bar of an active window?

I want to add a button to the title bar of the current active window and have AutoIt do something when it is selected.

Posted

Thanks for the reply, but no, Anygui doesnt do what i want to do. I want to add a button to the title bar, not anywhere else. If it can be done with Anygui could someone post some example code for me plz?

Posted

Here's an example of what I want to do:

I don't want to change the GUI of my script, I want to add another button to any other active window.

Posted

if this would be possible, i would find it very useful. sorry, i dont know how.

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

Posted

I know it's possible, because my ATI Display software does exactly as you describe, but I haven't figured out how to get a handle to just the window caption rect( if there is even such a thing)

[u]Do more with pre-existing apps![/u]ANYGUIv2.8
Posted

I PMed AznSai earlier with the following response as it didn't seem too appropriate to publicly post it, but since a solution hasn't come to light yet...

PowerPro is a freeware utility that allows you to create button/icon bars, hotkeys, timers etc. with the ability to place such a bar within the caption of an active window.

This is a good solution if you are only wanting to implement this for yourself and whenever Windows is loaded.

Posted

Here's an example of what I want to do:

I don't want to change the GUI of my script, I want to add another button to any other active window.

<{POST_SNAPBACK}>

I think this would involve modifying the window class definitions in the registry...
Posted

did this for fun. adds a button to your title bar. knows right and left click. unfinished (some position tuning needed).

Lar.

<{POST_SNAPBACK}>

Thanks for your work Larry, I guess I'll have to use this or something similar until what I want to do becomes doable :whistle:.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...