Soft82.com » Windows » Developer Tools » Tools & Editors » Specialized Tools » Backgrounder 1.0
Backgrounder 1.0
Download Backgrounder
| Developer | |
| Product Homepage | |
| Date Added | March 23, 2010, 10:53 GMT |
| License | Free (Freeware) |
| Last Week / All Time Downloads | 2 / 197 |
| Filename / Size | Backgrounder_v1.0_Binaries.zip / 102.4K |
| OS Support | Windows All |
Backgrounder Description
A simple way to run background tasks from Windows.Forms
Make backgrounding tasks under Windows.Forms simple and easy.
Window Messages
The background thread listens for window messages. A NativeWindow created on the background thread can intercept incoming messages for it's Handle in it's override of WndProc(). Window messages can be sent from the background thread using standard PostMessage() et al.
Timers
If you can live with polling rather than pushing updates to the GUI, using a System.Windows.Forms.Timer (not System.Threading.Timer) to peform GUI updates is also a good solution. It can be used as an alternative to backgrounder, or as a complementary ingredient.
With a System.Windows.Forms.Timer, WM_TIMER messages are injected by the operating system into the foreground / UI thread at regular intervals, at which point an event handler can take over. The event handler can check shared variables set by code running in the background and update the GUI.
An advantage of using Windows.Forms timers is that it's very easy to control the rate of GUI updates and thus performance. A disadvantage of using Windows.Forms timers is that you have to manually marshal data from background to foreground, and this can get somewhat tongue-in-cheek if you're using complex data structures.
Backgrounder 100% CLEAN Certification
Backgrounder has been tested by Soft82.com team against viruses, spyware, adware, trojan, backdoors and was found to be 100% clean. Our editors will recheck this software periodically to assure that it remains clean.
View Antivirus ReportDownload Backgrounder
New Specialized Tools Software
JPlexMay 25, 2012Java lexical analyzer generator |
Deskzilla ProMay 24, 2012A desktop client for Mozilla's Bugzilla bug tracking system |
|||
Exceptions DeployerMay 24, 2012Command line tool for automating the deployment of Adobe Application Manager |
InstallSimple PortableMay 23, 2012Create installation package easily and quickly |
|||
Aptana StudioMay 22, 2012Build web applications quickly and easily |
UIMap ToolboxMay 22, 2012Restructure, split and merge UIMaps |
|||
ExeScriptMay 21, 2012Create secured stand-alone applications from BAT, VBS, JS or WSH scripts |
Pacestar UML DiagrammerMay 18, 2012Professional easy to learn and use UML diagram drawing tool |
|||
Advanced InstallerMay 17, 2012The power of Windows Installer made easy |
Simply FortranMay 17, 2012Affordable Fortran for Microsoft Windows |
|||
Virto Bulk File Unzip Utility for Microsoft SharePointMay 15, 2012Easily unpack archives and save extracted files to the document library |
Affinic Debugger GUIMay 15, 2012Affinic Debugger GUI .aka. ADG, is designed as a graphical user interface for various debuggers |
|||
Flat AssemblerMay 15, 2012Open source assembly language compiler |
YouTrackMay 11, 2012An innovative, keyboard-centric issue tracking and project tracking tool |
|||
PorterMay 11, 2012Web development server for PHP/Node/MySQL developers |
EasyPHPMay 11, 2012A complete and ready-to-use environment for PHP developers |
|||
PeStudioMay 9, 2012PeStudio shows you many security relevant details about any application |
SourcemaidMay 9, 2012Zip and deliver project code with one click |
|||
PHPMay 9, 2012PHP is a server-side, cross-platform, HTML embedded scripting language |
Pastebin DesktopMay 8, 2012Take full advantage of your Pastebin.com account |
|||
Last 7 Days Most Downloaded Specialized Tools Products
Google SketchUp397 downloadsGoogle SketchUp is an easy-to-learn 3D modeling program |
Project 2007 SDK102 downloadsHelp customize and integrate the Project 2007 clients and Project Server 2007 with other apps |
|||
Microsoft Expression Web85 downloadsives you all the tools you'll need to produce high-quality, standards-based Web sites |
VirtualBox68 downloadsVirtualBox: Employ server and desktop solution for x86 hardware |
|||
WinDriver USB Device58 downloadsUSB Firmware Development Toolkit |
PHP30 downloadsPHP is a server-side, cross-platform, HTML embedded scripting language |
|||
WinDriver28 downloadsWinDriver automates and simplifies the development of user mode Windows device drivers for... |
PyScripter27 downloadsAn open-source Python Integrated Development Environment (IDE) |
|||
Axis24 downloadsApache Axis is an implementation of the SOAP ( |
Adobe Bridge SDK24 downloadsEnables developers to integrate with and extend Bridge |
|||
All Time Most Downloaded Specialized Tools Products
Google SketchUp136,971 downloadsGoogle SketchUp is an easy-to-learn 3D modeling program |
Project 2007 SDK506 downloadsHelp customize and integrate the Project 2007 clients and Project Server 2007 with other apps |
|||
Microsoft Expression Web20,516 downloadsives you all the tools you'll need to produce high-quality, standards-based Web sites |
VirtualBox29,708 downloadsVirtualBox: Employ server and desktop solution for x86 hardware |
|||
WinDriver USB Device58,896 downloadsUSB Firmware Development Toolkit |
PHP13,248 downloadsPHP is a server-side, cross-platform, HTML embedded scripting language |
|||
WinDriver7,137 downloadsWinDriver automates and simplifies the development of user mode Windows device drivers for... |
PyScripter1,789 downloadsAn open-source Python Integrated Development Environment (IDE) |
|||
Axis1,446 downloadsApache Axis is an implementation of the SOAP ( |
Adobe Bridge SDK3,605 downloadsEnables developers to integrate with and extend Bridge |
|||
Download Backgrounder

