Saturday, March 5, 2011

How to burn quicker in win xp:-


How to burn quicker in win xp:-

WIN XP has burning software built in, which can cause problems sometimes when burning with other programs.

So you can turn windows xp burning tool off like this.

1. Go to "administrative tools" in the control panel.

2. In the "services" list, disable the IMAPI CD-Burning COM service.

How to fix corrupted files in XP:-


How to fix corrupted files in XP:-

This tutorial has been made so people that are having problems with corrupted files, can learn how to fix them easy.

Required:

1. Windows XP operating system
2. Windows XP cd

Now, follow this steps:

1. Place the xp cd in your cd/dvd drive
2. Go to start
3. run
4. type in 'sfc' (without the ')

Now it should all load, and fix all your corrupted file on win XP.

GETTING BACK MISSING FOLDER OPTIONS


GETTING BACK MISSING FOLDER OPTIONS

Open Run and then type "gpedit.msc".

Now goto User Configuration > Administrative templates > Windows Component > Windows Explorer.

Click on Windows Explorer you will find the 3rd option on the right side of screen "Removes the

Folder Option menu item from the Tools
menu"

Just check it, if it is not configured then change it to enable by double clicking on it and after applying again set it to not configured.

I hopes that you will find the option after restarting windows.

referred frm aravindisonline

To Increase the Internet Speed


To Increase the Internet Speed

Open Notepad and paste the below code in it.

[HKEY_LOCAL_ MACHINE\SYSTEM\ CurrentControlSe t\Servic es\Tcpip\Parameters ]
"SackOpts"=dword:00000001
"TcpWindowSize"=dword:0005ae4c
"Tcp1323Opts"=dword:00000003
"DefaultTTL"=dword:00000040
"EnablePMTUBHDetect"=dword:00000000
"EnablePMTUDiscovery"=dword:00000001
"GlobalMaxTcpWindowS ize"=dword:0005ae4c

Now save this file as speed.reg. Execute it and observe the change!

referred frm aravindisonline

Removing Multiple Boot Screens

If you are getting unwanted multiple boot screen
Then Follow these Steps.
1> Right Click on My Computer
2>Select Properties
3>Select Advanced Tab
4>Select Settings In the Startup & Recovery Section(3rd grp)
5>Select the operating system which u want.
6>And Click OK.
7>Further again press the setting and click on Edit.
8>It will open boot.ini File.
9>Now u can delete those o/s which you don't want to be displayed.
Note: For deleting operating systems from boot.ini file, keep
it mind that you can't
delete that o/s which is selected by default there. Before

referred frm aravindisonline
making any changes make a copy of boot.ini file.

Enabling Multiple forms in ASP.NET


Enabling Multiple forms in ASP.NET

The ASP.NET Control/PostBack Architecture is excellent for most Web . However, there are a few limitations that can sometimes be quite significant.One of the most fundamental problems has been the restriction to one server Form. This is very annoying for me i tried different methods but none of them worked, finally i tried with the panels and worked perfectly. I'm sharing you steps for enabling multiple forms in a single asp.net page. This article is a review of solution to the problems:

Trick
Use Panels inside the form tags.... 


Sample Code

< id="Form1" method="post" runat="server"> 
< id="panel1" runat="server"> 
< id="Textbox2" runat="server">Form1 
< runat="server" id="Button1" name="Button1" text="Click to see Form2"> 

< id="panel2" runat="server" visible="false"> 
< id="TextBox1" runat="server">Form2 
< runat="server" id="Button2" name="Button2" text="Click to see Form1"> 

Running C/C++ [old DOS programs] in Windows Vista / 7 in Fullscreen Mode


Running C/C++ [old DOS programs] in Windows Vista / 7 in Fullscreen Mode

I'm now using Windows 7 the new Windows OS which is working fine with my PC. It was a long time i had installed Turbo C++ in my system. That was our exam times, i tried installing Turbo C++ in my system. It worked fine but only one problem is that full screen mode is disabled. My monitor is of 1440x900 resolution so that theTurbo C++ screen fit in 1/4th of the total window more than that the graphics programs are not working... because in cant initialize the graphics object. After a lot of searching i found a software it was DOSBOX. DOSBox emulates an Intel x86 PC with sound, graphics, mouse and more. DOSBox emulates a 286/386 CPU, supports realmode amd protected mode, has a full virtual file system, support for XMS and EMS, graphics support including Tandy/Hercules/CGA/EGA/VGA/VESA and sound support including SoundBlaster and Gravis Ultra Sound cards. It has excellent compatibility with many classic games.



Download DOSBOX



referred frm aravindisonline