|
|
|
|
|
Total Hits: 16 | Today: 0
|
Author: Nick4333
|
Rating:
|
|

Developers can add this to a tab on the toolbox to drop into a form at anytime!!
1. Right click, Add tab "MyControls" perhaps. 2. Right click, Customize Toolbox.. 3. Select ".NET framework Components" tab. 4. Browse to the location of the MyWebControl assembly and select it. 5. Select "NicsBar" control, press OK.
Volia!!...
|
|
|
|
Total Hits: 3 | Today: 0
|
Author: Barathan
|
Rating:
|
|

This is a control which will eases the work of creating the login form for Authentication....
|
|
|
|
Total Hits: 84 | Today: 1
|
Author: Norbert Eder
|
Rating:
|
|

It is sometimes useful to export a TreeView object. You can use this to populate the TreeView next time you start the application and so on. This article will show how to implement this feature.
Please note that I am not using the System.Xml namespace because the file is built dynamically during the used recursive function, and because of speed....
|
|
|
|
Total Hits: 13 | Today: 0
|
Author: Tittle Joseph
|
Rating:
|
|

The following C# custom control will create a percentage complete color bar with a custom text in the middle. You can compare this with those of Yahoo/Hotmail, when you log into them, it shows you the percentage of space that is occupied by you out of the space that is allocated to you.
If you provide Count as 40 and FillColor as red, the cell will be 40% filled with red color. Gradient effect has also been used in this so that you can combine more than one color....
|
|
|
|
Total Hits: 7 | Today: 0
|
Author: mkg
|
Rating:
|
|

There are a number of XP like grouping controls on CodeProject and elsewhere:
* Just another C# Collapsing Group Control * Windows XP style Collapsible Panel Bar * Office 2003 Line Control * TaskVision
(Please let me know if I missed someone!)
Thanks to all those who wrote those nice controls. All these controls implement a number of features, however no single control implements all those features. So I decided to shamelessly copy their code and "Co...
|
|
|
|
Total Hits: 7 | Today: 0
|
Author: Harish Palaniappan
|
Rating:
|
|

FilesystemTree is a control which will read the system resources and display a tree from which a user can navigate to a file or a folder...
Programmers can use this control as part of their applications to allow users to navigate to a folderList or fileSystemTree structure, and get back the file/folder path that the user has selected....
|
|
|
|
Total Hits: 9 | Today: 0
|
Author: Stumpy842
|
Rating:
|
|

This control is based on a post by Mona Shukla - Microsoft Developer Support on .NET 247, originally written in C# and described as a MnemonicTabControl. I've converted it to VB.NET and added several enhancements, such as a focus rectangle, HotTrack and disabled text and vertical tab alignment....
|
|
|
|
Total Hits: 8 | Today: 0
|
Author: seasidetech
|
Rating:
|
|

Acrobat Reader can't be driven using Automation. Only few restrictive DDE messages has been defined by adobe to control reader from outside.
This class maps some usefull DDE messages that will allow you open, seek, print and close a file in acrobat....
|
|
|
|
Total Hits: 15 | Today: 0
|
Author: Guy Baseke
|
Rating:
|
|

Most of the time, it is important to persist the width of columns in a list view. And this can be done easily. But sometimes you may need to persist, the order, whether a column is a required column, and whether the column should be displayed or not....
|
|
|
|
Total Hits: 29 | Today: 0
|
Author: codeproject
|
Rating:
|
|

While researching a small project to develop round 3D buttons, I came across the very excellent Bob Powell site. Here, I learned all about the PathGradientBrush. After a considerable amount of brain-wringing, I managed to get to grips with the basics of Matrix and Transform. Having thought about writing my own TrackBar control, but discovering that someone else had already done it, I decided to use my new-found knowledge and try to create an LED vu Meter, such as is found in PC and Mac music rec...
|
|
|
|
Total Hits: 7 | Today: 0
|
Author: palomraz
|
Rating:
|
|

After publishing the original ColorPicker article, several readers sent me a question about the possibility to make the control to look (and act) like a ComboBox. It seemed to be quite an interesting and useful feature, so I went out to redesign the control. The rest of the article describes the refactoring process and its results....
|
|
|
|
Total Hits: 11 | Today: 0
|
Author: gizmocuz
|
Rating:
|
|

When I was writing an application for an Arabic customer in C++, I noticed that the buttons/labels in my CDialog did not understand my Arabic text. This class allows you to write any Unicode text in the button control. (And you can use it as a direction for making the same for a static label, for instance)....
|
|
|
|
Total Hits: 199 | Today: 0
|
Author: David Marcionek.
|
Rating:
|
|

ActiveX is a Microsoft technology developed in the mid 90’s, that allows for the creation of applet-like applications that can be downloaded and run within Microsoft's Web browser. This article is intended for Visual C++ developers who are trying to learn how to develop their first ActiveX control for a web application but finding it difficult. While trying to learn this technology myself, I found much of the information available on ActiveX was either no longer available, out of date, or missin...
|
|
|
|
Total Hits: 7 | Today: 0
|
Author: includeh10
|
Rating:
|
|

HTML help content is a chm file compiled by Microsoft "HTML help workshop" from a set of html files. This article shows you how to improve your C/C++ code and html files easily to ensure that chm files compiled work perfectly.
Following is available for C/C++ programs, I guess it is OK for VB and other languages also - but I never use MS help contents for them, please make decision by yourself....
|
|
|
|
Total Hits: 6 | Today: 0
|
Author: Charlie, Wang
|
Rating:
|
|

This article presents a Grid control which is built with window API. And their also has a MFC class.
You can get much grid controls from Internet. Maybe some of them are free and some are not. Grid is a useful control to show or edit data. The grid control presented in this article support up to 65536 rows and 256 columns. And it support text edit and boolean type edit....
|
|
|
|
Total Hits: 4 | Today: 0
|
Author: londonman
|
Rating:
|
|

Hello and thanks for downloading this utility. Lvx (Listviewextra) is a simple extension to the regular ListView (in detail mode) of Windows controls. The purpose of this enhancement is to sort by any column, generate a print out, open and save, select, add, and remove items, all in one control.
I have made the actual ListView, PageSetupDialog and PrintDocument objects transparent to you (i.e.: you can still access all the usual methods)....
|
|
|
|
Total Hits: 6 | Today: 0
|
Author: Alon Ronen
|
Rating:
|
|

I needed my client to select a picture from a list of pictures, only that it wasn’t the main thing on my form. The lists of pictures were part of a big complicated and loaded GUI with lots of controls. If it wasn’t a picture I wanted him to select, I would have given him a ComboBox with values. But it was. So the most logical thing was to have one that will hold pictures instead of values....
|
|
|
|
Total Hits: 9 | Today: 0
|
Author: liuxiao
|
Rating:
|
|

I writed a article about this topic before. Since it didn't describe good enough, and the code is complex, for the code is modified based on other's codes, and it includes a lot of useless code for the function. So I rewrite this article to describe the detail of the implement, and provide the simple code here....
|
|
|
|
Total Hits: 7 | Today: 0
|
Author: salysle
|
Rating:
|
|

This article describes an easy approach to building two controls used to monitor the status of an internet connection and provide the user with some indication of that status. Within the attached project, there are two controls, one shows the user what the connection type is and whether or not the machine is connected or offline, the other one is used to show some indication of the quality of the connection in terms of whether or not the connection is good, intermittent, or offline....
|
|
|
|
Total Hits: 8 | Today: 0
|
Author: vivekthangaswamy
|
Rating:
|
|

This source code is written and maintained by an individual, not a company. It has been provided for free to the Microsoft .NET user community with the expectation that users will take whatever action necessary to get the code to operate according to their needs. This includes debugging and enhancements. The source code is provided "as is" and there are neither warrantees to the quality of the work nor any expressed or implied agreements that the programmer will release any updates. The programm...
|
|
|
|
|
|