Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mike Gold(11)
Mahesh Chand(7)
John O Donnell(2)
Rama Nageshwara Rao(1)
Rick Meyer(1)
Chandra Hundigam(1)
Mokhtar B(1)
Resources
No resource found
Transforming Text in GDI+
Jan 01, 2010.
In this article I will explain how to Transforming Text in GDI+.
Working with Text and Strings in GDI+
Dec 27, 2009.
In this article I will explain about Working with Text and Strings in GDI+.
Drawing Formatted Text in GDI+
Dec 22, 2009.
In this article I will explain about Drawing Formatted Text in GDI+.
Creating a Line Chart Application in GDI+
Nov 20, 2009.
In this article I will explain how to create a line chart in GDI+.
Drawing Text in GDI+
Nov 18, 2009.
In this article I will explain you how to drawing Text in GDI+.
Working with Drawing Class
Oct 27, 2005.
This article gives an overview to work with drawing and printing class. It explains how to use various methods in the drawing and printing class.
Notepad.NET - Printing a Multiline Textbox in C# and .NET
Jul 31, 2005.
Notepad.NET is a file text editor that allows you to edit multiple files at the same time. It also has a few nice features not included in notepad, such as print preview and a most recently used file list. This article describes how printing is performed in this utility.
IM Chat Interface for C# and .NET
Jun 26, 2005.
This article describes a way to create a colorful chat interface for instant messaging. In this chat interface you can use html and emoticon tags to display colorful text and bitmaps in order to give you a richer chat experience.
Creating Word Find Pzzules in C# and GDI+
Sep 30, 2003.
In the past I have been guilty of trying a few of word find puzzles myself, so I figured why not give it a go it .NET. The Word Find creator reads a MSDE database of Words and Categories.
EggTimer in C#
Aug 26, 2003.
This simple timer app will count down from whatever value is set in the textbox.
A Virtual Clock in C# and GDI+
Jul 01, 2003.
This article describes how to create a virtual clock in C#. The hands of the clock are drawn using GraphicPaths.
Auto Redraw in VB.NET
Dec 13, 2002.
This is a problem if you wish to display text and graphics directly on a form.
Web Thermometer in C# and .NET
Sep 13, 2002.
The Web Thermometer is a good example for using GDI+.
Reusable System Information Component
Aug 26, 2002.
In this article we will create a reusable component, which retrieves the operating system information. We will explore ComponentModel and SystemInformation class also.
C# Corner Logo: 3D GDI+ Effect
May 10, 2002.
It's time to redesign the logo. Let's do some 3D work here. That's what Owen said an hour ago. And after that he drew a 3D C# logo on the board.
Drawing Transparent Images and Shapes using Alpha Blending
Apr 22, 2002.
Alpha blending is a process of mixing colors and generating a transparent affect. To test this, you draw some graphics shapes on a surface and draw image on top of those shapes and you should be able to see the shapes.
Graphics using GDI+
Feb 05, 2002.
This sample project shows how to draw various graphics objects on a Form using GDI+ objects.
CartWheel Man - Animating GraphicPaths
Nov 27, 2001.
This simple application illustrates how GraphicsPaths can be animated to look like something is moving across the screen.
Charting in GDI+
Nov 07, 2001.
Here is an example of creating simple charts using GDI+ commands in C#. I have used the random class to create 5 random percentage values. I then use GDI+ to plot these values on a chart.
Adding Copyright to a Graphics
Sep 28, 2001.
With the popularity of digital cameras and the increase of digital archive web sites allowing you to buy images to use its handy to be able to add a copyright to your image.
Printing out your W2 Form using C# and .NET
Aug 07, 2001.
This article covers a fairly practical aspect of using a computer - dealing with forms. The concepts in this article can be used to create any Form Application so that you can design forms that you can Fill Out, Open, Save, Print and Print Preview.
Time Ticker
Jun 26, 2001.
Graphics Class encapsulates a GDI+ drawing surface. The FromHWND method is used to create a new instance of the Graphics class from a window handle. Clear method fills the entire drawing surface with the specified RGB color by using Color class. DrawString method draws a string using Font and SolidBrush classes.
Creating your own cool Volume Control using GDI+
Jan 23, 2001.
In this article, I'll give you an example of creating your own control.
Business Card Designer Using C#
Jan 30, 2000.
For those of you that don't want to go out and buy a fancy business card utility, this article may prove to be just the trick for designing easy colorful business cards.