Posted June 4th, 2009 by Silvercover
As its name implies it’s for tweaking application window on run-time. since we have cool plug-ins for windows manipulations I decided to add new commands such as these:
- Hide Window Caption (Title bar) and Border
- Show Window Caption and Border
- Show Window Border
- Hide Window Border

This small plug-in is dedicated to my friends Nevercom and SaMaN because of their contributions to MMB community.
File Size: 0 KB
Posted May 20th, 2009 by Silvercover
This plugin is not purposed for a wide range of projects, because it is for photography analyzing. It can be useful if you are about to start image viewer application. this plug-in has blinking feature available for the underexposed areas too.

This plug-in is developed by Sergey Kucherov aka dgilmour.
File Size: 0 KB
Posted May 16th, 2009 by SaMaN
By this program you can convert your fat drives to ntfs.

Source(mbd file) is included.
File Size: 0 KB
Posted May 12th, 2009 by Silvercover
In order to enrich MMB and also help its community and keep alive MMBers hope I dedicate this new plug-in called Tree Plug-In to you. This package contain 2 plug-ins both compressed (13 kb) and uncompressed (26 kb) to overcome probable false positive alarms.

By using this plug-in you can make unlimited instances of Tree object on run time with only one plug-in object embedded. by the way don’t forget to read comments in script objects carefully.
Plug-in features:
- Ability to add 16*16 icon to each tree node. (Read comments in AddTreeItems script)
- Resize and position Tree on run time.
- Collapse/Expand each tree node from script.
- Make Tree display right to left for right to left languages. (Read comments in CreateTree script)
- Make unlimited instances of plug-in on runtime.
- Hide/Show tree.
- Enable/Disable tree.
- Collapse/Expand tree nodes.
File Size: 0 KB
Posted March 21st, 2009 by Silvercover
SmallPlugin is really compact – 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 some scripting you can create interactive window with great appearance and design.
- 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!
- Now it’s possible to change only ConstantAlpha value when calling AlphaBlendWindow command without loading image data from a .bmp file. It allows to increase command’s drawing performance. See Remarks section in command description.
- 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’s SetObjectParam command.
- 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.
- 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.
- The CreateMenuItem command now allows to insert menu items into the system menu (also known as the window menu).
- Added radio mark style for menu items.
- HideMenuItem and ShowMenuItem commands now allow to hide or show menu bar.
- Added possibility to set item position when adding items to the menu bar.
- The FlashTaskbarButton command now works also in designer mode.
FIXES:
- Fixed plugin compatibility with the Dynamic FX object.
- Fixed window minimization to the taskbar after showing application button using HideTaskbarButton (was broken in 1.6.0.1 release).
- Fixed the FlashTaskbarButton command (was partially broken in 1.6.0.1 release).
- Fixed memory leaks.
CHANGES:
- Updated CreateMenuItem command has superseded SetMenuName and SetSubmenuName commands.
- The SystemColor command is renamed to the GetCurrentThemeColor command.
- The FlashTaskbarButton command now uses numeric input parameters.
Click here to see SmallPlugIn main post
File Size: 0 KB