One of my friends asked me how to rotate an image to a particular angle, so I just thought of writing an article on it. Below is the step-wise process on how to use the inbuilt functions for rotating and flipping the image. Step 1: Create a blank windows form application Step 2: Add a […]
Read More →Category: Tech Hub
Connect C# with MySql
This article is to show the step wise process of how to connect C# to MySql, I will be using MySql Connect/Net for this. Later I will show how to execute INSERT, UPDATE, DELETE and SELECT commands, this will include only setting up the connection. Getting Started First make sure you have downloaded and installed […]
Read More →Image Browser Windows 8 – First Simple App
This is a very first app we are going to create for windows 8, its a Image Browser, we will create it using a FlipView control in windows 8. The FlipView control lets people flip through views or items one at a time. Flip buttons appear on mouse hover and let people flip to the next or previous […]
Read More →CheckBox Selection Limit in ASP.NET
CheckBox control is the very common control of HTML, unlike radio buttons it can select multiple items on a webpage. CheckBox control in ASP.NET has many properties some of them are listed below. Property Description AutoPostBack Specifies whether the form should be posted immediately after the Checked property has changed or not. Default is false […]
Read More →KILL NON RESPONDING PROCESSES WITH THE HELP OF NOTEPAD/BATCH FILE
I really hate it when i have some Non-Responding tasks in my laptop, sometimes I’m unable to open task manager even and at that time i feel helpless. Here is a simple trick which will kill all the non-responding task easily, we will do it through a Batch File (.bat). Step wise instruction is as […]
Read More →Macros Programming in Excel Sheet 2010
Macros programming in Excel has made it very easy to use, it provides a visual basic programming interface which is an easy task. Here is a step wise instruction on how to do it. 1) Start Excel Sheet 2010 2) Click on View tab 3) Now click on dropdown Macros and select Record Macros in dropdown menu 4) Name […]
Read More →How to use AdRotator in ASP.NET?
AdRotator is a control in asp.net which is concerned with advertisements, it basically displays a sequence of ad images. This control uses an XML file to store the ad information. The XML file must begin and end with an <Advertisements> tag. Inside the <Advertisements> tag there may be several <Ad> tags which defines each ad (we will […]
Read More →Windows 8 development, Getting Started
Windows 8 the hot topic in Operating System market, though it is not yet launched but its preview versions are doing a great job among the developers. It has launched three versions till date, Developer Preview, Consumer Preview and Release Preview. Windows App Store in windows 8 is the major attraction. In this article I […]
Read More →Cpanel error IP address has changed
I’m getting IP address has changed! errors cPanel will sometimes throw out the error: IP address has changed! This is usually due to you using some kind of proxy or VPN that changes your IP address every few seconds/minutes. I found a fix for this issue which troubled a lot to me in my college. […]
Read More →Use Anyone’s Face As a Facebook Chat Emoticon
Facebook is like a trend changing, Now through Facebook chat we can use anyone’s face for Emoticon instead of using normal smile, sad, hurrah etc… the friends face will be come from their profile pictures. Here is the way to do it, It will look very simple just in few steps. Go to anyone’s profile, […]
Read More →