<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>ClipboardFusion RSS: Hide the Quick history menu with macro ?</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=ee5912c5-0727-4089-a93e-37f2d28c0577" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=ee5912c5-0727-4089-a93e-37f2d28c0577</link>
<description>ClipboardFusion RSS: Hide the Quick history menu with macro ?</description>
<lastBuildDate>Tue, 26 May 2026 06:52:50 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=ee5912c5-0727-4089-a93e-37f2d28c0577</generator>
<item>
<title>RE: Hide the Quick history menu with macro ?</title>
<link>https://www.clipboardfusion.com/Discussions/View/hide-the-quick-history-menu-with-macro/?ID=ee5912c5-0727-4089-a93e-37f2d28c0577#5</link>
<pubDate>Wed, 01 Jun 2022 20:37:05 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/hide-the-quick-history-menu-with-macro/?ID=ee5912c5-0727-4089-a93e-37f2d28c0577#5</guid>
<category>ClipboardFusion</category>
<description><![CDATA[No worries, glad to hear it!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
No worries, glad to hear it!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Hide the Quick history menu with macro ?</title>
<link>https://www.clipboardfusion.com/Discussions/View/hide-the-quick-history-menu-with-macro/?ID=ee5912c5-0727-4089-a93e-37f2d28c0577#4</link>
<pubDate>Tue, 31 May 2022 21:17:37 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/hide-the-quick-history-menu-with-macro/?ID=ee5912c5-0727-4089-a93e-37f2d28c0577#4</guid>
<category>ClipboardFusion</category>
<description><![CDATA[It worked after some tuning : the window title was different due to foreign langage.
Thanks so much for reply, it will save my time.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
It worked after some tuning : the window title was different due to foreign langage.<br/>
<br/>
Thanks so much for reply, it will save my time.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Hide the Quick history menu with macro ?</title>
<link>https://www.clipboardfusion.com/Discussions/View/hide-the-quick-history-menu-with-macro/?ID=ee5912c5-0727-4089-a93e-37f2d28c0577#3</link>
<pubDate>Tue, 31 May 2022 21:06:11 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/hide-the-quick-history-menu-with-macro/?ID=ee5912c5-0727-4089-a93e-37f2d28c0577#3</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Try this out
Code
Copy
Select All
IntPtr window = BFS.Window.GetWindowByText("Clipboard Manager*");
BFS.Window.Close(window);]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Try this out <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e630ebb5e74bba14f298b45890d13" class="ClipboardCopyControl"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e630ebb5e74bba14f298b45890d13Js'); return false;"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e630ebb5e74bba14f298b45890d13Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">IntPtr window = BFS.Window.GetWindowByText("Clipboard Manager*");
BFS.Window.Close(window);</pre><textarea id="code019e630ebb5e74bba14f298b45890d13" name="code019e630ebb5e74bba14f298b45890d13" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Hide the Quick history menu with macro ?</title>
<link>https://www.clipboardfusion.com/Discussions/View/hide-the-quick-history-menu-with-macro/?ID=ee5912c5-0727-4089-a93e-37f2d28c0577#2</link>
<pubDate>Sat, 28 May 2022 08:05:43 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/hide-the-quick-history-menu-with-macro/?ID=ee5912c5-0727-4089-a93e-37f2d28c0577#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[I tried this, but i doesn't work.
Code
Copy
Select All
using System;
using System.Collections.Generic;
IntPtr handle;
if( IsClipboardManagerOpen(out handle) )
{
// Close the ClipboardManager
BFS.Window.Close(handle);
}
// This isn't the
private static bool IsClipboardManagerOpen(out ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I tried this, but i doesn't work.<br/>
<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e630ebb6c7649b18c182a298c0168" class="ClipboardCopyControl"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e630ebb6c7649b18c182a298c0168Js'); return false;"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e630ebb6c7649b18c182a298c0168Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;
using System.Collections.Generic;
IntPtr handle;
if( IsClipboardManagerOpen(out handle) )
{
// Close the ClipboardManager
BFS.Window.Close(handle);
}
// This isn't the
private static bool IsClipboardManagerOpen(out IntPtr handle)
{
handle = IntPtr.Zero;
// Loop through all visible windows and look for a window with the right title that is run by the ClipboardFusion process
foreach(IntPtr window in BFS.Window.GetVisibleWindowHandles())
{
if(BFS.Window.GetText(window).IndexOf("ClipboardFusion", StringComparison.OrdinalIgnoreCase) != 0)
continue;
if(BFS.Application.GetMainFileByWindow(window).IndexOf("clipboardfusion.exe", StringComparison.OrdinalIgnoreCase) == -1)
continue;
// Set the handle to the window we found
handle = window;
return true;
}
// If we got this far, that means we didn't find anything
return false;
}</pre><textarea id="code019e630ebb6c7649b18c182a298c0168" name="code019e630ebb6c7649b18c182a298c0168" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>Hide the Quick history menu with macro ?</title>
<link>https://www.clipboardfusion.com/Discussions/View/hide-the-quick-history-menu-with-macro/?ID=ee5912c5-0727-4089-a93e-37f2d28c0577</link>
<pubDate>Fri, 27 May 2022 21:08:35 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/hide-the-quick-history-menu-with-macro/?ID=ee5912c5-0727-4089-a93e-37f2d28c0577</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Dear sirs,
I am quite moron with programming, but I managed to write a macro that suits my needs.
The only thing I am missing is a command to close the "Quick History menu".
That means, I am trying to do the opposite of "BFS.Clipboardfusion.ShowQuickHistoryMenu()".
I suspect I am missing some...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Dear sirs,<br/>
I am quite moron with programming, but I managed to write a macro that suits my needs.<img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-laugh-squint.light.svg" alt=":D" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":D" HelpButtonDataAlign="BelowMiddle" /><br/>
The only thing I am missing is a command to close the "Quick History menu".<br/>
That means, I am trying to do the opposite of "BFS.Clipboardfusion.ShowQuickHistoryMenu()".<br/>
I suspect I am missing something obvious <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />.<br/>
Thank you and regards !
</div>
]]></content:encoded>
</item>
</channel>
</rss>