Various Apple iPod

Published on :

The iPod Touch This is Appleā€™s latest adaptation of the iPod, and it is usually after the iPhone camera and cell function. It also comes with an admixture of the accepted history of the iPhone 8GB, 16GB and 32GB models to accept. Again the ability of using an MP3 player, […]

New iPod Shuffle

Published on :

Good and the Bad of the New iPod If you have not heard that the new iPod Shuffle is. The guys at Apple accept accustomed the Shuffle a makeover, and it is both acceptable and poor. The acceptable account is that it is 4GB with history. It is both smaller, […]

Working with Windows Registry using VB.NET

Published on :

Creating a Subkey Collapse Collapse Dim regKey As RegistryKeyregKey = Registry.LocalMachine.OpenSubKey(“SOFTWARE”, True)regKey.CreateSubKey(“MyApp”)regKey.Close() In the code snippet shown above, I have created a subkey under HKLM\Software called MyApp. Note that I passed True as the second parameter to the OpenSubKey method. This boolean value is to indicate whether the key is […]

Microsoft BlueTooth File Transfer Wizard

Published on :

FSQUIRT.EXE Application/Process Description Below is a basic description of FSQUIRT.EXE. This application is safe to have on your computer. Summary of FSQUIRT.EXEMicrosoft BlueTooth File Transfer Wizard Description of FSQUIRT.EXE Microsoft BlueTooth File Transfer Wizard appeared in the XPSP2 beta and can be accessed from the Start Menu->All Programs->Accessories->Communications->Blue Tooth File […]

Windows 8 Already Cooking, Beyond Windows 7

Published on :

Windows 7 Release Candidate is at most a couple of months away, with April 2009 as deadline, while the RTM could be reached within half a year, as early as August, but Microsoft is looking beyond the next iteration of the Windows platform. That’s right, Windows 8 is already cooking […]

Microsoft still wants to strike a deal with Yahoo!

Published on :

Microsoft still wants to strike a deal with Yahoo! Remember over a year ago when Microsoft made a $47.5 billion dollar offer to acquire Yahoo!, the second biggest search engine in the United States? Former CEO Jerry Yang rejected the deal which ultimately led up to the company’s shareholders forcing […]

Orkut Scrap it Out v 1.1

Published on :

More Stable Version with few changes… Download it from here http://www.mediafire.com/?sharekey=619d51b7fc90b706d2db6fb9a8902bda

Scrap it Out — Tool 4 Orkut Users

Published on :

Scrap i out 1.0 An app just 4 orkut users… u can easily format the text and put smileys and all using this app.itmaes ur orkutting a lot easier. http://www.mediafire.com/?sharekey=619d51b7fc90b706d2db6fb9a8902bda if u hv ne further suggestions 4 improvement plzz du tell

Copying the selected text in a textbox to clipboard

Published on :

Often in programming we ned to copy the selected text to the clipoard. Here is the method how to do this in visualbasic.net Copies the current selection in the text box to the Clipboard. [Visual Basic]Public Sub Copy() Remarks You can use this method, instead of using the Clipboard class, […]