Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
MicrosoftArticlesForumsFAQs
C# .NET
VB.NET
Visual Studio .NET
ADO.NET
Xml / Xslt
VB 6.0
.NET CF
GDI+
LINQ
Deployment
Security
FoxPro
Silverlight / WPF
Entity Framework
RIA Services

WebArticlesForumsFAQs
JavaScript
ASP
ASP.NET
WCF

DatabasesArticlesForumsFAQs
SQL Server
Access
Oracle
MySQL
Other Databases

OfficeArticlesForumsFAQs
Excel
Word
Powerpoint
Outlook
Publisher
Money

Non-MicrosoftArticlesForumsFAQs
NHibernate
Perl
PHP
Ruby
Java
Linux / Unix
Apple
Open Source

Operating SysArticlesForumsFAQs
Windows 7
Windows Server
Windows Vista
Windows XP
Windows Update
MAC
Linux / UNIX

Server PlatformsArticlesForumsFAQs
BizTalk
Site Server
Exhange Server
IIS

Graphic DesignArticlesForumsFAQs
Macromedia Flash
Adobe PhotoShop
Expression Blend
Expression Design
Expression Web

OtherArticlesForumsFAQs
Lounge
Subversion / CVS
Ask Dr. Dotnetsky
Active Directory
Networking
Uninstall Virus
Job Openings
Product Reviews
Search Engines
Resumes

 
  
C# Graphics - A GDI+ world
GDI+ is used to created graphics using C# programs. Here is an article that shows you how this GDI+ can be used to write basic graphic elements.
By san san on Saturday, November 08, 2008 2:42:54 PM.
Overloaded Operation in C#
C# has a special feature that you can give special meanings to operators, when they are used with user-defined classes. This is called operator overloading. This code will help you understand overloaded operators.
By preetham preetham on Wednesday, November 05, 2008 2:10:23 PM.
.NET GDI+ Icons Windows Forms - Draw Selected Color On Icon
Learn to draw a selected color bar on an icon for font color, fill color, and line color. Office icons with the color bar stripped are included in this code sample.
By Robbe Morris on Tuesday, August 14, 2007 8:03:20 PM.
.NET GDI+ Graphics Edge Detection via Sobel Filter
In edge detection the aim is to mark the points in a image at which the intensity changes sharply. Sharp changes in image properties reflect important events These include: (i) discontinuities in depth. (ii) changes in material properties. (iii) variations in scene illumination. Edge detection is used in the field of image processing and feature extraction. The Sobel operator is such an operator used edge detection algorithms.
By Shailendra Sason on Saturday, December 16, 2006 4:53:16 PM.
Bspline Curves in c#
B-spline curves share many important properties with Bezier curves, because the former is a generalization of the later. Moreover, B-spline curves have more desired properties than Bezier curves. The following code is for generating a bspline.
By Shailendra Sason on Thursday, December 07, 2006 12:22:21 PM.
.NET GDI+ - Convert BitMap To Jpeg
This VB.net application will select all the bitmap images in that particular folder and convert them to jpeg and store the jpeg images in the same folder.
By Umesh Gaikwad on Monday, November 20, 2006 9:14:49 AM.