March 17, 2012

KMPlayer Audio Problem

Problem
- Solve kmplayer mkv audio problem
- How to fix KMPlayer Audio noise
- How to find out the problem of MKV video format audio noise
- When i play the mkv video file, strange noise is mixed with voice ...
- .mkv plays with noise in KMPlayer but in other player it's fine!

Solution
You must to find out the Audio Decoder and change it. Follow me
1- Play the video
2- Press Ctrl + Tab (Advance Playback Info)

3- Read the Audio Decoder Name (in this case it's ACC)
4- Press F2 (Preferences)
5- Goto Filter Control > Decoder Usage > Internal Audio Decoder > Unchecked the Audio Decoder (in this case it's ACC)

6- Close and Close and Open the video again ;-)


March 02, 2012

List of EventHandler

System.Windows.Controls (WPF)
  • CleanUpVirtualizedItemEventHandler
  • ContextMenuEventHandler
  • DataGridSortingEventHandler
  • GroupStyleSelector
  • InitializingNewItemEventHandler
  • InkCanvasGestureEventHandler
  • InkCanvasSelectionChangingEventHandler
  • InkCanvasSelectionEditingEventHandler
  • InkCanvasStrokeCollectedEventHandler
  • InkCanvasStrokeErasingEventHandler
  • InkCanvasStrokesReplacedEventHandler
  • ScrollChangedEventHandler
  • SelectedCellsChangedEventHandler
  • SelectionChangedEventHandler
  • TextChangedEventHandler
  • ToolTipEventHandler

System.Windows.Controls (WPF)
  • AutoResizedEventHandler
  • CoerceValueCallback
  • DataObjectCopyingEventHandler
  • DataObjectPastingEventHandler
  • DataObjectSettingDataEventHandler
  • DependencyPropertyChangedEventHandler
  • DragEventHandler
  • ExitEventHandler
  • GiveFeedbackEventHandler
  • PropertyChangedCallback
  • QueryContinueDragEventHandler
  • RequestBringIntoViewEventHandler
  • RoutedEventHandler
  • RoutedPropertyChangedEventHandler <T >
  • SessionEndingCancelEventHandler
  • SizeChangedEventHandler
  • SourceChangedEventHandler
  • StartupEventHandler
  • ValidateValueCallback

This story... to be continued ;-)

February 29, 2012

Speed Up File Copy in Windows 7

1- Disable Auto-tuning
Command: netsh interface tcp set global autotuninglevel=disabled

2- Remove RDC
Control Panels > Programs and Features > Turn Windows features on or off > Unchecked Remote Differential Compression

3- Remove IPv6
Control Panel > Network and Sharing Center > Change adaptor settings > Right click on your enabled network >  Properties > Uncheked Internet Protocol Version 6 (TCP/IPv6)

4- Clear DNS Cache
Command: ipconfig /flushdns

February 28, 2012

Print DOS Application With Windows Printer

Problem
- How can i print with laser and inkjet printers with MS-DOS Application
- How to print with old DOS programs

Solution A
The DOSPRN can help you ;-)
Site: www.dosprn.com
FAQ: www.dosprn.com/faq.htm

Solution B
Download the PRN2FILE and run it in DOS mode. This resident DOS application converts the print task to PRN file.
You can use of below command for save print task in 1.PRN.
Command: prn2file.com C:\1.PRN
For start automatically in each start command in windows you can append the above command in end of %windir%\system32\autoexec.nt file.
Site: cejvik.xf.cz/prilohy/dos_usb_print_prn/
Link ver1.0: cejvik.xf.cz/prilohy/dos_usb_print_prn/prn2file.zip
Link ver1.0: http://www.4shared.com/rar/j2SARDvj/20120228-prn2file.html
Link ver1.1 (+modification):  ftp://ftp.simtel.net/pub/simtelnet/msdos/printer/prn2fil3.zip
Link ver1.1 (+modification):  http://www.4shared.com/zip/r9vT8VwT/20120303-prn2file11.html

Usage (v1.0): PRN2FILE [path][filename][/Pn][/Bnn][/F][/A][/U]
Run PRN2FILE with the desired filename to activate it.
Run it with a different filename to change destination file.
/P to designate the printer number (defaults to 1)
/B to enter buffer size in K bytes (defaults to 4)
/F to print just to file and not to printer (default is both) [in v1.1 only]
/A to append to file (default is to create new file) [in v1.1 only]
/U to uninstall the program