Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Component & Controls
Search:
What's New - What's Hot
Listings for 3D Components 3D Components (86)
More Categories for ASP.NET ASP.NET (185)
Listings for ASPDataGrid ASPDataGrid (17)
Listings for Browser Utilities Browser Utilities (2)
Listings for Chart Chart (28)
Listings for Compression Compression (5)
More Categories for Content Management Content Management (1)
More Categories for Database Database (29)
Listings for Date & Time Date & Time (10)
Listings for Developed Application Developed Application (7)
Listings for Discussion Forums Discussion Forums (4)
More Categories for Document Management Document Management (104)
Listings for Email Email (47)
Listings for Error Handling Error Handling (3)
More Categories for File Management File Management (22)
Listings for Form Processing Form Processing (7)
More Categories for Graphics & Charts Graphics & Charts (36)
Listings for Imaging Imaging (10)
Listings for Miscellaneous Miscellaneous (297)
Listings for Mobile Mobile (34)
More Categories for Network Functions Network Functions (18)
Listings for QuickBooks Integration QuickBooks Integration (46)
Listings for RSS RSS (1)
Listings for Search Components Search Components (10)
Listings for Security & Encryption Security & Encryption (24)
Listings for Server Control Server Control (80)
Listings for Shopping & Commerce Shopping & Commerce (20)
Listings for Site Management Site Management (20)
Listings for SQL Tools and Utilities SQL Tools and Utilities (28)
Listings for Strings & Variables Strings & Variables (2)
Listings for TextControl TextControl (17)
Listings for ToolKit ToolKit (128)
More Categories for User Management User Management (4)
Listings for Validation Validation (13)
More Categories for VB.NET VB.NET (1)
Listings for Web Development Web Development (37)
Listings for Website Navigation Website Navigation (13)
More Categories for Window & toolbars Window & toolbars (77)


MIX11 First Day Sessions Summary  Version: 0.00     Price: $0.00  
Total Hits: 21  |  Today: 0Author: Gil Fink      Rating:  
Read Reviews | Write Review |  Your Rating: 

The first session after the keynotes was about HTML5 Web Sockets which has a Microsoft first draft implementation on HTML5 Labs. The concept of “Real Time Web” is very crucial and hard to implement (using push or polling messages to and from the client). In order to address the problem of client server communication (Bidirectional, Single TCP socket, In & Out of the browser and more) the HTML5 Web Sockets specification was created. The Specifications contain two specification groups: IETF WebSoc...

Creating a Proxy to Download PDF Reports from SRS  Version: 0.00     Price: $0.00  
Total Hits: 25  |  Today: 0Author: Scott Bentley      Rating:  
Read Reviews | Write Review |  Your Rating: 

The following article describes how you can create a proxy page that converts a SQL Server Report into a PDF file. When the code is executed, it will make a call to a report on a SQL Reporting Services Server, generate a PDF file and then present it to the user as an option download.

A nice benefit to this process is that you never have to save a physical file on the server and then direct the client to that file. Everything is done in memory, so there will be no file permission problems ...

Stress Testing Your Website  Version: 0.00     Price: $0.00  
Total Hits: 22  |  Today: 0Author: Xiangyang Liu ???      Rating:  
Read Reviews | Write Review |  Your Rating: 

So you have built a cool web site with code you wrote or downloaded from great sites like CodeProject, the next thing you might want to do is testing it: Can your code handle more than, say 10 concurrent users? Does it have a memory leak that will eventually lead to crash if you don't reboot?...

Guestbook for ASP.NET  Version: 0.00     Price: $0.00  
Total Hits: 33  |  Today: 0Author: Laurent Kempé      Rating:  
Read Reviews | Write Review |  Your Rating: 

It is a project permitting people to sign a guestbook on a website. The project is built in two parts:

Signing the guestbook.
Viewing the guestbook....

A Simple Paintbrush Color Picker  Version: 0.00     Price: $0.00  
Total Hits: 32  |  Today: 0Author: Truong Pham Dang Khoa      Rating:  
Read Reviews | Write Review |  Your Rating: 

The control is very simple but I think it is helpful for beginners in C# programming, especially .NET UserControl programming....

The Code Project Forum Analyzer : Find out how much of a life you don't have!  Version: 0.00     Price: $0.00  
Total Hits: 30  |  Today: 0Author: Nishant Sivakumar      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is an unofficial Code Project application that can analyze forums over a range of posts to retrieve posting statistics for individual members. Like my other Code Project applications (and that of others like John and Luc), this app uses HTML scraping and parsing to extract the required information. So any change to the site layout/CSS can potentially break the functioning of this application. There's no workaround for that until the time that Code Project provides an official web-service th...

Office 2000 style colour picker By Shailesh Litake  Version: 0.00     Price: $0.00  
Total Hits: 31  |  Today: 0Author: shailesh litake      Rating:  
Read Reviews | Write Review |  Your Rating: 

This control is a simple modification to the "Color Picker" control By James White, which in turn is based off Chris Maunder's original Office 97 style Colour Picker.

The new code is a modification to the custom dialog box, which is infact a standard CColour dialog box. Here I have used a dialog based property sheet to choose standard and custom colours. I was hoping to capture the appearance of the color button that appears in some Windows dialogs, including the Display Properties|Appear...

Color Dialog Control Set  Version: 0.00     Price: $0.00  
Total Hits: 34  |  Today: 0Author: Alex Kwok      Rating:  
Read Reviews | Write Review |  Your Rating: 

There are three controls included with the demo project, which are CLumChooser, CHusSatChooser and CColorBox.

To make use of these controls, you can simply add custom controls to your dialog template and specify the correct windows class names (declared inside CtrlSetting.h)...

CColorChooser an IDE style Color Picker  Version: 0.00     Price: $0.00  
Total Hits: 32  |  Today: 0Author: Norm .net      Rating:  
Read Reviews | Write Review |  Your Rating: 

Visual Basic is certainly not my cuppa tea, but the Visual Basic IDE does have some good ideas which applications can benefit from. One these is the Color Chooser popup window which allows the user to select a desired color. I've extended the control to include the Web Colors which are found on the new Visual Studio .NET IDE....

A color picker button  Version: 0.00     Price: $0.00  
Total Hits: 36  |  Today: 0Author: James White      Rating:  
Read Reviews | Write Review |  Your Rating: 

This control is a simple modification to the "Office 97 style Colour Picker" control by Chris Maunder. You may refer to that article for futher details. The new code is dependant on the CColourPopup class from that article (though it is included in the source and demo downloads) with one small modification to its code that asserted the parent class was a CColourPicker....

A color picker dialog with a color dropper like Photoshop and Frontpage 2000  Version: 0.00     Price: $0.00  
Total Hits: 32  |  Today: 0Author: jack Mesic      Rating:  
Read Reviews | Write Review |  Your Rating: 

ColorPicker provides a default color panel, which includes over 144 frequent colors.
ColorPicker provides a custom button for opening Windows Common Color Select Dialog. You can select more color here.
ColorPicker provides the color contrast between current selection and new selection....

xgui - a set of Photoshop-like color picker controls  Version: 0.00     Price: $0.00  
Total Hits: 36  |  Today: 0Author: Bobi B.      Rating:  
Read Reviews | Write Review |  Your Rating: 

xgui is a user-controls library, including several user-interface controls: color picker, slider, color preview well and controller, inspired by the great Adobe Photoshop.

Currently RGB and HSV color models are supported....

Open Window, Dialog or Message Box from a ViewModel – part 1  Version: 0.00     Price: $0.00  
Total Hits: 18  |  Today: 0Author: Tomer Shamam      Rating:  
Read Reviews | Write Review |  Your Rating: 

Saying that a view-model belongs to the Application layer, and the Application layer doesn't references upper layers, and must not create or use visual objects, how can I open a Window, Dialog or any kind of Message Box on-the-fly, based on some logic triggered by the view or view-model?

Well, there are several options doing that, one is using kind of service which encapsulates that, providing an interface, so the view-model don't really work directly with the upper layer or WPF....

ASP.NET PDF Viewer User Control Without Acrobat Reader Installed on Client or Server  Version: 0.00     Price: $0.00  
Total Hits: 52  |  Today: 0Author: Ron Schuler      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article discusses how to create an ASP.NET PDF Viewer User Control that is not dependent on Acrobat software being installed....

A Generic Well Control (ColorPicker, ArrowPicker and more)  Version: 0.00     Price: $0.00  
Total Hits: 35  |  Today: 0Author: Tao Zhu      Rating:  
Read Reviews | Write Review |  Your Rating: 

I need a color picker for a vector drawing program I am developing. After trying several color picker examples from CodeGuru and CodeProject, I found what I really need is a general 'well' control. It can not only serve as the base class of color picker, but also others. Also, I want this well control can be used as button in a dialog or from view, as well as a popup window. I also think it is good to use bitmap resource to draw each well if owner draw is not necessary....

3D Software Rendering Engine - Part I  Version: 0.00     Price: $0.00  
Total Hits: 17  |  Today: 0Author: darkoman      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is an article about the 3D software rendering engine. I will not discuss about DirectX or OpenGL here. The running example is done in plain Windows GDI....

Generating PDF reports using nfop  Version: 0.00     Price: $0.00  
Total Hits: 31  |  Today: 0Author: Apriorit Inc, Petro Vodopyan      Rating:  
Read Reviews | Write Review |  Your Rating: 

There are lots of articles, which describe how to convert XML documents to the documents of other types using the XSL Formatting Objects. Most of them describe how to obtain HTML from XML and only few tell about PDF documents.

Such articles usually demonstrate simple examples (how to build the table or perform the text output). But sometimes we need to create representative reports or documents. In this case, developers face nontrivial problems – for example creating the table of contents...

How to Scan Tiff and PDF from the Web  Version: 0.00     Price: $0.00  
Total Hits: 35  |  Today: 0Author: Rick Minerich      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article is in the Product Showcase section for our sponsors at The Code Project. These reviews are intended to provide you with information on products and services that we consider useful and of value to developers.

More and more companies are moving to web based solutions, and can you blame them? The web provides easy integration with other systems as well as a single point from which all end users can be upgraded. The one issue with building web applications is that there are some...

Color Picker with Color Wheel and Eye Dropper  Version: 0.00     Price: $0.00  
Total Hits: 30  |  Today: 0Author: jkristia      Rating:  
Read Reviews | Write Review |  Your Rating: 

There are already several articles here on CodeProject describing different types of color pickers, and here is yet another example.

I needed a color picker for a project I was working on, and I wanted something different from the standard ColorDialog. After looking at a couple of different color pickers, I decided to go ahead and implement my own version which would meet these few requirements:

Color table with some predefined colors
Color picker (eye dropper) which let...

Color Grabber  Version: 0.00     Price: $0.00  
Total Hits: 30  |  Today: 0Author: Michael Rosqvist      Rating:  
Read Reviews | Write Review |  Your Rating: 

I needed an HTML color in a web project, but because I only had a bitmap of the page, I didn't know the colors.

Then I remembered I had a utility written in VB6. I decided to transpose it to VB.NET and add the HTML-color-code to the result....



Disclaimer - Privacy
© 2002-2012 DevASP.net