Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Make a toolbar without borders and titlebar
Message
 
À
31/07/2007 10:04:30
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01244794
Message ID:
01244859
Vues:
52
This message has been marked as the solution to the initial question of the thread.
Hi,

OK, approach number 4. You use a form without border and title bar. Its enabled property is .F. which prevents it from being activated or receiving any event at all. You use
ON KEY LABEL MOUSE MouseHandler()
to capture any mouse click. With SYS(1270) you can find out if the user clicked on any control on the form. If they did, you manually call the Click() method. To provide visual feedback, you might have to change the appearance of the button for a few milliseconds, like changing the back color.
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform