Hits Today: 7 Total: 11560 | Updated: 8/30/2002 | |
 | With this thumbnail page, you can create thumnails in realtime. It has various options, like fileformat, bordersize and bordercolor, background (fill) color, KeepAspectRatio and CanShrink. Very easy to use! Code: ASP.NET v1.0 & VB |
Hits Today: 2 Total: 16968 | Updated: 6/13/2002 | |
 | When we try to view a crystal report using a CrystalReportViewer control in VB.Net, it throws up a form asking for userid and password (oracle DB). The same thing in ASP.Net throws a logon error. To avoid this we should pass the logon info dynamically. Code: VB |
Hits Today: 1 Total: 3127 | Updated: 9/16/2003 | |
 | SVG is an established yet emerging W3C standard for scalable vector graphics. It's an implementation of XML, a grammar for style-able graphics, and a no-nonsense, plain text vector format. Author: Adnan Masood Code: ASP.NET v1.0 & VB | |  | |
Hits Today: 1 Total: 1958 | Updated: 3/17/2004 | |
 | This is an amusing way in order to select a color from a page web. As it is knows that the coordinates of a color comes from Red Blue Green (RGB), in order to create the intentional shadings we must convert to Luninosità tone Saturation (HLS).
Author: Maurizio Corso Code: ASP.NET v1.1 & VB |
Hits Today: 1 Total: 2115 | Updated: 3/17/2004 | |
 | Have you ever wanted to be able to display rotated text on a web page? Have you ever been handed a web site design from a graphic designer only to realize that every button, tab and other bit of text has suddenly turned into an image? Author: Paul Haley Code: ASP.NET v1.1 & C# |
Hits Today: 2 Total: 3429 | Updated: 6/1/2002 | |
 | This Demo show how to create shaped form and customized buttons using the Region, GraphicsPath and picture class. It also demonstrates using the picture control to display animated pictures. Author: Jibin Pan Code: ASP.NET v1.0 & C# |
Hits Today: 1 Total: 164 | Updated: 11/20/2007 | |
 | If you haven't heard about GDI+, then GDI+ is a set of classes in .NET framework that deal with graphics. You can use GDI+ to draw custom drawing on the screen. GDI provides a layer of abstraction, hiding the differences between different video cards. Author: Handy Chang Code: ASP.NET v2.0 & C# |
Hits Today: 2 Total: 146 | Updated: 2/21/2008 | |
 | One very common requirement of many web applications is to display a screen shot (thumbnail image) of a web site.
This article shows how to achieve this with Microsoft .NET Framework in a ASP.NET application. Author: Richard Bean Code: ASP.NET v2.0 & C# | |  |
 |
Hits Today: 3 Total: 3369 | Updated: 3/24/2004 | |
 | So you want to know how to generate an image with an ASP page on the fly? Well there is a few ways to do it, but with MS and GDI+ the task is made easier. This tutorial just covers the basics, but from it you can always move on and experiment with GDI+. Author: Ruan Meyer Code: ASP.NET v2.0 & VB |
|