Main Navigation
Home
Blog
Index
Search
Articles
Books
Contact
BLOG.CSHARPHELPER.COM: Monthly Archives for June 2010
Read data from an Excel workbook in C#
Posted by Rod Stephens at
6/30/2010 9:19 AM
|
Add Comment
Write data into an Excel workbook in C#
Posted by Rod Stephens at
6/29/2010 10:10 AM
|
Add Comment
Control the print preview dialog to change its size, scale, colors, and more in C#
Posted by Rod Stephens at
6/28/2010 9:45 AM
|
Add Comment
Scale a drawing so it fits a target area in C#
Posted by Rod Stephens at
6/27/2010 6:33 AM
|
Add Comment
Use double buffering to prevent flicker when drawing graphics in C#
Posted by Rod Stephens at
6/26/2010 6:16 AM
|
Add Comment
Draw a colored butterfly curve in C#
Posted by Rod Stephens at
6/25/2010 6:10 AM
|
View Comments (3)
|
Add Comment
Draw an epitrochoid in C#
Posted by Rod Stephens at
6/24/2010 8:43 AM
|
Add Comment
Let the user select a TabControl tab by pressing accelerator keys such as Alt-B in C#
Posted by Rod Stephens at
6/23/2010 8:12 AM
|
Add Comment
Make a TabControl use owner-drawn tabs and let the user close tabs at run time in C#
Posted by Rod Stephens at
6/22/2010 5:20 AM
|
Add Comment
Generate HTML content and display it in a WebBrowser control in C#
Posted by Rod Stephens at
6/21/2010 5:51 AM
|
Add Comment
Show all of the matches to a regular expression in a string in C#
Posted by Rod Stephens at
6/20/2010 12:55 PM
|
Add Comment
Use a BackgroundWorker to perform a task in the background in C#
Posted by Rod Stephens at
6/19/2010 5:37 AM
|
Add Comment
Use multiple threads to let a program draw a graph and perform other tasks at the same time in C#
Posted by Rod Stephens at
6/18/2010 5:37 AM
|
View Comments (1)
|
Add Comment
Display custom colors in the color selection dialog in C#
Posted by Rod Stephens at
6/17/2010 6:16 AM
|
Add Comment
Validate a switch statement that uses values from an enumerated type in C#
Posted by Rod Stephens at
6/16/2010 6:54 AM
|
Add Comment
Initialize a ComboBox's values from an enumerated type in C#
Posted by Rod Stephens at
6/15/2010 5:31 AM
|
View Comments (1)
|
Add Comment
Use a second method to convert strings between Pascal case, camel case, and proper case in C#
Posted by Rod Stephens at
6/14/2010 6:30 AM
|
Add Comment
Convert strings between Pascal case, camel case, and proper case in C#
Posted by Rod Stephens at
6/13/2010 6:46 AM
|
Add Comment
Let the user draw polygons and move them in C#
Posted by Rod Stephens at
6/12/2010 6:59 AM
|
Add Comment
Let the user draw polygons in C#
Posted by Rod Stephens at
6/11/2010 7:45 AM
|
Add Comment
Determine whether a point lies inside a polygon in C#
Posted by Rod Stephens at
6/10/2010 7:04 AM
|
Add Comment
Make a log file with multiple overflow versions in C#
Posted by Rod Stephens at
6/9/2010 7:10 AM
|
Add Comment
Use Debug.Assert to find bugs in C#
Posted by Rod Stephens at
6/8/2010 6:52 AM
|
Add Comment
Use a NotifyIcon component to display status information in the system tray in C#
Posted by Rod Stephens at
6/7/2010 5:57 AM
|
Add Comment
Use try catch blocks to protect against unexpected errors in C#
Posted by Rod Stephens at
6/6/2010 6:31 AM
|
Add Comment
Make a close-up window for an image in C#
Posted by Rod Stephens at
6/5/2010 7:11 AM
|
Add Comment
Draw 2D or 3D borders in C#
Posted by Rod Stephens at
6/4/2010 7:17 AM
|
Add Comment
Use nullable parameters in C#
Posted by Rod Stephens at
6/3/2010 6:04 AM
|
Add Comment
Use null to simulate optional parameters in C#
Posted by Rod Stephens at
6/2/2010 5:53 PM
|
Add Comment
Use overloaded methods to simulate optional parameters in C#
Posted by Rod Stephens at
6/1/2010 9:19 AM
|
Add Comment
Back to Main Page
Quick Search
Search only in titles:
Keyword:
Search in:
Title
Title and Contents
Title and Comments
Title, Contents, Comments
Date Range:
1 week
2 weeks
1 month
3 months
All
Advanced Search
Basic Search
Calendar
February 2011
Su
Mo
Tu
We
Th
Fr
Sa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Subscribe
Syndicate
Posts Atom 1.0
Comments Atom 1.0
Posts RSS 2.0
Comments RSS 2.0
Podcasts RSS 2.0
Twitter Link
follow CSharpHelper at http://twitter.com
Monthly Archives
2011
February 2011 (4)
January 2011 (28)
2010
December 2010 (30)
November 2010 (25)
October 2010 (25)
September 2010 (15)
August 2010 (9)
July 2010 (22)
June 2010 (30)
May 2010 (28)
April 2010 (28)
March 2010 (25)
February 2010 (19)
January 2010 (34)
2009
December 2009 (27)
November 2009 (26)
October 2009 (1)
Category Archives
ADO.NET (2)
algorithms (90)
arrays (6)
books (1)
calculations (1)
challenges (1)
classes (13)
clipboard (3)
coding (1)
combinatorics (3)
controls (47)
cryptography (4)
curve fitting (4)
database (2)
debugging (2)
dialogs (4)
directories (3)
Drag and Drop (3)
drawings (2)
enums (1)
Event (2)
Excel (3)
extensions (2)
files (23)
fonts (1)
forms (6)
fractals (20)
ftp (1)
games (2)
geometry (22)
globalization (1)
graphics (153)
html (4)
IDE (5)
interfaces (1)
internet (7)
interoperability (3)
LINQ (3)
lists (1)
localization (3)
mathematics (14)
menus (5)
methods (1)
miscellany (2)
multimedia (5)
Office (5)
operators (3)
parsing (4)
printers (1)
printing (4)
programs (10)
reflection (1)
registry (2)
regular expressions (8)
SQL (2)
strings (17)
syntax (8)
system (18)
threading (2)
transformations (4)
variables (9)
VBA (2)
web (7)
WMI (3)
Word (3)
wpf (2)
XML (4)
Recent Posts
Update ComboBox choices when the user enters a new choice in C#
Friday, February 04, 2011
Display a continuously updating graph of stock prices taken from the internet in C#
Thursday, February 03, 2011
Use a simple sprite class to animate several bouncing balls in C#
Wednesday, February 02, 2011
Animate several bouncing balls in C#
Tuesday, February 01, 2011
Compare two images to find differences in C#
Monday, January 31, 2011
Use a loop to load pictures into PictureBoxes in C#
Sunday, January 30, 2011
Make a kaleidoscope program in C#
Saturday, January 29, 2011
Pixelate areas on an image in C#
Friday, January 28, 2011
Make a map that shows a circular closeup of the part under the mouse in C#
Thursday, January 27, 2011
Use WMI to get lots of information about the operating system in C#
Wednesday, January 26, 2011
Recent Comments
Rod Stephens on
Use WMI to get detailed information about printers in C#
1/7/2011
driving games on
Use WMI to get detailed information about printers in C#
1/7/2011
Rod Stephens on
Use XML serialization to save and restore pictures drawn by the user in C#
12/18/2010
Richard Moss on
Use XML serialization to save and restore pictures drawn by the user in C#
12/18/2010
Rod Stephens on
Challenge: Write a program that can display its own code in C#
12/2/2010
OperatorX on
Challenge: Write a program that can display its own code in C#
12/1/2010
Corey on
Drag and drop text in C#
12/1/2010
Rod Stephens on
Fill a polygon with a PathGradientBrush in C#
11/29/2010
OperatorX on
Fill a polygon with a PathGradientBrush in C#
11/28/2010
Rod Stephens on
Handle mouse events for a generic TreeNode class in C#
11/24/2010
Blog Software
Web Design