List/Grid Tag Archives: Download
How To Search Files In A Directory And Its Sub-Directories Using C#
Are you looking for a solution to Search A Directory content and find a File with specified name, but not able to find one for yourself. Then here is a simple and best solution to you. I have created a full Application which Searches a directory by following 8 different kinds of Search Criteria and returns us the result consisting of name of file found, its size and its full…
How To Perform Searching In String In C#
If you want to perform any kind of searching in strings in c# like If you want to search whether a string is present in another string or not If you want to search whether a character is present in another string or not If you want to check whether a string starts with specified string or not If you want to check whether a string ends with specified string…
PIC Microcontroller C Files
Timer0 and Timer1 are used to create two different frequencies using interrupt method Timer0 is used to create a frequency and Timer1 is used as counter to count number of events using interrupt method Port D data is transmit to PC serially and Port B is used to receive data serially from a PC with 9600 baud rate using interrupt method Serial data is send to a PC if switch…
How To Download A File Using C#
If you want to create an application which will download files from websites, then this article will help you doing that. You can download any type of file using this code, but the problem will be you have to specify full computer directory path including name with extension to save file in your computer. In this example, I will download Google logo and will save that into my D:\ drive….
How To Download Free Trial Version of Windows 7
You want to test Windows 7 before buying it, That’s not a big problem. In this article, i will show you how you can download a free trial version of Windows 7. You can download a 90 day free trial of Windows 7 Enterprise Edition from Microsoft’s Technet website. But after that you are expected to buy a full version of Windows. Before trying this, you must check out if…
How To Install Windows Phone Developer Tools on Windows Server
The Windows Phone Developer Tools are not supported on operating systems other than Windows Vista and Windows 7. In between the CTP and the CTP Refresh, a block was added to setup to prevent installing on Windows Server 2008 to help enforce this support limitation. But if you are using original CTP on Windows Server and try to move forward to the CTP Refresh or the final release, this block…
How To Download Videos From Youtube
Youtube is the online networking system that connects millions of people from all over the world by sharing videos. Range of videos on Youtube and users on it is vast which makes bands and other artists upload and share their videos to YouTube everyday, but these videos do not always have a link available to download and Youtube doesn’t allow us to download those. If you ever wanted to get…