Unbound items in a bound ComboBox
Last Updated: 25 Feb 2006
Page Views: 57,522
Rating: 4.09/5
Votes: 11
Popularity: 4.26
Bookmark Count: 33
Licence: The Code Project Open License (CPOL)
This article shows how to add unbound items to a bound ComboBox.
A basic Particles System
Last Updated: 19 Apr 2005
Page Views: 112,735
Rating: 4.66/5
Votes: 77
Popularity: 8.80
Bookmark Count: 111
Licence: The Code Project Open License (CPOL)
Introduction to the basic idea of the particle systems, and how to create basic effects such as explosions and water fountains.
BiDirectionalHashtable
Last Updated: 1 Nov 2005
Page Views: 13,950
Rating: 1.80/5
Votes: 5
Popularity: 1.26
Bookmark Count: 7
Licence: The Code Project Open License (CPOL)
Create a BiDirectionalHashtable to access both key and items in O(1) time, and create a connection between items.
Writing a Win32 method to find if an application is already running
Last Updated: 21 Jan 2006
Page Views: 25,547
Rating: 3.81/5
Votes: 6
Popularity: 2.97
Bookmark Count: 25
Licence: The Code Project Open License (CPOL)
This article demonstrates how to write a method to find out if an application is already running in the background.