|
|
|
|
|
|
| | Total Hits: 21 | Today: 0 | Author: Gil Fink | 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... |
| | Total Hits: 25 | Today: 0 | Author: Scott Bentley | 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 ... |
| | Total Hits: 22 | Today: 0 | Author: Xiangyang Liu ??? | 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?... |
| | Total Hits: 33 | Today: 0 | Author: Laurent Kempé | 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.... |
| | Total Hits: 32 | Today: 0 | Author: Truong Pham Dang Khoa | Rating:  |
| |  The control is very simple but I think it is helpful for beginners in C# programming, especially .NET UserControl programming.... |
| | Total Hits: 30 | Today: 0 | Author: Nishant Sivakumar | 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... |
| | Total Hits: 31 | Today: 0 | Author: shailesh litake | 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... |
| | Total Hits: 34 | Today: 0 | Author: Alex Kwok | 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)... |
| | Total Hits: 32 | Today: 0 | Author: Norm .net | 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.... |
| | Total Hits: 36 | Today: 0 | Author: James White | 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.... |
| | Total Hits: 32 | Today: 0 | Author: jack Mesic | 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.... |
| | Total Hits: 36 | Today: 0 | Author: Bobi B. | 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.... |
| | Total Hits: 18 | Today: 0 | Author: Tomer Shamam | 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.... |
| | Total Hits: 52 | Today: 0 | Author: Ron Schuler | Rating:  |
| |  This article discusses how to create an ASP.NET PDF Viewer User Control that is not dependent on Acrobat software being installed.... |
| | Total Hits: 35 | Today: 0 | Author: Tao Zhu | 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.... |
| | Total Hits: 17 | Today: 0 | Author: darkoman | 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.... |
| | Total Hits: 31 | Today: 0 | Author: Apriorit Inc, Petro Vodopyan | 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... |
| | Total Hits: 35 | Today: 0 | Author: Rick Minerich | 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... |
| | Total Hits: 30 | Today: 0 | Author: jkristia | 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... |
| | Total Hits: 30 | Today: 0 | Author: Michael Rosqvist | 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.... |
|
|
|
|
|
|