Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
System menu
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 8
Miscellaneous
Thread ID:
00995722
Message ID:
00996186
Views:
13
Hi,

>I wanted to use KEYBOARD {} but it doesn't accept ALT+SPACEBAR or the others another solution!

The KEYBOARD command wouldn't work, because it's only interpreted inside VFP. The system menu, though, is a Windows controlled thing. Maybe you can send the keystrokes using the keybd_event API function. Otherwise, you likely have to rely on the PostMessage API function and send the proper messages.
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform