Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form's Caption_Assign
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00424701
Message ID:
00425430
Vues:
17
>Quick search MSDN online showed me, that I have to use SystemParametersInfo() function and pass this structure:
>Honestly, I have no idea, what does mean UINT or LOGFONT. Could you help me here?

UINT is much the same as INT.
LOGFONT is another structure help on which you can find in MSDN too.

>
>typedef struct tagNONCLIENTMETRICS {
> UINT cbSize;
> int iBorderWidth;
> int iScrollWidth;
> int iScrollHeight;
> int iCaptionWidth;
> int iCaptionHeight;
> LOGFONT lfCaptionFont;
> int iSmCaptionWidth;
> int iSmCaptionHeight;
> LOGFONT lfSmCaptionFont;
> int iMenuWidth;
> int iMenuHeight;
> LOGFONT lfMenuFont;
> LOGFONT lfStatusFont;
> LOGFONT lfMessageFont;
>} NONCLIENTMETRICS, *LPNONCLIENTMETRICS;
>Members
>cbSize
>Specifies the size of the structure, in bytes.
>iBorderWidth
>Specifies the thickness, in pixels, of the sizing border.
>iScrollWidth
>Specifies the width, in pixels, of a standard vertical scroll bar.
>iScrollHeight
>Specifies the height, in pixels, of a standard horizontal scroll bar.
>iCaptionWidth
>Specifies the width, in pixels, of caption buttons.
>iCaptionHeight
>Specifies the height, in pixels, of caption buttons.
>lfCaptionFont
>Contains information about the caption font.
>iSmCaptionWidth
>Specifies the width, in pixels, of small caption buttons.
>iSmCaptionHeight
>Specifies the height, in pixels, of small captions.
>lfSmCaptionFont
>Contains information about the small caption font.
>iMenuWidth
>Specifies the width, in pixels, of menu-bar buttons.
>iMenuHeight
>Specifies the height, in pixels, of a menu bar.
>lfMenuFont
>Contains information about the font used in menu bars.
>lfStatusFont
>Contains information about the font used in status bars and tooltips.
>lfMessageFont
>Contains information about the font used in message boxes
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform