<?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/"
	>

<channel>
	<title>MMB Samples &#187; Registry</title>
	<atom:link href="http://mmbsamples.com/tag/registry/feed/" rel="self" type="application/rss+xml" />
	<link>http://mmbsamples.com</link>
	<description>Just another MMB resource site that hopes last longer!</description>
	<lastBuildDate>Tue, 26 Jul 2011 05:56:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>SmallPlugin 1.7</title>
		<link>http://mmbsamples.com/smallplugin-17/</link>
		<comments>http://mmbsamples.com/smallplugin-17/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 21:42:48 +0000</pubDate>
		<dc:creator>Silvercover</dc:creator>
				<category><![CDATA[MMB Graphical Samples]]></category>
		<category><![CDATA[MMB Plug-Ins]]></category>
		<category><![CDATA[alpha transparency]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[right click menu]]></category>
		<category><![CDATA[small plugin]]></category>
		<category><![CDATA[system tray]]></category>

		<guid isPermaLink="false">http://mmbsamples.com/?p=631</guid>
		<description><![CDATA[SmallPlugin is really compact &#8211; its size is about 12 Kb. You have to embed SmallPlugin in your project even if you don’t use it at all! ADDITIONS: Added new AlphaBlendImage command. This command allows to draw 32-bit bitmaps over the window with AlphaBlendWindow command applied. Combining use of AlphaBlendWindow, AlphaBlendImage, MMB Hotspot objects and [...]]]></description>
			<content:encoded><![CDATA[<p>SmallPlugin is really compact &#8211; its size is about 12 Kb. You have to embed SmallPlugin in your project even if you don’t use it at all!</p>
<p><img class="reflect" class="alignnone" title="Small PlugIn" src="http://mmbsamples.com/wp-content/uploads/2008/10/smallp.jpg" alt="" width="450" height="173" /></p>
<p>ADDITIONS:</p>
<ul>
<li>Added new AlphaBlendImage command. This command allows to draw 32-bit bitmaps over the window with AlphaBlendWindow command applied. Combining use of AlphaBlendWindow, AlphaBlendImage, MMB Hotspot objects and some scripting you can create interactive window with great appearance and design.</li>
<li>Added possibility to switch window shape and design back to the standard look with AlphaBlendWindow command. Now splash screen and main application window can be realized in one .mbd file!</li>
<li>Now it&#8217;s possible to change only ConstantAlpha value when calling AlphaBlendWindow command without loading image data from a .bmp file. It allows to increase command&#8217;s drawing performance. See Remarks section in command description.</li>
<li>Added GetCurrentThemeFont command that retrieves the set of a font properties for the current Windows theme. It uses the same format as in FONTALL parameter of the Multimedia Builder&#8217;s SetObjectParam command.</li>
<li>Added the %null% macro to use with the RegistryWrite command and BINARY:: prefix. Previously it was not possible to correctly write binary parameters containing zero-equal bytes because MMB treats them as a string terminator.</li>
<li>Added new CreatePopupMenuEx and SetContextMenuHandle commands. The CreatePopupMenuEx command creates a popup menu which is initially empty. You can insert or append menu items by using rewritten CreateMenuItem command. Now you can have unlimited count of popup menus in your project and any of them can be assigned as the right-click menu. To set popup menu as the right-click menu use the SetContextMenuHandle command.</li>
<li>The CreateMenuItem command now allows to insert menu items into the system menu (also known as the window menu).</li>
<li>Added radio mark style for menu items.</li>
<li>HideMenuItem and ShowMenuItem commands now allow to hide or show menu bar.</li>
<li>Added possibility to set item position when adding items to the menu bar.</li>
<li>The FlashTaskbarButton command now works also in designer mode.</li>
</ul>
<p>FIXES:</p>
<ul>
<li>Fixed  plugin compatibility with the Dynamic FX object.</li>
<li>Fixed window minimization to the taskbar after showing application button using HideTaskbarButton (was broken in 1.6.0.1 release).</li>
<li>Fixed the FlashTaskbarButton command (was partially broken in 1.6.0.1 release).</li>
<li>Fixed memory leaks.</li>
</ul>
<p>CHANGES:</p>
<ul>
<li>Updated CreateMenuItem command has superseded SetMenuName and SetSubmenuName commands.</li>
<li>The SystemColor command is renamed to the GetCurrentThemeColor command.</li>
<li>The FlashTaskbarButton command now uses numeric input parameters.</li>
</ul>
<p><a href="http://mmbsamples.com/small-plugin-16/" onclick="javascript:TrackClick('http%3A%2F%2Fmmbsamples.com%2Fsmall-plugin-16%2F','')" target="_blank">Click here to see SmallPlugIn main post </a></p>
]]></content:encoded>
			<wfw:commentRss>http://mmbsamples.com/smallplugin-17/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Source of MMB Registry Value Creator</title>
		<link>http://mmbsamples.com/source-of-mmb-registry-value-creator/</link>
		<comments>http://mmbsamples.com/source-of-mmb-registry-value-creator/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 16:37:44 +0000</pubDate>
		<dc:creator>SaMaN</dc:creator>
				<category><![CDATA[Built Using MMB]]></category>
		<category><![CDATA[MMB Scripting Samples]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[dword]]></category>
		<category><![CDATA[MMB]]></category>
		<category><![CDATA[mmb registry value creator]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://mmbsamples.com/source-of-mmb-registry-value-creator/</guid>
		<description><![CDATA[Source of MMB Registry Value Creator Original post : http://mmbsamples.com/mmb-registry-value-creator/]]></description>
			<content:encoded><![CDATA[<p>Source of MMB Registry Value Creator</p>
<p><img class="reflect" alt="" hspace="0" src="http://www.va3onak.com/va3upload/images/nuxd61urwk9iic2bono1.jpg" align="baseline" border="0" /></p>
<p>Original post :</p>
<p><a href="http://mmbsamples.com/mmb-registry-value-creator/" onclick="javascript:TrackClick('http%3A%2F%2Fmmbsamples.com%2Fmmb-registry-value-creator%2F','')">http://mmbsamples.com/mmb-registry-value-creator/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mmbsamples.com/source-of-mmb-registry-value-creator/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>MMB Reg Code Extractor</title>
		<link>http://mmbsamples.com/mmb-reg-code-extractor/</link>
		<comments>http://mmbsamples.com/mmb-reg-code-extractor/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 12:59:20 +0000</pubDate>
		<dc:creator>SaMaN</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[extractor]]></category>
		<category><![CDATA[MMB]]></category>
		<category><![CDATA[MMB Reg Code Extractor]]></category>
		<category><![CDATA[reg]]></category>
		<category><![CDATA[regedit]]></category>
		<category><![CDATA[Registry]]></category>

		<guid isPermaLink="false">http://mmbsamples.com/mmb-reg-code-extractor/</guid>
		<description><![CDATA[With this program you can get your MMB registration number(s) (For example, if you have lost registration code, but you have it in PC). You can also export (backup) MMB registration code from registry to a (*.reg) file. Requierement: .NET FrameWork 2.0 Re-Written in C# by Yuraj]]></description>
			<content:encoded><![CDATA[<p>With this program you can get your MMB registration number(s) (For example, if you have lost registration code, but you have it in PC). You can also export (backup) MMB registration code from registry to a (*.reg) file.</p>
<p><img class="reflect" height="150" alt="MMBRegCodeExtractor" src="http://mmbsamples.com/wp-content/uploads/2008/12/mmbregcodeextractor.jpg" width="422" /></p>
<p><strong>Requierement:</strong> .NET FrameWork 2.0<br />
Re-Written in C#</p>
<p>by Yuraj</p>
]]></content:encoded>
			<wfw:commentRss>http://mmbsamples.com/mmb-reg-code-extractor/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>MMB Registry Value Creator</title>
		<link>http://mmbsamples.com/mmb-registry-value-creator/</link>
		<comments>http://mmbsamples.com/mmb-registry-value-creator/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 23:27:51 +0000</pubDate>
		<dc:creator>SaMaN</dc:creator>
				<category><![CDATA[Built Using MMB]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[creator]]></category>
		<category><![CDATA[dword]]></category>
		<category><![CDATA[MMB]]></category>
		<category><![CDATA[mmb registry value creator]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://mmbsamples.com/mmb-registry-value-creator/</guid>
		<description><![CDATA[This program make script for create and edit registry string , binary and dword values and make new key for use in MMB without any plugin.]]></description>
			<content:encoded><![CDATA[<p>This program make script for create and edit registry string , binary and dword values and make new key for use in MMB without any plugin.</p>
<p><img class="reflect" alt="" hspace="0" src="http://www.va3onak.com/va3upload/images/nuxd61urwk9iic2bono1.jpg" align="baseline" border="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://mmbsamples.com/mmb-registry-value-creator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tweak PlugIn</title>
		<link>http://mmbsamples.com/tweak-plugin/</link>
		<comments>http://mmbsamples.com/tweak-plugin/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 14:57:27 +0000</pubDate>
		<dc:creator>SaMaN</dc:creator>
				<category><![CDATA[MMB Plug-Ins]]></category>
		<category><![CDATA[change window shape]]></category>
		<category><![CDATA[commandline args]]></category>
		<category><![CDATA[date/time]]></category>
		<category><![CDATA[detection]]></category>
		<category><![CDATA[dialogs]]></category>
		<category><![CDATA[ini files]]></category>
		<category><![CDATA[message box]]></category>
		<category><![CDATA[popup menus]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[snap to edge]]></category>
		<category><![CDATA[system tray]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://mmbsamples.com/tweak-plugin/</guid>
		<description><![CDATA[dialogs, message box, registry, system tray, change window shape, date/time, detection, commandline args, ini files, popup menus, wallpaper, snap to edge,&#8230;. and much more. (Plugy plugin predecessor)]]></description>
			<content:encoded><![CDATA[<p>dialogs, message box, registry, system tray, change window shape, date/time, detection, commandline args, ini files, popup menus, wallpaper, snap to edge,&#8230;. and much more. (Plugy plugin predecessor)</p>
<p><img class="reflect" height="150" alt="tweak" src="http://mmbsamples.com/wp-content/uploads/2008/11/tweak.jpg" width="422" /></p>
]]></content:encoded>
			<wfw:commentRss>http://mmbsamples.com/tweak-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MicrobeRegistry</title>
		<link>http://mmbsamples.com/microberegistry/</link>
		<comments>http://mmbsamples.com/microberegistry/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 22:25:05 +0000</pubDate>
		<dc:creator>SaMaN</dc:creator>
				<category><![CDATA[MMB Plug-Ins]]></category>
		<category><![CDATA[microbe]]></category>
		<category><![CDATA[Registry]]></category>

		<guid isPermaLink="false">http://mmbsamples.com/microberegistry/</guid>
		<description><![CDATA[a swack of registry functions.]]></description>
			<content:encoded><![CDATA[<p>a swack of registry functions.</p>
<p><img class="reflect" height="150" alt="microberegistry" src="http://mmbsamples.com/wp-content/uploads/2008/11/microberegistry.jpg" width="422" /></p>
]]></content:encoded>
			<wfw:commentRss>http://mmbsamples.com/microberegistry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MiscY v1.7</title>
		<link>http://mmbsamples.com/miscy-v17/</link>
		<comments>http://mmbsamples.com/miscy-v17/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 21:24:19 +0000</pubDate>
		<dc:creator>SaMaN</dc:creator>
				<category><![CDATA[MMB Plug-Ins]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[miscy]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://mmbsamples.com/miscy-v17/</guid>
		<description><![CDATA[file and folder functions, OS information, processes, registry, shutdown utility, taskbar and desktop, windows functions.]]></description>
			<content:encoded><![CDATA[<p>file and folder functions, OS information, processes, registry, shutdown utility, taskbar and desktop, windows functions.</p>
<p><img class="reflect" height="150" alt="miscy" src="http://mmbsamples.com/wp-content/uploads/2008/11/miscy.jpg" width="422" /></p>
]]></content:encoded>
			<wfw:commentRss>http://mmbsamples.com/miscy-v17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Small Plugin 1.6</title>
		<link>http://mmbsamples.com/small-plugin-16/</link>
		<comments>http://mmbsamples.com/small-plugin-16/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 21:14:34 +0000</pubDate>
		<dc:creator>SaMaN</dc:creator>
				<category><![CDATA[MMB Plug-Ins]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[small plugin]]></category>

		<guid isPermaLink="false">http://mmbsamples.com/small-plugin-16/</guid>
		<description><![CDATA[SmallPlugin is really compact &#8211; its size is about 10 Kb. You have to embed SmallPlugin in your project even if you don&#8217;t use it at all! Main features: Registry handling Ability to create main menu and right-click menu for your applications Additional mouse functions Mouse wheel events tracing Full featured minimize to tray Taskbar [...]]]></description>
			<content:encoded><![CDATA[<p>SmallPlugin is really compact &#8211; its size is about 10 Kb. You have to embed SmallPlugin in your project even if you don&#8217;t use it at all!</p>
<p><img class="reflect" height="173" alt="smallp" src="http://mmbsamples.com/wp-content/uploads/2008/10/smallp.jpg" width="450" /></p>
<p>Main features:</p>
<ul>
<li>Registry handling</li>
<li>Ability to create main menu and right-click menu for your applications</li>
<li>Additional mouse functions</li>
<li>Mouse wheel events tracing</li>
<li>Full featured minimize to tray</li>
<li>Taskbar related functions</li>
<li>Vista Ready plugin</li>
<li>Compact plugin size</li>
<li>and more&#8230;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://mmbsamples.com/small-plugin-16/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

