Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Make a toolbar without borders and titlebar
Message
 
To
31/07/2007 10:04:30
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01244794
Message ID:
01244859
Views:
51
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform