How to Update .NET Windows Controls at Runtime

If you change the value of a control on Windows .NET form during runtime, it may not be updated with the changes. The following code should change the Text property of ToolStripStatusLabel, but it doesn’t work while its processing in the middle of its function....

How to Connect to a Windows Share with a Different User

When you browse to a folder shared on a Windows machine on a network, you may need permissions to access it. A dialog box appears and request a username and password. If you enter one that doesn’t work, you won’t get the chance to change it the next time you try...

How to Clear Remote Cached Files in Eclipse

I use the Remote System Explorer in Eclipse for editing PHP web sites on other networks, and I occasionally run into the problem when an old page gets loaded instead of the actual, current page on the site. The problem is that the old file is being cached somewhere on...