Tuesday, June 25, 2013

சில பயனுள்ள இனையத்தளங்கள்

சில பயனுள்ள இனையத்தளங்கள்! by World Wide Tamil People சான்றிதழ்கள் 1) பட்டா / சிட்டா அடங்கல் http://taluk.tn.nic.in/edistrict_certificate/land/chitta_ta.html?lan=ta 2) அ-பதிவேடு விவரங்களை பார்வையிடhttp://taluk.tn.nic.in/eservicesnew/land/areg_ta.html?lan=ta3) வில்லங்க சான்றிதழ்http://www.tnreginet.net/igr/webAppln/EC.asp?tams=04) பிறப்பு மற்றும் இறப்பு சான்றிதழ்http://www.tn.gov.in/appforms/birth.pdfhttp://www.tn.gov.in/appforms/death.pdf5)...

Thursday, June 20, 2013

How to Check if another instance of the application is already running

how it is possible to check whether another instance of the program is running and if so stop the application before loading if there is an existing instance of it.Solution:write at your Main method the following code to quit the method which will kill the currently loading process instantly.if (System.Diagnostics.Process.GetProcessesByName( System.IO.Path.GetFileNameWithoutExtension(  System.Reflection.Assembly.GetEntryAssembly().Location)).Length > 1) { ...

How to: Reset the Visual Studio 2010 Environment Settings

To reset your Visual Studio settings:1. From the Tools menu, click Import and Export Settings.2. On the Welcome to the Import and Export Settings Wizard page, click Reset all settings and then click Next.3. If you want to save your current settings combination, click Yes, save my current settings, specify a file name, and then click Next.—or—If you want to delete your current settings combination,...

How to: Install Microsoft SQL Server 2008 Step by Step

The system requirements are as follow:32-bit systems: Computer with Intel or compatible Pentium III 1 GHz or faster processor (2 GHz or faster is recommended)64-bit systems: Itanium processor or faster. 1 GHz or higher processorMemory: Minimum of 512 MB of RAM (2.048 GB recommended)Storage: At least 2.0 GB of available hard disk spaceSupported Operating Systems: Windows Server 2008 ; Windows Server 2003 Service Pack 2; Windows...