No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

User32Helper.cs

Description du code

User32Helper.cs est un fichier du projet BrolDev.
Ce fichier est situé dans /var/www/bin/sniplets/bibliobrol/broldev/src/.

Projet BrolDev : Librairie de composants réutilisables pour les applications BrolDev en CSharp.

Code source ou contenu du fichier

  1. 
  2. namespace be.gaudry.model.win32
  3. {
  4. /// <summary>
  5. /// more infos : http://www.pinvoke.net/default.aspx/shell32/ShellExecuteEx.html
  6. /// </summary>
  7. public class User32Helper
  8. {
  9. public const int DC_ACTIVE = 0x0001;
  10. public const int DC_SMALLCAP = 0x0002;
  11. public const int DC_ICON = 0x0004;
  12. public const int DC_TEXT = 0x0008;
  13. public const int DC_INBUTTON = 0x0010;
  14. public const int DC_GRADIENT = 0x0020;
  15. public const int DC_BUTTONS = 0x1000;
  16.  
  17. public const int WM_MOUSEMOVE = 0x0200;
  18. public const int WM_LBUTTONDOWN = 0x0201;
  19. public const int WM_LBUTTONUP = 0x0202;
  20. public const int WM_SETREDRAW = 0x000B;
  21. public const int WM_MOUSEACTIVATE = 0x0021;
  22.  
  23. public const int WM_KEYDOWN = 0x0100;
  24. public const int WM_KEYUP = 0x0101;
  25. public const int WM_CHAR = 0x0102;
  26. }
  27. }

Structure et Fichiers du projet

Afficher/masquer...


Répertoires contenus dans /var/www/bin/sniplets/bibliobrol/broldev/src/model/win32/ 
IcôneNomTailleModification
Pas de sous-répertoires.
IcôneNomTailleModification
| _ Répertoire parent0 octets1714531913 01/05/2024 04:51:53
Fichiers contenus dans /var/www/bin/sniplets/bibliobrol/broldev/src/model/win32/ 
IcôneNomTailleModificationAction
IcôneNomTailleModificationAction
Afficher le fichier .cs|.csSysCntxtMenu.cs15.84 Ko31/10/2018 18:33:10-refusé-
Afficher le fichier .cs|.csShellExecuteInfo.cs564 octets31/10/2018 18:33:10-refusé-
Afficher le fichier .cs|.csShell32Helper.cs1.05 Ko31/10/2018 18:33:10-refusé-
Afficher le fichier .cs|.csUser32Helper.cs930 octets31/10/2018 18:33:10-refusé-

Utilisation de l'explorateur de code

  • Navigation :
    • Un clic sur une icône de répertoire ouvre ce répertoire pour en afficher les fichiers.
    • Lorsque le répertoire en cours ne contient pas de sous-répertoires il est possible de remonter vers le répertoire parent.
    • La structure de répertoires en treetable (tableau en forme d'arborescence) n'est plus possibledans cette version.
    • Un clic sur une icône de fichier ouvre ce fichier pour en afficher le code avec la coloration syntaxique adaptée en fonction du langage principal utilisé dans le fichier.
  • Affichage :
    • Il est possible de trier les répertoires ou les fichiers selon certains critères (nom, taille, date).
  • Actions :
    • Les actions possible sur les fichiers dépendent de vos droits d'utilisateur sur le site. Veuillez activer le mode utilisateur pour activer les actions.

English translation

You have asked to visit this site in English. For now, only the interface is translated, but not all the content yet.

If you want to help me in translations, your contribution is welcome. All you need to do is register on the site, and send me a message asking me to add you to the group of translators, which will give you the opportunity to translate the pages you want. A link at the bottom of each translated page indicates that you are the translator, and has a link to your profile.

Thank you in advance.

Document created the 16/10/2009, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/cs-broldev-source-rf-model/win32/User32Helper.cs.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.