Print Page | Close Window

Disable Ribbon System Button Double Click

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=13293
Printed Date: 07 October 2024 at 6:26am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Disable Ribbon System Button Double Click
Posted By: cjzer
Subject: Disable Ribbon System Button Double Click
Date Posted: 30 January 2009 at 10:20am
Please... Share you codes for disabling the ribbon bar system button double click...

Thanks



Replies:
Posted By: shipwreck
Date Posted: 23 February 2009 at 10:16pm
If my memory serves me right  cjzer, then the double click cannot be disabled. You see, the system button is merely an enlarged version of the smaller icon that is normally in that area.  Therefore, it obtains the similar functionality as by double clicking will close the form.

-------------
Product: Xtreme Suite Pro (Active-X), Version 15.3.1

Platform: Windows 7 Ultimate SP1 (64Bit) & Windows XP Mode SP3 (32Bit)

Language: Visual Basic 6.0 SP6


Posted By: Mr.Den
Date Posted: 24 February 2009 at 12:08pm

in the Form_QueryUnload try:

    If UnloadMode = vbUser Then
        Cancel = 1
    End If

That will stop the form from unloading by a user action, not sure if that will help or not.



-------------
Product: Xtreme SuitePro (ActiveX) version 16.3.1

Platform: Windows 7 Professional (64bit) - SP 1

Language: Visual Basic 6.0 SP 6


Posted By: jpbro
Date Posted: 24 February 2009 at 4:26pm
Here are a couple of options:

https://forum.codejock.com/forum_posts.asp?TID=6117&KW= - https://forum.codejock.com/forum_posts.asp?TID=6117&KW=
https://forum.codejock.com/forum_posts.asp?TID=11566&KW= - https://forum.codejock.com/forum_posts.asp?TID=11566&KW=


-------------
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3

Language: Visual Basic 6.0 SP6




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net