Windows 8 had great start in previous days, and my Dell Inspiron N5010 didn’t supported Bluetooth drivers, i searched many websites but everywhere is was mentioned that N5010 doesn’t have a bluetooth drivers support for WIndows 8. But then i found a quick fix. Follow the below steps : Step 1 Run 15r BTOOTH.exe (your bluetooth […]
Read More →Add a Settings Panel in Charm Bar – Privacy Policy
Charm Bar is a brand new feature of Windows and is seen for the first time, it can be referred to as universal toolbar and thus you can access it from anywhere no matter which application you are working on. The two ways in which you can access the Charm Bar is, firstly, by dragging your mouse pointer […]
Read More →Points To Remember While Developing App For Windows 8
Recently I attended Windows 8 AppFest at Banglore and preparing now for Wowzapp (Windows 8 Hackathon) in Agra and learned a lot about developing Windows 8 apps, and I found many folks here are confused about the metro style apps (Windows RT Style). This post is to keep in mind some points what to do […]
Read More →TCS Campus Drive 2013 Batch: My Experience
Date of Drive : 12-13th Oct, 2012 Venue : Hindustan College of Science and Technology, Mathura Appearing for TCS was fun, as it was the first company in our college so was full with enthusiasm. I would mention that all the rumors that say that the aptitude test is hard this time are actually true. The level […]
Read More →Rotate and Flip Images in Windows Form
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 →Display you app in full screen with windows taskbar
Recently i started developing windows form apps, actually i wanted to develop an app for windows 8 but i thought i won’t be useful for old users then, so i decided to build an app using windows forms and giving them the look of windows 8. But keeping in mind that we don’t have such […]
Read More →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 →C# – Metro Style App – Message Dialog
After the release date of Windows 8 i.e 26th October developers have gone crazy about developing metro style applications. I have been developing for windows earlier also and MessageBox was the most used control, but in metro style apps i didn’t found that, so here is a simply article which will guide you through the […]
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 →