10/01/2014 by Nitesh

How to Get Width & Height of Desktop in WinForms

Friends, In certain scenarios we need to know the screen resolution our desktop application will be running on. To get this information, Microsoft provides us with a very handy class namely SystemInformation that can be found in System.Windows.Forms namespace. Using this class, we can almost every information about the current system environment, the application is…

Continue Reading »

09/01/2014 by Nitesh

How to Dock/Display Windows Form on Top of all Applications on Desktop

Friends, Most of us have seen and used TeamViewer. When TeamViewer starts, it displays a small window at the right bottom of the Desktop that remains on top of all the applications that we open on our computer. The TeamViewer icon looks something similar to the image shown below. You can achieve this feature in…

Continue Reading »

24/12/2013 by Nitesh

How to Add Custom Fields to User Profile in WordPress Using Plugins

Friends, WordPress is definitely a very user-friendly and easy platform for creating websites and it provides an easy way to extend/customize the existing core functionality using Plugins. When working with plugins, we often have the need of creating some extra fields associated with the user. WordPress provides hooks with the help of which we can…

Continue Reading »

16/12/2013 by Nitesh

How to Setup your PC to start using Xamarin

Friends, Mobile Market has grown at a rapid speed in past few years and with the advent of big players like Apple, Google and Microsoft with their different OS, we have been hooked to use smartphones more than PC these days. As the use of smartphones has increased, so has increased the use of apps…

Continue Reading »

14/12/2013 by Nitesh

How To Set DateTimePicker controls value blank in C#

Friends, We all have been using the default DateTimePicker control in C# Winforms and in certain scenarios, we need to display a blank value in the DateTimePicker control. By default you can set the control’s value to null or DBNUll.Value. However, this can be done by using a small trick. This post will explain how…

Continue Reading »

1 21 22 23 24 25 38