Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
This topic
This board
Entire forum
Website and forum (google)
Member search
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
6 Months
Forever
Login with username, password and session length
Friday December 13, 2024, 10:32 am
Proudly celebrating 15+ years online.
Donate now
to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
Forum Home
Search
Login
Register
Recent Topics
Go To..
Recently updated topics
Recent posts (compact)
Recent posts (full text)
DonationCoder.com Forum
»
DonationCoder.com Software
»
Coding Snacks
»
Post New Requests Here
»
Ahk script to remove the CBRS_GRIPPER from toolbars
« previous
next »
New Topic
Print
Pages: [
1
] •
bottom
Author
Topic: Ahk script to remove the CBRS_GRIPPER from toolbars (Read 3606 times)
rsteward
Supporting Member
Joined in 2010
Posts:
22
Ahk script to remove the CBRS_GRIPPER from toolbars
«
on:
November 05, 2018, 02:35 PM »
Would it be possible to have an AHK script to remove the CBRS_GRIPPER from a toolbar control?
Ath
Supporting Member
Joined in 2006
Posts:
3,629
Re: Ahk script to remove the CBRS_GRIPPER from toolbars
«
Reply #1 on:
November 05, 2018, 03:22 PM »
Your request is very generic, could you add more details, like the application involved, a screenshot, and, also interesting, the motivation for removing it?
rsteward
Supporting Member
Joined in 2010
Posts:
22
Re: Ahk script to remove the CBRS_GRIPPER from toolbars
«
Reply #2 on:
November 06, 2018, 10:19 AM »
Sure, the application involved is PL/SQL Developer. It has the gripper control on the toolbars and no way of turning it off. I frequently click too far left of the button and click the gripper causing the toolbar to be moved from it's location.
Lintalist
Participant
Joined in 2015
Posts:
122
Re: Ahk script to remove the CBRS_GRIPPER from toolbars
«
Reply #3 on:
November 06, 2018, 11:38 AM »
Does the Window Spy see that as a separate control? If so perhaps simply disable the mouse buttons when your mouse if over the control?
See
https://autohotkey.c...ocs/commands/_If.htm
for the Examples. If Lbutton/Rbutton are disabled you can't move the bars :-)
Lintalist website
-
Source @ GH
New Topic
Print
Pages: [
1
] •
top
« previous
next »
DonationCoder.com Forum
»
DonationCoder.com Software
»
Coding Snacks
»
Post New Requests Here
»
Ahk script to remove the CBRS_GRIPPER from toolbars