| A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 4 |
| The Code Project |
| The purpose of this document is to provide a practical guide to using Microsoft’s .NET DataTables, DataSets and DataGrid |
|
| An RSS 2.0 Blog Reader Written In MyXaml |
| The Code Project |
| An RSS 2.0 Blog Reader Written in MyXaml |
|
| Bypass Graphics.MeasureString limitations |
| The Code Project |
| Graphics.MeasureString can be used to compute the height and width of a text string. Often, however, the dimensions returned do not match the size of what gets drawn on screen when calling Graphics.DrawString. The code I present here can be inserted into any class which needs to compute the real width of a string (shown by the yellow background above). |
|
| 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. |
|
| Creating Graphics with XML |
| C# Corner |
| This article shows how to create images on the fly and uses XML to specify the properties of the images. |
|
| Drawing Round-Edged Rectangle Using VB.NET |
| The Code Project |
| This code can be used to draw Round Edged Rectangles using VB.NET |
|
| Gausian and Alpha Blurring |
| The Code Project |
| Step by step instructions and theory |
|
| GDI+ in Managed C++ |
| The Code Project |
| This Sample demonstrates basic drawing techniques using GDI+ in a Managed C++ application. The application implements a control which acts as a ticker which scrolls text across a window at a constant speed. The Client can control the scroll speed (how often ticker moves), the scroll smoothness (how many pixels it moves in one step), and the text to display. |
|
| Graphics Copyright |
| C# Corner |
| 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. However you don’t want to just write the word copyright across your image do you? No, in the world of .Net something cleverer is needed. So here I present a way to add a copyright to a jpeg image without obscuring the image. |
|
| OwnerDraw Menu Items in C# |
| C# Help |
| Windows applications, which focuses mainly on its GUI aspects , can make use of the ownerdraw properties of the various forms components. Once such component that allows us to define our own drawing and painting of items is the Menu component of Windows Forms. |
|
| Poker Tools |
| The Code Project |
| A utility program to help poker players |
|
| Printing the .Net TreeView Control |
| The Code Project |
| A class to handle printing a .Net Treeview control. |
|
| Using MeasureCharacterRanges to Draw Text |
| The Code Project |
| How to use MeasureCharacterRanges to calulate the bounding rectangles of charaters in a string, to allow characters to be placed along curves. |
|
| VS.NET like toolbar control |
| The Code Project |
| Collapsing and expanding panel toolbar |
|