| 2D Poligon Drawer-Animator |
| The Code Project |
| Draw poligons, manipulate them, and animate them |
|
| 3D Pie Chart |
| The Code Project |
| Class library for drawing 3D pie charts |
|
| CAPTCHA Image |
| The Code Project |
| Using CAPTCHA images to prevent automated form submission. |
|
| CAPTCHA Image |
| The Code Project |
| Using CAPTCHA images to prevent automated form submission. |
|
| Cartwheel Man - Animating GraphicPaths |
| C# Corner |
| This simple application illustrates how GraphicsPaths can be animated to look like something is moving across the screen. |
|
| Common .NET Libraries for Developers |
| MSDN |
| Identifies and defines many of common namespaces that you will use when developing .NET applications, and provides examples of the most common classes and methods in those namespaces. |
|
| Creating some cool buttons and groupboxes |
| The Code Project |
| Using GDI+ function add Cool stuffs |
|
| Doodle - a Basic Paint Package in GDI+ |
| The Code Project |
| In this article I hope to show you some of the really amazing stuff that GDI+ can do. I have been working on a paint program for 18 months now, and I am amazed at how much stuff I had to learn the hard way which is now just a piece of cake, because GDI+ does the work for you. The subject of this article is a simple paint program, which allows you to load and save images, as well as create new ones, and draw on them free hand, creating lines/filled shapes and gradient filled shapes, and also a soft brush ( a brush which is solid in the centre and has progressively more transparency towards it's edge. ) |
|
| HOW TO: Use GDI+ Regions on Forms to Create Customized Shapes |
| http://www.kbalertz.com/ |
| (818444) - This step-by-step article describes how to use GDI+ regions to create forms that have customized shapes such as lines, polygons, and curves. back to the top What Is GDI+Region? The Microsoft Windows GDI+Region class permits you to define a custom... |
|
| HOW TO: Use GDI+ Regions on Forms to Create Customized Shapes |
| Microsoft Support |
| (818444) - This step-by-step article describes how to use GDI+ regions to create forms that have customized shapes such as lines, polygons, and curves. back to the top What Is GDI+Region? The Microsoft Windows GDI+Region class permits you to define a custom... |
|
| Interactive Shaped Forms |
| The Code Project |
| This Demo show how to create shaped form and customized buttons using the Region, GraphicsPath and picture class. |
|
| NonRectangular Forms |
| DevHood |
| Have you ever wondered how you can create nonrectangular forms? Windows Media Player is a good example. When you switch to different skins, the border changes shapes. It seems like quite a difficult task, but it ends up being extremely simple. It's really only a few lines of code! But these few lines of code can make a big difference in the visual impression your project creates.
|
|
| Steganography 12 - Regions with different data density |
| The Code Project |
| Define Regions inside an Image to keep smooth colours free from hidden data. |
|
| Windows Forms User Interface Design with C# |
| C#Today |
| Microsofts .NET Framework has provided developers with a great new way to easily develop powerful applications. In this article, Nikhil Dabas shows how to build several GUIs with Windows Forms. |
|