Programmer's Heaven - For C C++ Pascal Delphi Visual Basic Assembler C# .Net java JSP ASP ASP.NET Javascript developers!

Members
Username:

Password:

Auto-login

Register
Why register?
Forgot Password?
Blogs new Blog section
Jobs
Webtools
Message Boards
FAQ
CodePedia
Free Magazines
User search
What's New
Top lists
RSS Feeds RSS Feed

Submit content
Contact Us
Link To Us
Help



Advanced Search
Newsletter
E-mail:


More information
Current area: HOME -> Windows -> Controls & Components Adds this page to your personal favorites
  Controls & Components

AutoSize
To show how to programmatically position your controls at run time so that the controls and their surrounding form remain proportionately the same size regardless of the display resolution or the dots per inch of the display driver's screen fonts.
Size: 7 Kb  Downloads: 3642 Updated: 1998-12-12  Rating: (Not Rated)
Bar chart custom control with C++ sourcecode
Size: 109 Kb  Downloads: 2949 Updated: 1999-1-7  Rating: (Not Rated)
Basics for using a ListView common control.
This creates a Control, adds * some icon images and allows the text and image for each item to be changed * as selected by various menu items. C source
Size: 15 Kb  Downloads: 5341 Updated: 1999-1-7  Rating: (Not Rated)
Advertisment
C++ source To demonstrate how to aggregate an OCX control I
have used the MFC control wizard to create a control called 'Number' which can be found in a directory of that name. It has two properties called 'Number1' and 'Number2' and has no methods. Each property is in fact a 'short' and the control simply draws these values in its window.
Size: 52 Kb  Downloads: 1926 Updated: 1999-1-5  Rating: 
CLRCTRL - Color Selector Custom Dialog Control
Is a kit that makes it easy for Microsoft Windows 3.0 programmers to include color selection controls in their application dialogs. With C sources.
Size: 40 Kb  Downloads: 1674 Updated: 1999-1-9  Rating: (Not Rated)
Colorize Your Buttons! DLL with C sourcecode
Size: 36 Kb  Downloads: 4853 Updated: 1999-1-9  Rating: 
Doubleclick on item in listbox and display selected item
Size: 1 Kb  Downloads: 2279 Updated: 1999-1-31  Rating: (Not Rated)
DropDown combo in dialog, use InitResource, select List item
Size: 1 Kb  Downloads: 2008 Updated: 1999-1-31  Rating: (Not Rated)
Enhanced listbox control v1.0
ListBoxEx is an enhanced listbox control that allows in-place items editing, drag and drop, add/remove/move-up/move-down buttons.
Size: 57 Kb  Downloads: 2904 Updated: 2000-9-12  Rating: (Not Rated)
GLBEDIT: Raises Text Size Limit for Edit Controls
GLBEDIT demonstrates how an edit control can have its own data segment and thus increase its text size. By default, the buffer for an edit control is allocated from the application's data segment. Space is a scarce resource in the data segment because the segment also stores information for othe...
Size: 19 Kb  Downloads: 1619 Updated: 1998-12-9  Rating: (Not Rated)
Handle downarrow in edit control as you would a tab
Size: 1 Kb  Downloads: 1378 Updated: 1999-1-31  Rating: (Not Rated)
IEList32: "Inline Edit" Listbox with SRC
This is a custom control which creates an ownerdraw listbox and handles * double-clicks and an edit message from the parent to allow the user to * edit the listbox item "inline". C source
Size: 19 Kb  Downloads: 2496 Updated: 1999-1-7  Rating: 
Library to Implement Tool Bars (C source)
This set of routines implement the slick "toolbar" found in Microsoft Word for Windows, Excel etc. They are written and compiled using Borland C++ 2.0.
Size: 21 Kb  Downloads: 2781 Updated: 1999-1-9  Rating: 
LISTFUN: Nice effect example using a listbox (C src)
This example uses an ownerdraw listbox to contain a list of checkboxes and associated text. The listbox tracks the checkbox handles and handles the scrolling automatically.
Size: 10 Kb  Downloads: 2790 Updated: 1999-1-7  Rating: (Not Rated)
PDSCNTL - Dialog Editor / Custom Control - Programming Example.
with C source.
Size: 11 Kb  Downloads: 2226 Updated: 1999-1-7  Rating: (Not Rated)
RichEdit example program.
Demonstrates some basics of a RichEdit control. Allows you to change the text color on the fly, save and load RTF data using stream callbacks. C source
Size: 10 Kb  Downloads: 5884 Updated: 1999-1-7  Rating: 
Spell check for edit boxes (version 3.00): Developers kit
Size: 105 Kb  Downloads: 1672 Updated: 1999-1-7  Rating: (Not Rated)
Stealth v.4.1.4
STEALTH v.4.1.4 This SDI application shows how to create an application that doesn't show up in the task bar in your Windows 95 or Windows NT 4.0. (The application shouldn't show up in the task list in Windows NT 3.51, either, but I'm not at liberty to test that, I'm afraid.) The application shows...
Size: 27 Kb  Downloads: 854 Updated: 2005-6-28  Rating: 
The CMagmaEdit Class
The CEdit editor class from the Microsoft Foundation Classes (MFC) has a limitation in that it cannot edit more than 64K bytes of text. The Magma Editor DLL overcomes this restriction by allowing you to edit text as large as the memory which Microsoft Windows will globally allocate. C++ code.
Size: 73 Kb  Downloads: 3091 Updated: 1999-1-7  Rating: (Not Rated)
This example demonstrates how to determine the approximate
minimum size required of an edit control to display a given string using a given font. C source
Size: 10 Kb  Downloads: 1451 Updated: 1999-1-7  Rating: (Not Rated)
This example demonstrates how to subclass a TreeView control
and trap right mouse button messages to display a menu relative to the context of the treeview item selected. (C src)
Size: 11 Kb  Downloads: 4239 Updated: 1999-1-7  Rating: (Not Rated)
Transparent Label Control (C src)
This example demonstrates a "transparent" control in the form of moveable transparent 3-D label controls displayed over a bitmap on a dialog box. The label control is self-contained and displays a dialog box with an edit control when double-clicked to allow the control's text to be changed.
Size: 23 Kb  Downloads: 3120 Updated: 1999-1-7  Rating: (Not Rated)
Tricky Edit Controls in a Listbox (C src)
This is an example of using an ownerdraw listbox to hold an array of other * controls, in this case, edit controls.
Size: 6 Kb  Downloads: 2425 Updated: 1999-1-7  Rating: (Not Rated)
Vertical Tab Control example
This example demonstrates how to create and maintain a vertical "tab control" using the ever popular ownerdraw listbox. This example displays only text, but adding a bitmap or structure is simple as the listbox item data is not used in this example.
Size: 13 Kb  Downloads: 3715 Updated: 1999-1-7  Rating: 
Windows 3.0 Graying Buttons demo C Source
Size: 2 Kb  Downloads: 1554 Updated: 1999-1-7  Rating: (Not Rated)
Windows API Classes v1.0
These are a very basic set of classes that aid in programming a dialog without using resource script nor help from the IDE. Uses pure API calls so it's a nice tutorial for beginners and even useful code for some advanced users. You'll need intermediate knowledge of C++ and some little understandi...
Size: 33 Kb  Downloads: 2039 Updated: 2005-7-1  Rating: 
Windows API Classes v1.0
These are a very basic set of classes that aid in programming a dialog without using resource script nor help from the IDE. Uses pure API calls so it's a nice tutorial for beginners and even useful code for some advanced users. You'll need intermediate knowledge of C++ and some little understanding ...
Size: 33 Kb  Downloads: 653 Updated: 2005-6-28  Rating: (Not Rated)


Found a broken link? Please report it to us.

  See also  
 Files
   Windows Sourcecode
    Data/Telecom
    MFC
    COM/DCOM
 Articles
   Windows Articles
    ActiveX
    COM/DCOM/COM+
    Controls / Components
 

Sponsored Links 
.Net Application Updating
One easy to use component adds safe and reliable updating features. Download today for a free trial.
Online Crash Analysis
Automatically capture customer crash data, no debugger required. Support for .NET, C++, OS X, Java.
.Net Localization in three simple steps (WYSIWYG)
Localize .Net, C#/C/C++ & Delphi apps visually. HTML, HTML Help, XML & databases. Try Sisulizer now!
CSTSOFT Instrumentation .NET & ActiveX Components
A collection of 13 instrumentation .NET/ActiveX/VCL components including Gauge,Knob,LED,Trend etc.
Web based bug tracking - AdminiTrack.com
AdminiTrack offers an effective web-based bug tracking system designed for professional software development teams.
Buy a link now

Advertisement

  Free Magazine  
Free Magazines
Network Computing Provides labed solutions for your toughest enterprise-wide computing challenges....
subscribe now


Newsletter Submit Content About Advertising Awards Contact Us Link to us    
© 1996-2008 Community Networks Ltd All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by ASP.NET Konsult - Synchron Data.