|
|
|
|
|
|
| | Total Hits: 16 | Today: 0 | Author: CraigWright | Rating:  |
| |  When I first found out about the Xbox Live Gamer Cards, I quickly started thinking about how I could use it on forums, emails, etc. The problems started however when I wanted to be able to integrate the card seamlessly into my own site, the basic design never seemed to work. After a bit of web searching, I was disappointing to find no API available (for free) that allowed you to customize it. Sure there are a few websites that offer a solution but the same basic problem always exists - you are s... |
| | Total Hits: 17 | Today: 0 | Author: Mohammad Dayyan | Rating:  |
| |  With this PHP script, you can generate Persian Calendar PHP easily.... |
| | Total Hits: 15 | Today: 0 | Author: zhaque | Rating:  |
| |  The CPU (Code printing Utility) is a source code printing utility designed by a Programmer for Programmers to save time and money. It takes care of formating and printing your source code while you concentrate on writing code. Therefore it saves your time. It prints upto 94 lines per page, 130 characters per line and both sides of the page, so it saves upto about 75% of your paper thereby saves money. It can speak and understand any language as long as your code is a text file. That means you ma... |
| | Total Hits: 18 | Today: 0 | Author: Timothy the lion | Rating:  |
| |  The executable for this project is in the bin directory.
The source was developed and compiled in Visual Studio 2005 C# Express beta 2 and works in the release version.
This is my first article here and is of a different style than many others, so I hope I don’t mess up too badly. Sorry for the bad grammar.... |
| | Total Hits: 14 | Today: 0 | Author: yeti11 | Rating:  |
| |  This is just a tiny tool that fixes the problem that was annoying me since Visual Studio 6. Attaching to remote process was always annoying with all the unnecessary clicking.... |
| | Total Hits: 15 | Today: 0 | Author: Shaun Harrington | Rating:  |
| |  I find that OEM 'branding' is still a lot of trouble. I needed a simple way to produce OEM versions of multi-module products. Resources like graphics and icons are easy enough to deal with but the VERSIONINFO structures and embedded strings like the 'product name' are a hassle. Following is a simple method I have used for years to help ease things.... |
| | Total Hits: 14 | Today: 0 | Author: jamesfancy | Rating:  |
| |  Many users use TortoiseSVN (a Subversion Client for Windows) to control source code, and use .dan.g.'s ToDoList to manage issues and bugs.
If a user uses a Web application bug/issue tracker, SVN can set its URL in the projects' property. Then the user can click bug/issue ID in the log window to open the bug/issue page.
But how to do that with ToDoList, a Windows application?... |
| | Total Hits: 18 | Today: 0 | Author: Shaun Harrington | Rating:  |
| |  SmartStartMenu for Windows essentially gives you a way to turn the process of running almost any program into a two or three key-stroke effort. Maybe you are wondering why one would want to do that when you can just make a desktop shortcut or a 'Quick Launch' toolbar item and I'll tell you. SmartStartMenu lets you run almost *any* program that is on your 'Start' menu in just a few key-strokes... not just the ones you use the most. It shows you a matched list based on the criteria you have typed ... |
| | Total Hits: 20 | Today: 0 | Author: Jim Crafton | Rating:  |
| |  Have you ever had an application crash on a customer's machine and have only, "it just crashes and displays a funny message box", to go on in attempting to track down what the error was? Ever wish you could put some kind of "watchdog" that would monitor your application on the customers computer and then if it crashed, automatically scoop up where the crash happened, and allow the customer or mail this information to you? If so then BlackBox may be just what you're looking for!... |
| | Total Hits: 17 | Today: 0 | Author: Maksim Pyatkovskiy | Rating:  |
| |  Some time ago, I was working on a multi-tier application with quite complex logic. The application was handling medical information, and it was important to correctly synchronize data under all circumstances. I put extra code to make the application as stable as possible, and added automatic backups and self-recovery. Do you think it solved all problems?... |
| | Total Hits: 14 | Today: 0 | Author: Vladimir Sedach | Rating:  |
| |  We explain how to create your own minidump with Call Stack on crash or at any given moment. The demo program creates a dump (shown on the picture) and tries to create the system one with the MiniDumpWriteDump() function of DbgHelp.dll. System dump is not supported in systems other than Win XP without individual installation. The article shows how to interpret the own minidump, and what modifications to your project settings are needed. Our competitor's minidump produced by MiniDumpWriteDump() is... |
| | Total Hits: 15 | Today: 0 | Author: Ernest Laurentin | Rating:  |
| |  One of the most sought after skills for software professionals today is not only the ability to write good quality code but also the ability to test and validate your code. This is where this tool comes into play. ScriptRunner is different from other unit testing Frameworks. In fact, ScriptRunner is a complement of a traditional unit testing Framework like CPP Unit. A Unit Testing Framework lets you test modules in your application. A module can be a library, a class (or an object) or can be a s... |
| | Total Hits: 6 | Today: 0 | Author: Lowell Heddings | Rating:  |
| |  The Firefox Code Project SearchBar is a direct port of the IE Code Project SearchBar to the Firefox browser. It gives you almost all the same features - you can still do searches at any time, from any web page... but now you have the option of opening search results in a new tab, thanks to Firefox.
Firefox Code Project SearchBar Home Page... |
| | Total Hits: 5 | Today: 0 | Author: Nishant Sivakumar | Rating:  |
| |  The Tray Icon Info application lets you enumerate your system tray icons and rearrange their positions, so that you can have your more frequently used icons positioned to the left most side (or right most depending on your personal preference). I wrote this as I got used to having the MSN Messenger icon on the left most side of the tray and found it annoying and inconvenient when newly added icons pushed it to the right. I had to exit and restart MSN Messenger to reposition it where I wanted. Th... |
| | Total Hits: 5 | Today: 0 | Author: Luc Pattyn | Rating:  |
| |  Wouldn't it be nice if you could just copy and paste any code snippet you like into a CodeProject edit box without worries, and get your PRE tags for free, including the required language code? And get your and signs properly HTML-encoded, and while we're at it, also get your tabs reduced so the indentation is minimal? And, of course, get a literal paste when the clipboard holds regular text rather than code.... |
| | Total Hits: 10 | Today: 0 | Author: TopCoder23 | Rating:  |
| |  Designing apps in Microsoft Visual C++ 2005 Express Edition is pretty straight forward. Point this, click that, presto! place it on form. But seriously, click on the desired component (control) , located at the left toolbar of Visual C++ 2005 Express Edition , and draw it at an appropiate locaton on the form.... |
| | Total Hits: 11 | Today: 0 | Author: Aman Bhullar | Rating:  |
| |  I have checked out a lot of chat solutions and all of then were database driven. These applications fail as soon as the database is down and in live systems, this scenario is not unknown. So, I decided to build a Chat Solution that should be database independent. So, XML is the best replacement.
This is my first article and A. R. Live Support is the first solution I have developed using XML.... |
| | Total Hits: 12 | Today: 0 | Author: Okeno Palmer | Rating:  |
| |  Since the advent of the .NET framework and Web Services I've heard of many interesting and wonderful applications of the two technologies. However, you never really get an appreciation for something until you actually try it yourself. Well, I tried out these technologies with an idea of mine and I must say that it has turned out quite well and was not that difficult to implement. I now introduce to everyone my first ASP.NET application, The Amazon Explorer.... |
| | Total Hits: 13 | Today: 0 | Author: Jorge Vasquez | Rating:  |
| |  You'll also need to download the Gecko-SDK from the official page in order to build the Firefox extension.... |
| | Total Hits: 150 | Today: 0 | Author: Xavier Dusart | Rating:  |
| |  This article is about checking new mail arrival in your Exchange inbox. It is not intended as a "how-to", as the code is not very well designed. You can rather think of it as my contribution to this very good web site. It provides an example of code re-using, and a ready-to-use application for checking mail.
GUI speaks French. You can easily turn it into your language of choice, by editing dialog, menu and strings resources.... |
|
|
|
|
|
|