Problem:
- How to add KMPlayer to Windows 7 Autoplay?
- When I insert a dvd disc, windows media player starts the movie but I would like to autostart the movie with KMPlayer.
Solution (Easy):
Press F2 (preferences) > Association/Capture > Association > checked "DVD" checkbox
Solution (Manually):
save below in reg file and run it ..
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayDVDMovieOnArrival]"KMPLAYERDVDMovieOnArrival"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\KMPLAYERDVDMovieOnArrival]
"Action"="Play DVD Movie"
"DefaultIcon"="C:\\Program Files\\The KMPlayer\\KMPlayer.exe,0"
"InvokeProgID"="KMPlayer.MediaFile"
"InvokeVerb"="open"
"Provider"="KMPlayer"
References: [link]
Software Developer
A Discussion on software architecture, advanced programming algorithms and software application runtime problem
Wednesday, August 18, 2010
Thursday, July 15, 2010
Folders to ISO
Question:
- How to Create ISO Files From Folders
- What program cans covert Folders into ISO images?
- How to quickly convert folders to ISO Files
- Create ISO from any Folders
Solution
I developed a software application that I called The ISO Maker.
This software can help you for convert more folders to ISO files, one by one. This software used UltraISO Command Lines for do this.
Download
ISOMaker.exe [link]
ISOMaker.png [link]
ISOMaker SourceCode [link]
Sunday, May 23, 2010
SQL Express & Windows 7
If you have a problem with Microsoft SQL Express & IIS on Windows 7 then follow this solution ...
Error:
Failed to generate a user instance of SQL Server due to failure in retrieving the user's local application data path. Please make sure the user has a local user profile on the computer. The connection will be closed.
Solution:
1- Run the Internet Information Services (IIS) Manager tool. This tool can be accessed either from the Administrative start menu, or by typing "inetmgr" in the Windows Start-->Search textbox and selecting the inetmgr tool.
2- In the left-hand pane of the IIS Manager tool expand the machine node.
3- Click on the "Application Pools" node so that the application pools display in the main window of the management tool.
4- If you are troubleshooting an ASP.NET 2.0/3.0/3.5 application select the "DefaultAppPool" application pool. For ASP.NET v4 select the "ASP.NET v4.0" application pool.
5- Right-click on the selected application pool and choose "Advanced Settings"
6- In the "Advanced Settings" dialog box find the category called "Process Model". The first row in the category will be the "Identity" row.
7- Click on the "Identity" row and then click on the small button that shows on the right-hand side of the value cell. The button displays the text "…"
8- A dialog box called "Application Pool Identity" will popup. Within that dialog box there are two radio buttons. Make sure the first radio button titled "Built-in Account" is selected.
9- In the dropdown box below the radio button choose "Network Service" for the identity.
10- Click "Ok" to close out the "Application Pool Identity" dialog box.
11- Click "Ok" to close out the "Advanced Settings" dialog box.
12- At this point the changes to the application pool identity will have been saved to IIS 7.5's configuration store.
Reference Link: http://support.microsoft.com/kb/2002980
Error:
Failed to generate a user instance of SQL Server due to failure in retrieving the user's local application data path. Please make sure the user has a local user profile on the computer. The connection will be closed.
Solution:
1- Run the Internet Information Services (IIS) Manager tool. This tool can be accessed either from the Administrative start menu, or by typing "inetmgr" in the Windows Start-->Search textbox and selecting the inetmgr tool.
2- In the left-hand pane of the IIS Manager tool expand the machine node.
3- Click on the "Application Pools" node so that the application pools display in the main window of the management tool.
4- If you are troubleshooting an ASP.NET 2.0/3.0/3.5 application select the "DefaultAppPool" application pool. For ASP.NET v4 select the "ASP.NET v4.0" application pool.
5- Right-click on the selected application pool and choose "Advanced Settings"
6- In the "Advanced Settings" dialog box find the category called "Process Model". The first row in the category will be the "Identity" row.
7- Click on the "Identity" row and then click on the small button that shows on the right-hand side of the value cell. The button displays the text "…"
8- A dialog box called "Application Pool Identity" will popup. Within that dialog box there are two radio buttons. Make sure the first radio button titled "Built-in Account" is selected.
9- In the dropdown box below the radio button choose "Network Service" for the identity.
10- Click "Ok" to close out the "Application Pool Identity" dialog box.
11- Click "Ok" to close out the "Advanced Settings" dialog box.
12- At this point the changes to the application pool identity will have been saved to IIS 7.5's configuration store.
Reference Link: http://support.microsoft.com/kb/2002980
Tuesday, February 23, 2010
Local IIS Web Server
If you have a problem with "Use Local IIS Web Server" in "Microsoft Visual Studio 2008" and Windows 7 or Windows Vista use this road map with solve it ...
trust me ... it's works
Problem:
Failed to generate a user instance of SQL Server due to failure in retrieving the user's local application data path.
Please make sure the user has a local user profile on the computer.
The connection will be closed.
Solution:
Goto: Control Panel > System and Security > Administrative Tools > Internet Information Services (IIS) Manager
Then goto: Application Pools > Set Application Pool Defaults... > set Load User Profile toTrue
My Machine:
Windows 7.0
ASP .Net 2.0 (.Net 3.5)
SQLEXPRESS
Saturday, May 23, 2009
Redlex Mellel Reader
The steps which are shown below are just for reading Redlex Mellel XML file and convert to TEXT file.

Download
Setup: http://rapidshare.com/files/236277253/20090523-RedlexReaderPKG.msi.html
Source: http://rapidshare.com/files/236277276/Form1.cs.html
Source: http://rapidshare.com/files/236277325/MellelReader.cs.html

Download
Setup: http://rapidshare.com/files/236277253/20090523-RedlexReaderPKG.msi.html
Source: http://rapidshare.com/files/236277276/Form1.cs.html
Source: http://rapidshare.com/files/236277325/MellelReader.cs.html
Subscribe to:
Posts (Atom)

