Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hot Key to replace mouse click
Message
From
12/04/2005 11:18:47
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
12/04/2005 11:02:34
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01003759
Message ID:
01003772
Views:
17
This message has been marked as the solution to the initial question of the thread.
>Hi All:
>
>How does one set F11, say, to emulate a mouse click selecting page2 of a pageframe?
>
>Thanks,
>
>Yossi

Yossi,
*Form.keypreview set to .t.
* Form.Keypress
LPARAMETERS nKeyCode, nShiftAltCtrl
If nKeyCode=133 and nShiftAltCtrl=0
  nodefault
  this.myPageFrame.ActivePage = 2
endif
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform