Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invisible buttons hot key
Message
From
21/10/2008 09:45:37
 
 
To
21/10/2008 08:44:58
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01356027
Message ID:
01356047
Views:
33
This message has been marked as a message which has helped to the initial question of the thread.
>Hi,
>Is there a way to make invisible buttons behaviour like standard buttons for hot keys?
>For example, when I have a
button.caption = "\<Search"
- then Hot key is ALT+S.
>In case with vfp standard button - when I press ALT+S - its automatically starts CLCK() event.
>In case with invisible button - its just set focus to the button and raise no click event.
>
>Any ideas,
>Thanks
>Denis

You can move them outside the visible form by this.btnInvisible.left=-10000 in the form's activate event.
Previous
Reply
Map
View

Click here to load this message in the networking platform