Processing Ajax...

Title

Message

Confirm

Confirm

Confirm

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure you want to delete this item?

Top WallpaperFusion Members for May 2015

June 1, 2015
Congratulations to our top contributing members for May 2015! They have been hard at work submitting, rating, and discussing images on WallpaperFusion, and have racked up some impressive reputation scores along the way!
Contributors
1.
Joseph Di Giovanni's profile on WallpaperFusion.com
2.
Judith Lane's profile on WallpaperFusion.com
3.
RowdyPants' profile on WallpaperFusion.com
4.
CDEEPK's profile on WallpaperFusion.com
5.
marceloatg's profile on WallpaperFusion.com
6.
DLJunkie's profile on WallpaperFusion.com
7.
Ryan Thaut's profile on WallpaperFusion.com
8.
Trish Overton's profile on WallpaperFusion.com
9.
djunet julianto's profile on WallpaperFusion.com
10.
Kirk Meyer's profile on WallpaperFusion.com
JigsawMania
1.
creative frog's profile on WallpaperFusion.com
2.
Sharon Davis771942's profile on WallpaperFusion.com
3.
Wendy3's profile on WallpaperFusion.com
4.
Judith Lane's profile on WallpaperFusion.com
5.
wildchild's profile on WallpaperFusion.com
6.
bryrich52's profile on WallpaperFusion.com
7.
aceone's profile on WallpaperFusion.com
8.
bailey1's profile on WallpaperFusion.com
9.
pony2's profile on WallpaperFusion.com
10.
lunicorn's profile on WallpaperFusion.com
Check out the current top members or look at previous months on our Top Members page!

VoiceBot 1.1 Now Available!

May 31, 2015

VoiceBot 1.1 is now available for download! This is a quick point release to address a few issues that were in 1.0:

  • Tray icon when paused (not listening) is now red, to make it more obvious that VoiceBot is not listening for commands
  • Resolved some small issues with SendInput
  • Various performance, stability, and bug fixes

We encourage everyone to update to this new version today to take advantage of these improvements. If you've already purchased VoiceBot, it's a lifetime license, so you can upgrade to this version at no cost!

If you would like to see a complete list of all the changes, please visit the VoiceBot Change Log.

VoiceBot Screenshots

VoiceBot Main Window
VoiceBot Main Window

ClipboardFusion 3.3.1 Now Available!

May 25, 2015

ClipboardFusion 3.3.1 is now available for download! This is a quick point release to address a few issues that were in 3.3:

  • Fixed up the "Scrub line breaks" and "Scrub tabs" options
  • Resolved an issue where auto-paste didn't work on some non-English versions of Windows
  • Resolved an issue that broke macros that use "System.Web.HttpUtility.HtmlDecode"

We encourage everyone to update to this new version today to take advantage of these improvements. If you've already purchased ClipboardFusion, it's a lifetime license, so you can upgrade to this version at no cost!

If you would like to see a complete list of all the changes, please visit the ClipboardFusion Change Log.

VoiceBot

VoicebotWe're also very excited to introduce our newest product, VoiceBot! VoiceBot allows you to control games and applications with your voice. Simply speak a command and VoiceBot will send the keystrokes, mouse-clicks, or anything else necessary to perform the desired action. VoiceBot can also perform actions like text-to-speech, running highly flexible scripts, starting programs, and much more! With over 100 pre-made game and application profiles available, it's easy to started. Give it a try for free today!

ClipboardFusion Screenshots

ClipboardFusion Macro Editor
ClipboardFusion Macro Editor

Working With Window Location Rules

May 21, 2015

Note: Starting with DisplayFusion 8.0, Window Location has been replaced by the more powerful feature, Triggers. You can find out more about Triggers here: https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7

Window Location is a powerful feature that allows you to set the default location of an application's first window only, or the first window as well as subsequent child windows. You can have the application automatically move to a specific monitor and have it centred, maximized, or minimized. If you want to get even fancier, you can have the Window Location rule run any function from the list of functions on the Settings > Functions tab. You can even create a custom function to set the exact location and size in pixels, or you can create a scripted function to do almost anything you like with the window.

Creating a basic Window Location rule

  1. Open the DisplayFusion Settings > Window Location tab.
  2. Make sure the "Enable Window Location" option is enabled.
  3. Click Add.
  4. Click "Select Application." If your application is currently running, it will be listed in the Select Application window. If it's not running, click Browse and locate the program's .exe on the drive.
  5. In the "Move Window" drop-down, choose whether you want the application to start on the current monitor (the monitor that the mouse cursor is on), or move to a specific monitor. If you choose "Move to Selected Monitor," click the monitor in the box below the "Move Window" drop-down.
  6. In the "Window Size" drop-down, choose whether you want the application to be Maximized, Minimized, Centred, or Spanned after it's moved.
  7. In the "Window Location Mode" drop-down, choose whether this rule should apply only to the first window of the application, or all windows. "All windows" includes dialogs and message boxes in addition to regular child windows.
  8. Click OK, then OK again.
A Basic Rule
A Basic Rule

Making a Window Location rule apply to more than one application

If you want a Window Location rule to apply to multiple applications, you can use an asterisk as a wild card, or you can specify multiple programs separated by a pipe. Here are some examples:

  • If you had a bunch of programs in the same folder, and wanted them to all be moved by the same Window Location rule, you would put the following into the "Application" text box: C:\AllMyPrograms\*
  • If you have a couple of programs both named "notepad.exe" but in different locations on the drive, you would enter: *notepad.exe
  • If you want the Window Location rule to affect both Calculator and Notepad, you would enter: *calc.exe|*notepad.exe
A Wildcard Rule
A Wildcard Rule

Creating a Window Location rule to run a Function

  1. Open the DisplayFusion Settings > Window Location tab.
  2. Make sure the "Enable Window Location" option is enabled.
  3. Click Add.
  4. Click "Select Application." If your application is currently running, it will be listed in the Select Application window. If it's not running, click Browse and locate the program's .exe on the drive.
  5. In the "Move Window" drop-down, choose "Keep on Same Monitor."
  6. In the "Window Size" drop-down, choose "Run Selected Function on Window."
  7. In the "Function" drop-down, choose the Function that you'd like to have DisplayFusion run on the application when it opens.
  8. In the "Window Location Mode" drop-down, choose whether this rule should apply only to the first window of the application, or all windows. "All windows" includes dialogs and message boxes in addition to regular child windows.
  9. Click OK, then OK again.
A Rule that Runs a Function
A Rule that Runs a Function

Creating a Window Location rule to move all new windows to the current monitor

  1. Open the DisplayFusion Settings > Window Location tab.
  2. Make sure the "Enable Window Location" option is enabled.
  3. Click Add.
  4. Click "Select Application." If your application is currently running, it will be listed in the Select Application window. If it's not running, click Browse and locate the program's .exe on the drive.
  5. In the "Move Window" drop-down, choose "Move to Current Monitor."
  6. In the "Window Size" drop-down, choose one of the sizing options.
  7. In the "Window Location Mode" drop-down, choose "All Windows."
  8. Click OK, then OK again.
A Rule to Move All Windows to the Current Monitor
A Rule to Move All Windows to the Current Monitor

Creating a Window Location rule to run on only a specific window for the application

  1. Open the DisplayFusion Settings > Functions tab.
  2. Click the "Download Scripted" button.
  3. Download the "Move Only a Specific Window of an Application" script.
  4. Edit the script to look for the window title of the window you want it to apply to, and also change the X and Y values for the location. You can also modify the code in the "if" statement to do other things with the window if you like.
  5. Open the DisplayFusion Settings > Window Location tab.
  6. Make sure the "Enable Window Location" option is enabled.
  7. Click Add.
  8. Click "Select Application." If your application is currently running, it will be listed in the Select Application window. If it's not running, click Browse and locate the program's .exe on the drive.
  9. In the "Move Window" drop-down, choose "Keep on Same Monitor."
  10. In the "Window Size" drop-down, choose "Run Selected Function on Window."
  11. In the "Function" drop-down, choose the "Move Only a Specific Window of an Application" Function.
  12. In the "Window Location Mode" drop-down, choose "All windows."
  13. Click OK, then OK again.

ClipboardFusion 3.3 Now Available!

May 20, 2015

ClipboardFusion 3.3 is now available for download! This new version has a few changes, including the following:

  • Added a new Macro Function: BFS.Clipboard.SetHTML
  • Macros can now return null (useful if you set the clipboard data manually in your macro)
  • Added two new options to clear the clipboard and history after a specified amount of time
  • Added buttons to the Clipboard Syncing tab for clearing all Recent and Pinned items
  • A few improvements to the BFS.Input.SendKeys function

We encourage everyone to update to this new version today to take advantage of these improvements. If you've already purchased ClipboardFusion, it's a lifetime license, so you can upgrade to this version at no cost!

If you would like to see a complete list of all the changes, please visit the ClipboardFusion Change Log.

VoiceBot

VoicebotWe're also very excited to introduce our newest product, VoiceBot! VoiceBot allows you to control games and applications with your voice. Simply speak a command and VoiceBot will send the keystrokes, mouse-clicks, or anything else necessary to perform the desired action. VoiceBot can also perform actions like text-to-speech, running highly flexible scripts, starting programs, and much more! With over 100 pre-made game and application profiles available, it's easy to started. Give it a try for free today!

ClipboardFusion Screenshots

ClipboardFusion Macro Editor
ClipboardFusion Macro Editor

Introducing VoiceBot!

May 19, 2015

We're very excited to introduce VoiceBot! VoiceBot is a new product that allows you to control games and other applications with your voice. Simply speak a command and VoiceBot will send the keystrokes, mouse-clicks, or anything else necessary to perform the desired action. VoiceBot can also perform actions like text-to-speech, running highly flexible scripts, starting programs, and much more! With well over 100 pre-made game and application profiles available for download, it's easy to get up and running with just a few clicks.

VoiceBot Features

  • Advanced Voice Control: Bind voice commands to in-game actions and perform actions with a single word
  • Ready-to-Use Game Profiles: VoiceBot is packed with hundreds of premade game profiles ready for you to use
  • Sync Between Computers: Sync your VoiceBot profiles between your computers using your Binary Fortress Account
  • Scriptable Game Macros: Use our simple editor to create basic sequences, or code your own complex scripted macros using the built-in C#/VB.net code editor - the only limit is your imagination!
  • Full VR Compatibility: Fully compatible with your favourite VR headsets, including the Oculus Rift. Take your VR gaming to the next level of immersion!

VoiceBot is completely free to try, and the feature-limited free version is free to use forever. Give it a try today!

We'd like to send out a big thanks to everyone who helped with the VoiceBot translations, and the many people that helped with the Beta versions. Thanks everyone!

VoiceBot Screenshots

Main VoiceBot Window
Main VoiceBot Window
VoiceBot Profile Selector
VoiceBot Profile Selector
VoiceBot Profile Editor
VoiceBot Profile Editor
VoiceBot Macro Actions
VoiceBot Macro Actions
First Page
Previous Page
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
Next Page
Last Page