Remove Comments In Your C/C#/C++ Codes Using CommentRemover on Mar 12, 2010 in Coding Tips and Tricks C# Open Source Software Using comments can help make a programs more readable to other developers specially if your developing projects as a Team. But there are times that you may want to remove all of these comments. Instead of manually removing each comment, you can use a...
Update Windows Patches Of Offline Computer With Portable AutoPatcher on Mar 11, 2010 in Portable App Cool Softwares Windows Tips I have discussed How to scan your offline computer for viruses, on this article lets talked about How you can update patches of your offline computers. Updating of Windows patches is as important as updating your computer's virus pattern to ensure se...
.NET Framework 4.0: Access the computer location using System.Device.Location Namespace on Mar 10, 2010 in Visual Studio 2010 Coding Tips and Tricks C# .NET Framework 4.0 Now finding the physical location of a target computer is never been easy in the newest namespace of .NET Framework 4.0. With the System.Device.Location namespace, application developers can now easily access the computer's location information that...
Scan Offline Computer With a Portable Antivirus on Mar 9, 2010 in Security Portable App Antivirus Cool Softwares Although Internet connection is almost everywhere and free antivirus softwares are downloadable anytime, there are still situation that you can't get an internet access because of two probable reasons. First is you might have a computer at home that...
.NET Framework 4.0: Check If String Is Empty or Null Using String.IsNullOrWhiteSpace Method on Mar 8, 2010 in Visual Studio 2010 Coding Tips and Tricks .NET Framework 4.0 There is a new class library method in .NET town. You can now easily check whether a specified string is a null reference (Nothing in Visual Basic), empty, or consists only of white-space characters by using String.IsNullOrWhiteSpace Method. This new...
How to Run Regsvr32 to Add a .DLL File to Register In Windows 7 on Mar 7, 2010 in Portable App Common Problem Fixed Windows 7 Cool Softwares Windows Tips Windows Registry Yesterday, One of our programmer was having a problem in deploying our financial software on a new PC that has Windows 7 installed. He requires to register several DLLs (Dynamic Link Library) using Regsvr32 from the command prompt but every time he d...
Automatic Sorting Of List Using SortedSet In.NET 4.0 on Mar 6, 2010 in Visual Studio 2010 Coding Tips and Tricks .NET Framework 4.0 SortedSet Class is one of the newest class library in .NET Framework 4.0. It represents a collection of objects that is maintained in sorted order. To demonstrate how it use, here is a sample code that initially inserted some random strings and then...
Display On-Screen Volume Control Indicator In Windows Desktop on Mar 5, 2010 in Cool Softwares Windows Tips For me, the default volume slider of Windows is way too simple and small. If you want an eye candy version of the volume indicator then you have to try 3RVX. It is a skinnable volume display and controller that shows the sound volume level on-screen...
How to Send Up to 100MB attachments Using Outlook and drop.io on Mar 4, 2010 in MS Outlook Plugin Most email servers have a limited allowable size of attachment (roughly 5-10 MB). This is an issue if your trying to send huge files such as videos and pictures. You can overcome this limitation by using Drop.io and their Outlook plugin. With Drop.io...
Free Windows Registry Scanner on Mar 3, 2010 in Windows Registry Registry is the most overused database of Windows. Almost every application that you install and configure stores some registry entries. On other hand, each time you remove an installed app, Windows delete associated registry items. Bad installation...