Monday, October 22, 2012

Awsone site for India Railway Time Table


Awsome site for searching train between station............http://erail.in/#   jitni tarif ki jaaye kam hai.


You can find out all trains between two station. You can see the route via map. You can  check Pantry is available or not. At one screen only, you will get the all the result. Also you can check out berth availability.



Sunday, October 7, 2012

How to catch multikey press in C#


KeyEventArgs e;
if(e.KeyData == (Keys.Control | Keys.C)
    MessageBox.Show("Ctrl+C pressed...");

Keys KeyData

if(KeyData == (Keys.Control | Keys.C)
    MessageBox.Show("Ctrl+C pressed...");


Friday, October 5, 2012

How to find which is the best projector

Taken from this site: http://mini-projector-review.toptenreviews.com/m2-micro-projector-review.html
 
 In projector, Should be check firstly 'Quality of Picture' :

There are a lot of different factors that contribute to a quality picture, including projection type, resolution, contrast ratio, refresh rate and brightness. This mini projector offers the LCoS projection type, and the lamp uses triple RGB LEDs. The native resolution for this product is XGA (1024 x 768). This is one of the highest resolutions we saw in all the products we reviewed. Additionally, the unit can support resolutions up to 1280 x 720 and can reach upwards of 30 frames per second. The contrast ratio is also fairly high at 2,000:1. This enables the difference between the light and dark areas to be quite distinct although the blacks will only be as dark as the initial non-lit screen. The refresh rate of this product is 60 hertz, which is less than what you might get on a larger projector, but for a mini projector, we were pleased with the results. The brightness is definitely the biggest difference between the mini projectors available. This mini projector has one of the brightest lamps available, boasting 110 ANSI lumens. Though it is quite high for the size, you will still need a moderately dim room in order to see the picture clearly and to provide the best contrast between light and dark.
A few of the other picture options with this mini projector include a variable image size of 10 to 100 inches. This is dependent on the distance the projector is from the screen. This mini projector also has an aspect ratio of 4:3. When viewing something in the high definition 16:9 format, the unit will just display the black bar on the top and the bottom of the image. If you discover there is a problem with the image being stretched or skewed, make sure the device the projector is hooked up to is also on a 4:3 aspect ratio setting.

Friday, September 14, 2012

Improve your XP's shutdown speed

Improve your XP's shutdown speed. 1) This tweak reduces the time that XP takes before automatically closing any running programs when you give it the command to shutdown. Press WinKey + R and type in "regedt32" and press Enter. Find "HKEY_CURRENT_USER\Control Panel\Desktop", double click "WaitToKillAppTimeout" and change the value to "1000", and press Enter. Double click "HungAppTimeout", change the value to "1000". Press Enter and find "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control", double click "WaitToKillServiceTimeout" and change the value to "1000", and press Enter.

Taken from this site http://www.wikihow.com/Dramatically-Speed-up-Windows-XP

2) people have mentioned that disabling the terminal services greatly expedites the shut down process. The Terminal Services are used for remote assistance, remote desktop, and fast user switching. If you do not use any of these features, then the Terminal Services can be safely disabled. You can access the services console by entering the SERVICES.MSC command at the Run prompt.

3) Another potential cause of slow system shut downs is that Windows contains an option to erase the system’s virtual memory and system hibernation cache at shut down. These security features are disabled by default because they take a long time to complete, and cause the system shutdown to look like it has frozen. Although these features are disabled by default, some privacy software will enable it. To determine whether or not these features are enabled on your PC, enter the GPEDIT.MSC command at the Run prompt to load the Group Policy Editor. Now, navigate through the console tree to Computer Configuration | Windows Settings | Security Settings | Local Policies | Security Options. At this point, locate the Shutdown: Clear Virtual Memory Pagefile option in the column to the right and verify that it is disabled, If this option is enabled, you can disable it by double clicking on the setting and choosing the Disabled option.


http://www.aumha.org/win5/a/shtdwnxp.htm