Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to declare the FORM_INFO_1 Structure
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00535645
Message ID:
00535655
Vues:
12
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform