Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Minimize
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00829090
Message ID:
00829434
Views:
16
This message has been marked as the solution to the initial question of the thread.
Put the following code in the resize event:

DODEFAULT()
IF this.WindowState= 1
this.Move(265)
ELSE
this.ResetToDefault("left")
ENDIF

...gerhard...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform