Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fichiers
Recherche: 

Taskbar control
Dorin Vasilescu, ALL Trans Romania
A toolbar class control written in VFP that mimics windows taskbar behavior. It monitors forms and add a button for every active form. Buttons provide single click form activation. Needs VFP9. This update needs _gdiplus class library .
Créé le
Il y a 18 années
Téléchargements
3608
Type de fichier
Freeware
Résultat de votes
5.00/5.00
General information
Résultat de votes:
5.00/5.00 (4 rates) Évaluer cet item
Description
The class uses binding to windows events and monitors WM_CREATE, WM_SHOWWINDOW and WM_DESTROY events. If the window is a form, a button is automatically added with form caption as text. Also, at startup, add buttons for all active forms Usage: Public otb SET CLASSLIB TO taskbar.vcx otb = CREATEOBJECT('taskbar') An application object or _screen property can be also used to store the reference The class show/hide itself as necessary (if there are no active forms is not visible), automatically expand to accomodate the number of buttons. The .singleLine property controls diplay of multiple lines. If there are many lines of buttons but .singleLine = .T., a spinner control will be made visible and can be used to change current line of buttons on toolbar. If one of the forms has a .shortCaption property, it will be used instead of Caption to disply text on toolbar button. Update: lHideFormsOnMinimize property right click context menu form's icon is copied into an temporary image and used for associated button. new taskbarIcon property for alternative taskbar button image fixed right click context menu popup
Créé par
Dorin Vasilescu, ALL Trans Romania

Commentaires
Excelent class!! You could add to init code of taskbar something like this: SET CLASSLIB TO (This.ClassLibrary) ADDITIVE This way the taskbar can be used like this: oTaskBar=NEWOBJECT("taskbar","taskbar") How about adding support for minimized forms? When a form gets minimized, hide it , we already have the button in the new cute taskbar. When clicked in taskbar, restore it and show it again. Just one or two more window messages to watch for. If you hide all windows using the "Window" menu, the form that was last hidden stays selected. That can be fixed with .Value = 0 in the optionbutton. And how about using the forms icons in the buttons? That would be great. Now if we could only have a small sizing grip picture on the left, CAPS and NUM indicator, space for statusbar messages, and we can replace the statusbar with a nice taskbar/statusbar combo. Carlos Alloatti, November 13, 2005

i want to use it but i see this error : Property value is out of bounds. Ali Hoseiny, November 13, 2005

This class workds only ion VFP 9. The message you mention is usually triggered by the _memberdata property for classes in earlier versions. Dorin Vasilescu, November 13, 2005

Excellent class. Definately worth my 5 rating ;) Good job, Dorin. Grigore Dolghin, November 13, 2005

Ajouter un commentaire
More downloads created from this member
Dorin Vasilescu, ALL Trans Romania
Free VFP classes that can be used to generate PDFs, programatically or using PDFListener class (extremely fast output) . The wrapper class can be used as generic PDF tool and can be compiled as COM DLL. .
Créé le
Il y a 15 années
Téléchargements
3133
Type de fichier
Freeware
Résultat de votes
4.00/5.00
Dorin Vasilescu, ALL Trans Romania
The class is based on grid base class and can be used to replace usual textboxes below grids that contains totals. It has support for horizontal scrolling in sync with source grid (even with LockColumns set).Needs VFP9.
Créé le
Il y a 17 années
Téléchargements
4605
Type de fichier
Freeware
Résultat de votes
4.50/5.00
Dorin Vasilescu, ALL Trans Romania
Combobox that supports multiple selections of items. Supports column headers, and customizable tag all/tag none buttons. Good for small lists where a multiple selection is needed. .
Créé le
Il y a 17 années
Téléchargements
3656
Type de fichier
Freeware
Résultat de votes
3.33/5.00
Dorin Vasilescu, ALL Trans Romania
The class has the look of the standard themed VFP Combobox. It is not based on Container or Control class but textbox. It is easy to bind directly to fields, memory variables or object property.
Créé le
Il y a 19 années
Téléchargements
5353
Type de fichier
Freeware
Résultat de votes
5.00/5.00
Dorin Vasilescu, ALL Trans Romania
The combobox class is based on native VFP combobox class (not a container + command button), but the DropDown() event will activate a special always on top form with a grid on it to simulate combo drop down list, instead the VFP generated list. The .ColumnCount, .BoundColumn, .ColumnWidths propertie...
Créé le
Il y a 19 années
Téléchargements
6455
Type de fichier
Freeware
Résultat de votes
5.00/5.00
Dorin Vasilescu, ALL Trans Romania
A class that can be used to start several server tasks on Firebird/Interbase databases from VFP applications. Also users management is possible. Can be used directly in programs or compiled as a DLL and used as external object.
Créé le
Il y a 20 années
Téléchargements
1889
Type de fichier
Résultat de votes
5.00/5.00
Dorin Vasilescu, ALL Trans Romania
This toolbar class will allow quick acces to many formatting options for various objects, in design mode (form or class designer). No need to select Layout tab in properties window or scroll properties list to select and change desired format property, just click on toolbar button.
Créé le
Il y a 21 années
Téléchargements
2582
Type de fichier
Freeware
Résultat de votes
4.00/5.00
Dorin Vasilescu, ALL Trans Romania
Outlook style listbar control class, written entirely in Visual Foxpro. Using this class you can design Outlook like interface. Has support for groups, each with its own background color , buttons with large or small icons, support for selecting buttons with keyboard, etc. This updated version ha...
Créé le
Il y a 23 années
Téléchargements
9943
Type de fichier
Résultat de votes
4.79/5.00