| Partner Links |
DVD Software |
|
| Home : C# : Articles, Tips & Tutorials : Samples | | Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
Samples Listings |
|
Total:
8 | Displaying: 1 - 8 |
|
|
Info.NET, the way to collect and organize your data on the side of your screen, similar to Dashboard on MSN 8
|
Website
Refer
Review It
|
Our life is surrounded by data. For example, your calendar, events, appointments, special dates, current projects, job data, friends, family, books, research, and anything in between. It is getting to point that it is uncontrollable. One cannot finish jobs by their priority because knowledge and data are continuously flowing in. There must be a solution. There is, but it is currently in MSR (Microsoft Research), still being developed. In the mean time, there must be an application to organize data, but in a way that is always accessible. Enter Dashboard in MSN 8, and Side Bar in Longhorn. The only problem is that Dashboard is part of a parent program, and Side Bar is long from materializing, besides in beta groups. Even when Side Bar is released, it still will not be open to third party development. These problems and more were my primary motivations in writing this program...
Updated: 01/04/2004
|
|
Hex Converter
|
Website
Refer
Review It
|
This article is about how you would go about converting numeric values to hexadecimal and vice versa. The main reason why I did this program is to help me to cheat when playing computer games, mainly role-playing ones cos I normally need to find the correct hex data in those save game file and furthermore I do not have a good hex editor to help me do those conversion. :)...
Updated: 01/04/2004
|
|
A C# Mersenne Twister class
|
Website
Refer
Review It
|
The Mersenne Twister (MT) is a pseudorandom number generator (PRNG) developed by Makoto Matsumoto and Takuji Nishimura[1][2] during 1996-1997. MT has the following merits...
Updated: 01/04/2004
|
|
ID3 Tag Reader Using Shell Functions
|
Website
Refer
Review It
|
This article describes another alternative for reading and displaying ID3 tags in MP3 files. There are various well documented methods of extracting ID3 tag information from MP3 files available. One of the most useful sites regarding this information is http://www.id3.org. This article will explore the possibility of extracting the same information using Win32 Shell functions...
Updated: 01/04/2004
|
|
Pentominos - A C# implementation of the famous Puzzle Game
|
Website
Refer
Review It
|
This is a C# implementation of the famous Pentominos Puzzle game. The game objective is to combine the 12 pieces into the rectangle. In the easiest mode (6x10 rectangle) there are 2339 possible solutions. You must be thinking... 2339 possible solutions... easy! If you have that thought (and never had played this game before)... I CHALLENGE YOU TO FINISH THE PUZZLE IN LESS THEN 5 MINUTES! Have fun!..
Updated: 01/04/2004
|
|
AutoSig: A browser helper object that automatically adds a different signature when you post a message to a CP forum
|
Website
Refer
Review It
|
I was inspired to write this article after seeing this article by Kant. Kant wrote a utility that allows creation of quotes collection and saving in XML format. User can chose to copy a random quote to the clipboard which can be pasted in the signature field when posting a message to a CP message board. The same feature is also available in Desktop Bob. I imagined that it would be kind of nice if a random quote automatically got into the signature field. This utility does that. When you install the utility and navigate to any url in CP from where you can post a message, the signature field is automatically filled with one of the quotes from an XML file. All you need to do is to write some quotes in an XML file either manually or using the CodeProjectQuote utility. A default XML file (copied from Kant`s article) is provided with the setup and the source...
Updated: 01/04/2004
|
|
RSS 2.0 Framework
|
Website
Refer
Review It
|
RSS is a web content syndication format. Its name is an acronym for Really Simple Syndication. RSS is a dialect of XML. All RSS files must conform to the XML 1.0 specification, as published on the World Wide Web Consortium (W3C) website. At the top level, a RSS document is a RSS element, with a mandatory attribute called version, that specifies the version of RSS that the document conforms to. Subordinate to the RSS element is a single channel element, which contains information about the channel (metadata) and its contents. RSS channel is referred as RC in the following lines...
Updated: 01/04/2004
|
|
Code Project Quoter
|
Website
Refer
Review It
|
Notice : This is not an article, but a simple tool for serious CPians who use the quotes in their signatures. To be frank I doubt you will learn anything new here.
Any frequent visitor to Lounge or Message boards would have observed the amazing quotes used by fellow CPians in their signatures. The fun part is most of these quotes are from the messages posted by none other than fellow CPians! And some folks often change their signatures with the new quotes frequently...
Updated: 01/04/2004
|
|
|
|