Sometimes we need to put some restrictions to Textbox’s text so that only specific type of data can be inputted. Today we’re going to discuss a way so that only Numerics can be inputted. For example ... Read More
Category: Visual Studio 2012
How To Round Off A Number In VB.NET?
Today we are sharing a small tip for VB.NET. If you want to round off a number to certain numbers after decimal, you can follow this tutorial. You can use Math class in order to round off a number to ... Read More
[Visual Basic] How To Perform Basic Error Handling And Show The Error In Message Box?
No program is perfect and some error can happen at some stage. If you’re a developer, you already know the way .NET Framework shows an error to user which looks like the below image. It is a hig... Read More
How To Target Framework In Visual Studio 2010 And 2012?
.NET Framework creates an environment to run the .Net apps on a Windows PC. The latest version of .NET Framework available today is version 4.5.2. Windows 7 comes preinstalled with .NET Framework 3.5... Read More
[Review] Confuser Is The Best FREE Obfuscator For .NET
Yesterday, we discussed about Obfuscation and Obfuscators. We also told you that Confuser is the best FREE available Obfuscator. Today we are going to review Confuser. Confuser comes with some advanc... Read More
What Is Obfuscation And What Are Obfuscators?
Have you ever heard the term Obfuscation? Obfuscation of .NET program is a process to save your program’s code from various types of decompilers. We will discuss obfuscating .NET program only and not... Read More
[Fix] “Cannot Import The Following Key File” In VB.NET
Today we are going to share a fix for VB.NET users which are encountering the error “Cannot import the following key file“. When you build your project, following error will be shown: Cann... Read More
How To Make A VB.NET Application Always Run In Administrator Mode?
Today, we are going to share a useful piece of code which will help many people who are searching here and there for some code which allows their VB.NET application to always run in adminstrator mode.... Read More
Download Visual Studio 2012 Update 4 RC1
After releasing three updates to the latest Visual Studio 2012, Microsoft is preparing the fourth update to fix some issues and make improvements. Microsoft has released the first Release Candidate of... Read More