Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to declare the FORM_INFO_1 Structure
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00535645
Message ID:
00535655
Views:
11
Totally incorrect. There are VB type declations from VS6 API Viewer
Public Type SIZEL
    cx As Long
    cy As Long
End Type
Public Type RECTL
        Left As Long
        Top As Long
        Right As Long
        Bottom As Long
End Type
>Hi!
>
>These seems are integers:
>iif(height<0,65536+height,height)*65536+iif(width<0,65536+width,width), where width and height are signed word values.
>
>HTH.
>
>>I am trying to use the Struct class to setup custom form sizes on WIN2000/XP machines. How is the FORM_INFO_1 structure setup? The third parameter is 'SIZEL Size' and the fourth is 'RECTL ImageableArea'. I am at a complete loss and cannot seem to find any examples. Thanks!
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform