How To Ideas | How To Articles | How To Tutorials


List/Grid Tag Archives: howtoideas.net

How To Find All References To A Specific Word In Registry In Windows XP

Instructions: Start Registry Editor. To start this first of all open Run dialogue by pressing shortcut key “Windows Logo + R” and then type regedit in Run dialogue and then hit Enter to open regedit.exe. Click on the “Edit” menu and choose “Find”. In the Find dialogue, type the value you want to search and choose appropriate choices you want to search. Click “Find Next”. It will locate first instance… Read more »

How To Check If A Key Is Pressed In C#

While developing applications in which you want your user to press some key and your application will do some work for your user, you need to detect if a key is pressed or released. In this article, I will show you how can you achieve that. Instructions: Open the project, click on any empty area on the form. Ensure that Form is selected not a control if present on your… Read more »

How To Allow Paging In GridView

You need to create paging in GridView while creating websites in ASP.NET. It is a very simple process. In this article, I will show you the easiest way using which you can enable Paging in GridView while creating websites. Note that, the pager row, in which we display the number of pages and current page, which is used for quick navigation between pages, automatically hides itself when only one page… Read more »

How To Read Text From A TXT File

In this article, i will show you how can we read text from a external .txt file in C#. For this purpose, I will be using StreamReader Class for reading text from external txt file. Instructions: Start by adding following namespace to your code file. using System.IO; After that add the following code, where you want to read text from a file. This code will read all the text present… Read more »

How To Block or Allow Cookies In Firefox

Instructions: In Firefox, click on the “Tools” menu and select “Options”. Click on the “Privacy” tab. In the “Privacy” tab, click on the drop down that might be having value “Remember History” selected and change the value to “Use Custom Settings For History”. It will show up a number of options to configure. Uncheck the option for “Accept cookies from sites”. Click “OK” and you are done…

How To Burn ISO Image Directly In Windows 7

You don’t know what to do with a file with extension .iso. An ISO file is an Image file which contains the data of one whole disk. This is an international standard for storing data of a disk in computers an image file.Or you know about that and want to burn the Image into a disk. Then, Windows 7 has a built in tool to burn ISO images directly into… Read more »

How To Block or Allow Cookies In Internet Explorer

Instructions: Click On “Tools” Menu Item and choose “Internet Options” in previous version of Internet Explorer and in Internet Explorer 9, click on “Tools” button and select “Internet Options”. In the Internet Options dialogue, click on “Privacy” tab and then click on “Advanced” button. It will open “Advanced Privacy Settings” button. Tick the check box for “Override Automatic Cookie Handling”. Now select the corresponding value for “First-Party Cookies” and “Third-Party… Read more »

How To Delete Cache From Google Chrome

When ever you visit any website on the internet, your browser save a copy of that website in its cache. Your bowser takes some disk space to save the cached webpages. So, if you are in need of disk space in your computer, then you can clear the cache from your browser. In Google Chrome, You can clear this cache by following some easy instructions. Instructions: Open Google Chrome and… Read more »

How To Create Setup In Visual Studio

You have created an application in C# or VB which you want to show to your friends or want to sell. For that you need to create setup for your application. This is quite easy in Visual Studio. I will be using Visual Studio 2010 Ultimate edition for the example purpose. Instructions: Open Visual Studio and select File->New->Project. In the “New Project” dialogue, expand “Other Project types” category in the… Read more »



© 2012 How To Ideas. All rights reserved.
Proudly designed by Theme Junkie.