Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Drag Drop - Resize
Message
From
19/02/2004 15:25:58
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00878808
Message ID:
00878918
Views:
13
Terry!

Why not to use DO CASE here?
...
DO CASE
CASE nKeyCode=56 AND .height>1 &&Up
      .Height=.Height-1
CASE nKeyCode=50 &&Down
      .Height=.height+1
CASE nKeyCode=54 &&Right
      .width=.width+1
CASE nKeyCode=52 AND .width>1 &&Left
      .width=.width-1   
ENDCASE
...
/A new technology turns into completely outdated stuff before you have a time to read "Getting Started..." section.
/If there are some "system programmers" then others are unsystematic.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform