computers&technologys

parrot

...

More advanced color creation using RGB, alpha and web color settings

Creates a Color structure from the specified 8-bit color values (red, green, and blue). The alpha value is implicitly 255 (no transparency).[C#] Color myColor = Color.FromArgb(0, 255,125);[Visual Basic]Dim myColor As Color = Color.FromArgb(0, 255,125)Creates a Color structure from the four ARGB component (alpha, red, green, and blue). Alpha is also known as transparency where 255 is totally solid and 0 is totally transparent.[C#]Color myColor = FromArgb(120, 0, 255,125);[Visual Basic]Dim myColor As Color = FromArgb(120, 0, 255,125)Creates a Color...

Introduction

This document describes how to add the .netCHARTING control to various versions of Visual Studio toolbox.Visual Studio 2002 & 2003:Right-Click on the toolbox > Add/Remove ItemsSelect the .net Framework Components tabIf the server version is installed, the component will be listed in the list box. Otherwise, click browse and select the .netCHARTING dll.Click Ok to finish.If the error "The format of the file 'dotnetcharting' is invalid." occurs. This means the dll being added is a .net 2.0 assembly. To resolve this issue, the .net 1.x version...

Common Problems and Resolutions:

When I start the WebApplication from Visual Studio I get Empty page. Cause: The database folder does not exist in you project folder. When I start the WebApplication from Visual Studio I get "CreateControl: generic error occurred in GDI+". Cause: the Temp folder does not exist or does not have Write permissions. Error in reading Database Cause: ConnectionString property is not pointing to right path for the database. When I drag and drop Chart control from Toolbox to Form , I get "error in CreateChildControl" Solution: Add a reference to dotnetCHARTING.dll...

Installation Instructions:

Create new project, ASP.NET Web Application.Copy the Database folder from the .netCHARTING bundle into your project root ( for example in c:\inetpub\wwwroot\webApplication)Copy dotnetCHARTING.dll to the bin folder within your web application (like you did for the database in step 2)Add a reference to dotnetCHARTING.dll under the References node in Solution Explorer.Select Customize Toolbox from Tools menu and then add the dll to Toolbox or right-click on the tool box > Add/Remove Items > .net tab > browse to the dll > click OK. For...

Differences from the WebForms version:

The winforms Chart control is inherited from System.Windows.Forms.userControl and you have access to all events,properties and methods of UserControl in addition to the full .netCHARTING object model.Width and Height properties are "int" type versus WebControl which are Unit type.HitTest method. This method accepts the X,Y position on the chart image and returns the corresponding object for that point of the Image. These are 3 overloaded methods for HitTest method: [C#]HitTestInfo myObj = HitTest(x,y);[Visual Basic]HitTestInfo myObj...

.netCHARTING Winforms Support

A winforms version has been released in conjunction with .netCHARTING 3.0. This enables usage outside of a web environment and in desktop applications. The winforms bundle (dotnetchartingwinforms.zip) contains a separate assembly dotnetcharting.winforms.dll.The winforms control will not function in a web environment. In addition, the web version (dotnetcharting.dll) will not function outside of a web environment.If you are already familiar with .netCHARTING the winforms version will also be familiar. When you run the provided sample application...

acrofnt08.lst

%!Adobe-FontList 1.11%Locale:0x409%BeginFontHandler:DirectoryHandlerFontType:CMapCMapName:Identity-HRegistry:AdobeOrdering:IdentityOutlineFileName:C:\Program Files\Adobe\Reader 8.0\Resource\CMap\Identity-HFileLength:6716FileModTime:971075690%EndFont%BeginFontHandler:DirectoryHandlerFontType:CMapCMapName:Identity-VRegistry:AdobeOrdering:IdentityUseCMap:Identity-HOutlineFileName:C:\Program Files\Adobe\Reader 8.0\Resource\CMap\Identity-VFileLength:1249FileModTime:971075690%EndFont%BeginFontHandler:DirectoryHandlerFontType:Type1FontName:AdobeSerifMMFamilyName:Adobe...