visual components
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5196
abf Components 4.0
The abfComponents product is a base part of the ABF Visual Components Library more>>
The abfComponents product is a base part of the ABF Visual Components Library, contains a set of powerful and easy-to-use common components, lots of classes and procedures.
Product is compatible with all 32-bit versions of Borland Delphi and C++Builder. abfComponents is free for non-commercial usage, you can freely download a full featured version.
If you are planning to use this product in some commercial project you should purchase the source code or purchase a full version of ABF VCL.
Enhancements:
- Major update. Delphi 2005 is supported.
<<lessProduct is compatible with all 32-bit versions of Borland Delphi and C++Builder. abfComponents is free for non-commercial usage, you can freely download a full featured version.
If you are planning to use this product in some commercial project you should purchase the source code or purchase a full version of ABF VCL.
Enhancements:
- Major update. Delphi 2005 is supported.
Download (783KB)
Added: 2005-09-21 License: Freeware Price:
1504 downloads
Visual Component Framework 0.9.9
Visual Component Framework is considered as an advanced C++ application framework that offers a modern, clean, C++ architecture and is designed to be cross platform. more>>
Visual Component Framework 0.9.9 is considered as an advanced C++ application framework that offers a modern, clean, C++ architecture and is designed to be cross platform. The core framework is divided into three major libraries, the FoundationKit, the GraphicsKit, and the ApplicationKit. Anti-aliased graphics are supported through the use of the Anti-Grain Graphics library.
Major Features:
- Modern C++ design - use of modern C++ techniques like exceptions, templates (where useful), name spaces, and heavy use of the Standard Template Library.
- Advanced RTTI features that allow for such things as dynamic object creation given a registered class name or a registered UUID string that represents the class, dynamic introspection of a given object's class and listing such data as the class name, super class, the properties of the class, member methods, and implemented interfaces.
- Modular - built across several libraries as opposed to one huge monolithic library that then becomes difficult to break apart. This means that while the VCF is incredibly powerful as a framework for writing GUI based applications, if you just want to use the core features, such as threads, file IO, and RTTI you can do so, without having to have dependencies on all the GUI code.
- Easy to use, and powerful event system, suitable for console as well as GUI based applications.
- Support for Thread, Mutexes, Semaphores, Files, Streaming data, error logging, string utility functions, and other basic services. All of this is part of the FoundationKit and has no dependencies on the graphics or UI code.
- Powerful and easy to use graphics classes, plus more advanced support for anti aliased vector graphics through the use the AntiGrain Graphics libraries.
- A simple to use image loading architecture that allows multiple formats to be registered dynamically, for loading up a variety of different graphics formats. On Win32 systems the default image loading support is limited to BMP files, but by using the ImageFormats library (also a part of the VCF) a wide variety of additional image types are also supported. Currently the ImageFormats library uses FreeImage to support a image types such as .TIFF, .TGA, .PSD, .PNG, .PCX, .SGI, .MNG, .RAS, .PBM, .PPM. and many others.
- More advanced classes for customizing the drawing process by extending Stroke and Fill classes.
- A complete set of powerful GUI classes, including a common set of base classes enabling advanced custom control creation. Some of the control classes include tree controls, list controls, check box and radio controls, push buttons, single line and multi line text controls, and many others.
- A standard set of application classes for things like resources, loading windows or forms dynamically at application startup, saving of application state, a registry class for common storage of system and application information.
- Other application classes include an Undo/Redo architecture based on commands that allows for undoing and redoing commands as well as notifying other objects of the events.
- GUI controls that support both alignment and anchoring. Any control may be aligned to the top, bottom, left or right of it's parent container control. Alternately controls may use their anchoring properties to anchor themselves to the left, right, top and/or bottom sides of their parent container control. In addition to control alignment, it is possible to write custom layout containers and assign them to a control to customize layout logic.
- The ApplicationKit provides a set of Model and View classes for using in MVC patterns. A series of models like the ListModel, TreeModel, and TextModel are used in controls to provide separation of the data from the UI presentation code. Because a View can be dynamically attached to a Control at runtime, it will be possible to develop "themes" in the future.
- Because of the RTTI features and the event handlers, the VCF easily supports component programming with in IDE that allow for visual development.
- The VCF tries to be as flexible as possible, allowing you to use the parts you want, and allowing for inter-operability with other frameworks. Thus VCF controls can be used inside of an MFC application if you like, or only use the graphics module for enhanced graphics features.
- No need of special preprocessor tools - if you have a reasonably complete C++ compiler then you're all set to go.
- The ability to access the low level handles for most native objects. For example, by accessing the Thread's peer class, you can get a handle to the native thread handle itself. For a control, you can access the control's peer and get a handle id that represents the windowing systems native handle for a window/widget. This allows you to use platform specific calls when necessary.
Download (828.5KB)
Added: 2009-08-25 License: Freeware Price: Notavailable
downloads
Other version of Visual Component Framework
License:Freeware

abfComponents 4.0.1.409
The abfComponents product is a base part of the ABF Visual Components Library. more>> The abfComponents product is a base part of the ABF Visual Components Library, contains a set of powerful and easy-to-use common components, lots of classes and procedures. Product is compatible with all 32-bit versions of Borland Delphi and C++Builder. abfComponents is free for non-commercial usage, you can freely download a full featured version. If you are planning to use this product in some commercial project you should purchase the source code or purchase a full version of ABF VCL.<<less
Download (394KB)
Added: 2008-01-15 License: Freeware Price: Free
647 downloads
Other version of abfComponents
License:Freeware
The abfComponents product is a base part of the ABF Visual Components Library, contains a set of powerful and easy-to-use common components, lots of classes and proceduresPrice: $0
License:Freeware
License:Freeware

x64 Components 2.2
x64 Components is designed as a useful codec packs contains a Settings Application to use in conjunction with your windows media center setup which will enable each user to choose different splitters and decoders for specific filetypes. more>> <<less
Download (14.4MB)
Added: 2009-10-20 License: Freeware Price:
downloads
Running label component 1.0
Running label component - visual component for Delphis VCL more>>
Properties
Direction moving direction ( Static, Left to Right ...)
LabelStyle normal, lowered or raised label
RText text of label
StepToView designing time only. View label at # step
Steps # of steps to perform running
Speed one step delay
Color background color
RFont label font
Events
OnBegin on first step
OnEnd on last step
OnStep on each step
Public procedures
procedure RLStart( SStep : integer)
Start runing. SStep is starting step number.
if 0
function RLStop : integer Stop running. Returns current step number
function GetCurrentStep : integer Get current step number
<<lessDirection moving direction ( Static, Left to Right ...)
LabelStyle normal, lowered or raised label
RText text of label
StepToView designing time only. View label at # step
Steps # of steps to perform running
Speed one step delay
Color background color
RFont label font
Events
OnBegin on first step
OnEnd on last step
OnStep on each step
Public procedures
procedure RLStart( SStep : integer)
Start runing. SStep is starting step number.
if 0
function RLStop : integer Stop running. Returns current step number
function GetCurrentStep : integer Get current step number
Download (242KB)
Added: 2006-10-05 License: Freeware Price:
1128 downloads
SXSkiComponents 1.2.1
SXSkinComponents - skinnable visual components package for Delphi more>>
SXSkinComponents offers skinnable visual components package for Delphi and C++Builder. Default skins: Win Classic, WinXP Blue, WinXP Silver, Opera Standard, skins based on popular Opera skins and others.
Components features: full alpha-channel support, translucent controls, MMX-optimized, changing effects on events (mouse over, mouse out, focus, unfocus etc), JPEG and PNG support, soft drawing of geometric figures (rectangles, round rectangles, circles, lines, polygons etc), soft drawing of figures fill (solid, vertical gradient or horizontal gradient), graphic images filters (lighten, darken, alpha, color overlay etc).
<<lessComponents features: full alpha-channel support, translucent controls, MMX-optimized, changing effects on events (mouse over, mouse out, focus, unfocus etc), JPEG and PNG support, soft drawing of geometric figures (rectangles, round rectangles, circles, lines, polygons etc), soft drawing of figures fill (solid, vertical gradient or horizontal gradient), graphic images filters (lighten, darken, alpha, color overlay etc).
Download (3.27MB)
Added: 2007-01-23 License: Freeware Price:
1004 downloads
TSMSetDBGridDialog component
TSMSetDBGridDialog component is a visual dialog that will allow you to change the TDBGrid settings in run-time more>>
TSMSetDBGridDialog component is a visual dialog that will allow you to change the TDBGrid settings in run-time. The end-users of your applications can easy and quickly to modify the any column parameters (caption, fonts, alignments, colors, order using dragndrop etc).
You can hide the wished fields from end-user and control the modifications.
Supports the any successor of TCustomDBGrid type. Multilanguage resources.
In the archive there are English, French, German, Italian, Dutch, Brazilian, Mexican, Russian, Ukrainian and Japan resources (file SMCnst.PAS).
<<lessYou can hide the wished fields from end-user and control the modifications.
Supports the any successor of TCustomDBGrid type. Multilanguage resources.
In the archive there are English, French, German, Italian, Dutch, Brazilian, Mexican, Russian, Ukrainian and Japan resources (file SMCnst.PAS).
Download (65KB)
Added: 2006-08-30 License: Freeware Price:
1156 downloads
SXSkinComponents 1.2.1
Skinnable visual components package for Delphi. Has full alpha-channel support. more>> Open source skinnable visual components package for Delphi and C++Builder. Default skins: Win Classic, WinXP Blue, WinXP Silver, Opera Standard, skins based on popular Opera skins and others. Components features: full alpha-channel support, translucent controls, MMX-optimized, changing effects on events (mouse over, mouse out, focus, unfocus etc), JPEG&PNG support, soft drawing of geometric figures (rectangles, round rectangles, circles, lines, polygons etc), soft drawing of figures fill (solid, vertical gradient or horizontal gradient), graphic images filters (lighten, darken, alpha, color overlay etc).<<less
Download (3.27MB)
Added: 2008-07-22 License: Freeware Price: Free
470 downloads

Visual Chat 1.72
An avatar chat system, featuring 3d perspective, upload of user images, diffe... more>> An avatar chat system, featuring 3d perspective, upload of user images, different moods to which avatars can be connected, predefined avatars, creation of public or private chat rooms, and more. Visual Chat is free, it includes the server-side components and detailed instructions on how to set up your own Visual Chat server.<<less
Download (866KB)
Added: 2007-03-15 License: Freeware Price: Free
953 downloads

Visual LogParser 1.0
Visual LogParser offers a friendly graphical user interface to query any log files with SQL syntax more>>
Visual LogParser is a free Visual application for the Microsoft LogParser engine. It enable user to query any log files or data source with an advanced SQL syntax.
Visual LogParser offer an dockable MDI interface, color syntax hightlighting, customisation of the log source properties, and many more.
Visual LogParser is a composite application of free blocks: .Net 2 framework, DockSand freeware, LogParser COM object, the Composite Application Block and the ICSharpDevelop TextEditor component.
<<lessVisual LogParser offer an dockable MDI interface, color syntax hightlighting, customisation of the log source properties, and many more.
Visual LogParser is a composite application of free blocks: .Net 2 framework, DockSand freeware, LogParser COM object, the Composite Application Block and the ICSharpDevelop TextEditor component.
Download (423KB)
Added: 2006-10-13 License: Freeware Price:
1116 downloads
Pop3 ActiveX Component 1
Pop3 ActiveX Component is launched as a professional visual ActiveX component allowing you to view your mails in a Web site, VB, Visual C++, or Delphi. Easy to use, you type the server, the login, the password and its done more>>
Pop3 ActiveX Component 1 is launched as a professional visual ActiveX component allowing you to view your mails in a Web site, VB, Visual C++, or Delphi. Easy to use, you type the server, the login, the password and it's done. The OCX could be registered by the DOS command: regsvr32 Pop3X.ocx.
Requirements: Windows 95/98/Me/NT/2000/XP
Download (727.5KB)
Added: 2006-10-06 License: Freeware Price:
downloads
Other version of Pop3 ActiveX Component
License:Freeware
Visual IRC 2.0pl1
Internet Relay Chat client more>> Scriptable next-generation IRC (Internet communications) client, currently available in 16-bit and 32-bit flavours. ViRC combines top-notch functionality and features found in few other IRC clients with unparalleled ease of use.<<less
Download (723k)
Added: 2008-11-09 License: Freeware Price:
368 downloads
TDirectoryWatch Component 1.0
A non-visual component which notifies whenever files have changed more>> A non-visual component which notifies whenever files (or subdirectories) in a selected directory have changed. This component encapsulates the FindFirstChangeNotification WinAPI function within a watching thread.
Note: Theres limited functionality of FindFirstChangeNotification when monitoring remote computers (at least when using NT 4.0 machines)<<less
Download (7KB)
Added: 2007-10-21 License: Freeware Price: Free
744 downloads
Visual Netinfo Preview 3
Visual Netinfo is a Windows NT diagnostic tool which can provide several information from domain PCs more>>
Visual Netinfo is a diagnostic tool developed for Windows NT that will provide several information from domain PCs.
<<less Download (278KB)
Added: 2006-10-03 License: Freeware Price:
1116 downloads
Visual Task Tips 3.4
lightweight shell enhancement utility more>> Visual Task Tips is a lightweight shell enhancement utility. It provides thumbnail preview image for each task in the Windows Taskbar, as seen in the Microsoft Windows Vista.<<less
Download (102k)
Added: 2008-11-10 License: Freeware Price:
540 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above visual components search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed