|
Rotating
Label Control |
| While working on the HTTP Cracker I
needed to display some text vertically.
I figured such a feature was already
build into .NET, unfortunately I was
wrong. Here is the resulting control
that not only displays vertical text but
also text at any angle. The control will
take any angle both positive and
negative and display the text in either
center mode or quadrant mode. A zip file
is included with the control code and an
example. |
|
|
HTTP Helper |
|
HTTP Helper is a wrapper for the native
.NET httpRequest method. It adds
more error methods and in general makes
coding for a httpRequest faster. |
|
|
|