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

Vertical Scroll Bar Class
James Edgar
The Vertical Scroll Bar class. This class was a theme for the article in July 2003 UT Magazine issue. The source code contains the class library, SCROLLBAR.VCX, that has all of the components of a working vertical scroll bar including all code, and the examples described in the article.
Created on
20 years ago
Downloads
1329
File type
Rating
5.00/5.00
General information
Rating:
5.00/5.00 (1 rate) Rate this item
Description
Try it out, use it, modify it. Whatever you want. I only ask that you not sell it and if you include the code in a commercial application, proper attribution be given.
Created by
Nick Neklioudov, Cgi Group Inc.
Nick Neklioudov, M.Sc., CNA, works as Senior Analyst with CGI Group Inc. in Halifax, Nova Scotia, Canada. Programming in all versions of FoxPro/VFP since 1987, in .Net since 2003, not counting some other developer tools and environments. Nick received Microsoft Most Valuable Professional award three times. Nick Neklioudov has over 20 years experience with computers and information technologies, especially in database-oriented programming, object-oriented programming and information systems devel...

Comments
I'm having some problems running this in VFP7. Specifically, the scroll bar is very thin when running scroll2.prg. So, I recompiled, but it is missing all the following files: Error in global include file: Include file 'c:\jeff\include\standard.h' is not found. Error in global include file: Include file 'c:\cpdevel\cpdm50\include\standard.h' is not found. Jeff Leason, August 19, 2003

To those of you who, like Jeff Leason who encounter a missing standard.h. The solution is to search out in the class the lines "#include standard.h" and remove the include call. This library was required for an earlier version, but is no longer required. After 10/30/03 Nick has updated the download to a version that has this and other minor errors corrected. James Edgar, October 20, 2003

Add a comment
More downloads created from this member
Nick Neklioudov, Cgi Group Inc.
You want to drag and drop cell values within the grid, between the grids or to outside controls? Forget to think of it as a very complicated task that requires adding properties and code in many different methods/controls. Nothing is easier if you have GridDragDropper. You just need to drop GridDrag...
Created on
23 years ago
Downloads
3116
File type
Freeware
Nick Neklioudov, Cgi Group Inc.
You said you wanted highlighted row in the grid? Forget adding properties and code in different places. Forget creating a special grid class with built-in highlight row functionality. You don't need to do it anymore.
Created on
23 years ago
Downloads
12076
File type
Freeware
Rating
4.77/5.00
Nick Neklioudov, Cgi Group Inc.
FoxSpeaker is an applicaton that allows you to add speech capabilities to your VFP forms and add comments to all your controls. Any form can be turned into an interactive demo or tutorial easily. FoxSpeaker does not require any changes to your forms except adding one button to switch FoxSpeaker on/...
Created on
23 years ago
Downloads
3234
File type
Nick Neklioudov, Cgi Group Inc.
The purpose of this container class is to provide the ability to work with the delimited text files as a source for the combobox/listbox. Think of it as equivalent of adding the RowSourceType 10 - TextFile to the combo/listboxes with the text data type. It allows you: - fill your combo/l...
Created on
24 years ago
Downloads
1755
File type
Nick Neklioudov, Cgi Group Inc.
Allows to automatically replace the application EXE (and other files) with the newest version from the location on the server. The list of files to update is in LAUNCHER.INI text file. All you need to do - to point your shortcut on the workstation to Launcher.exe and pass it the parameter (your loca...
Created on
24 years ago
Downloads
1661
File type
Rating
4.00/5.00
Nick Neklioudov, Cgi Group Inc.
This little program allows to create a new class library with all classes subclassed from another class library. Usage: DO SUBCLASS_IT WITH 'c', 'MyNewLibrary'. The first parameter is new subclass prefix (allowed to be empty). Second parameter is a new class library name. Do not forget to ma...
Created on
24 years ago
Downloads
923
File type
Nick Neklioudov, Cgi Group Inc.
Pick-A-Project is the simple VFP form which runs in your development environment. It can help you easily organize your numerous VFP projects and switch between them.
Created on
25 years ago
Downloads
1355
File type
Rating
5.00/5.00
Nick Neklioudov, Cgi Group Inc.
Being dropped on any Pageframe page changes Page Caption appearance when the page is Active/Inactive. You may manipulate the ForeColor, FontName and FontSize of the Page tab Caption. Automatically refreshes the Page when it is activated (if the property is set to .T. to do so). Does not require a...
Created on
27 years ago
Downloads
2516
File type