Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Downloads
Search: 

Common Controls Library (version 6.1.000)
Alex Grigorjev
A set of Windows Common Controls, it is not one more ActiveX, it does not wrap ActiveX controls and does not require any ActiveX at all! Includes the following controls: Animation, DateTimePicker, MonthCalendar, ProgressBar, ScrollBar, StatusBar, TrackBar and custom StaticImage control. You can attach the StatusBar control to main VFP screen and use it instead of native one, it also supports indicators: Date, Time, NUM, CAPS, INS/OVR, etc. You can display the Animation, ProgressBar, or StaticImage control inside native VFP status bar and/or StatusBar control!
Created on
26 years ago
Downloads
20448
File type
Commercial
Rating
4.50/5.00
General information
Rating:
4.50/5.00 (16 rates) Rate this item
Description
Common Controls screen shot Only pure VFP code and Windows API used. Welcome to my web site to get more information about this library: http://www.arg.kirov.ru/products/commctrl Builders available here: http://www.arg.kirov.ru/downloads Information for Windows XP users: Create a .manifest file for your EXE application and place it in the same directory. For sample, manifest file for VFP7 (named "vfp7.exe.manifest" and placed in VFP home directory):



Microsoft Visual FoxPro.

    
        
    

Created by
Alex Grigorjev
ASM programming since 1990, Pascal (Turbo, and then Delphi) programming since 1990, C/C++ programming since 1991-1992, FPD(W) and then VFP programming since 1994, Implementing and administering WinNT (Win2K) networks since 1995, Designing, administering databases in SQL Server and building Client-Server applications since 1996, Developing applications for Internet since 1997 (at present I have enough experience and knowledge in the following Internet technologies: CGI, ISAPI, DHTML, ASP, ASP.NET...

Comments
I love these controls. I use Animation in status bar and I also use Rick Borup's ProgBar, which is based on progress bar control from this library. Thanks to Alexander for this library. Naomi Nosonovsky, May 3, 2002

Hello Alex, I put your Controls in a project and in the build prozess i became a "not defined" error message of a few vars Bibliothek visueller Klassen c:\daten\entw\basisklassen\lib\commctrl.vcx weist folgende Fehler auf: Unbekannt CC_CONTROLCOUNT - Undefiniert Unbekannt CC_MAYBERELEASED - Undefiniert Unbekannt CC_ISLIBRARYLOADED - Undefiniert Unbekannt CC_ONFORMDESTROY - Undefiniert Unbekannt CC_ONTRACKBARDESTROY - Undefiniert Unbekannt CC_ONTRACKBARCREATE - Undefiniert Unbekannt CC_ONDATETIMEPICKERDESTROY - Undefiniert Unbekannt CC_ONDATETIMEPICKERCREATE - Undefiniert Unbekannt CC_ONMONTHCALENDARDESTROY - Undefiniert Unbekannt CC_ONMONTHCALENDARCREATE - Undefiniert I hope you understand this few words in german. can you tell me how i must define them? Thankz Klaus Klaus Hentschel, August 14, 2002

Hi Klaus, Add the DUMMY.PRG file (or just function declarations from that file) into your project to prevent errors generated by the build process. Alex Grigorjev, August 14, 2002

Hello Alex, many thankz for your help. Ok, next time I have to read the Readme file ;-) Your controls are very, very good. Now another question: When I put your animationcontrol on a form i want to change the backcolor of these control but in transparent mode there will be only the grey color as background. when i change to opaque mode the background color of the avi file is appearing. do you know a work around? Klaus Hentschel, August 15, 2002

Why VFP native controls does not change to XP style? What I need to do for my application changes automatically to XP style using a manifest? It's necessary to use other controls? Emerson Reed, September 4, 2002

Hello Emerson, unfortunately, you cannot change VFP native controls to XP style even by using a manifest file. A manifest file allows changing the style of native Windows controls only. Alex Grigorjev, September 5, 2002

Is there any problem with these controls and windows 98?, i'm getting an error on one machine with windows 98. Please let me know. Luis Luis Navas, April 8, 2003

Hi Alex, this is a simple bug that i get when i try to do this. ex. put in a form the progressbar control and a commandbutton then do a thisform.SetAll("Enabled",.f.) and you will get the next error Object _DUMMY is not found (Error 1766) best regards Mariano Diez, April 25, 2003

Hi Mariano, This is yet one strange behavior (bug or fault) of VFP, really VFP contains a lot such inconsistent and incorrect things. The _Dummy control is protected member of the _CommonControlBase class. When you call SetAll method VFP even doesn’t try to check the visibility (Public or Protected) of objects before access their properties! So, when VFP makes attempt to set the Enabled property of _Dummy object to .F., it cannot because that object is protected and generates an error. Solution: do not use SetAll method since this method works incorrectly, or change visibility of the _Dummy object to Public in the _CommonControlBase class (it is not good suggestion but it resolves the problem). Best regards. Alex Grigorjev, April 26, 2003

Hi Alex, is there a version for VFP5. I'm getting 'Unable to find Unknown STRTOFILE', and build fails. best regards Aleksandar Aleksandar Djosovic, June 16, 2003

Add a comment
More downloads created from this member
Alex Grigorjev
Outlook UI Library provides Visual FoxPro developers with a sophisticated Microsoft Office Outlook style Navigation Pane. Outlook UI Library gives your Visual FoxPro application a professional modern appearance similar to Microsoft Office Outlook. Requires the Command Bars Library v.8.1 or later.
Created on
17 years ago
Downloads
4124
File type
Freeware
Rating
2.50/5.00
Alex Grigorjev
The Scrollable Container is a container that allows you to scroll its contents using horizontal and/or vertical scroll bar(s). This control uses native Windows scroll bars and supports Windows XP themes. Requires the Common Controls Library v.5.1.002 or later.
Created on
18 years ago
Downloads
1703
File type
Freeware
Alex Grigorjev
The Command Bars Library provides Visual FoxPro developers with a sophisticated Office style Command Bars and Ribbon. The Command Bars Library comes with built-in theme support that will allow you to choose from predefined themes such as Office 2000, Office XP, Office 2003, Office 2007, Office 2007/...
Created on
19 years ago
Downloads
14480
File type
Commercial
Rating
4.50/5.00
Alex Grigorjev
The scrolling container for Microsoft Visual FoxPro. The scrolling container is a container that allows you to scroll its contents using horizontal and/or vertical scroll bars. This ZIP file contains all source code and sample form.
Created on
22 years ago
Downloads
5082
File type
Freeware
Rating
4.60/5.00
Alex Grigorjev
Messenger for Windows NT/2K/XP allows you to send messages directly to any computer on the Internet or intranet (like we were able in Windows 9x by using Winpopup) using its IP address or name, collect sent and incoming messages, address book. You can send messages without return address, check Even...
Created on
22 years ago
Downloads
3815
File type
Commercial
Alex Grigorjev
VFP5 forms with scroll bars??? YES, AND VERY EASY!!! Updated version of SBForms VCX&API Library makes VFP5 forms like VFP6 forms with horizontal and/or vertical scrollbars. Very easy in use.
Created on
25 years ago
Downloads
2201
File type
Alex Grigorjev
This class easy retrieves information about the Windows TaskBar: position, sizes etc.
Created on
26 years ago
Downloads
1574
File type