Archive for the ‘Tutorials’ Category

I know that many organizations do not put restrictions on their users’ computers.  The users are often given full administrative privileges on their workstations, which means that they can not only mess around with all the settings on their computers, but they can also install and uninstall applications.  This includes accidental virus and malware installations.  [...]

Friday, July 3rd, 2009 at 00:27 | 4 comments

This is the simplest way to execute work in a separate thread and have it report back to the UI thread
When you’re creating a Windows Form Application using Visual C# 2008, there are some tricky threading issues that need to be dealt with in order to keep your application running smoothly.  Specifically, you have to [...]

Sunday, June 14th, 2009 at 18:14 | 4 comments
TOP