[Delphi] custom scrollbar

custom scrollbar [Delphi] - Programmation

Marsh Posté le 21-01-2002 à 17:16:35    

Je connais pas trop les composants qui existent pour delphi et j'aimerai savoir si il est possible de changer la couleur du scrollbar d'un TMemo.
Sinon est ce qu'il existe des composants avec les memes propriétés qu'un TMemo avec un scrollbar personnalisable?

Reply

Marsh Posté le 21-01-2002 à 17:16:35   

Reply

Marsh Posté le 21-01-2002 à 17:51:14    

uses commctrl;
 
InitializeFlatSB(Form1.Handle);
FlatSB_SetScrollProp(Form1.Handle, WSB_PROP_VBKGCOLOR, clBlue, True); // scroll bar vertical
FlatSB_SetScrollProp(Form1.Handle, WSB_PROP_HBKGCOLOR, clRed, True); // scroll bar horizontal
 
Tu peux remplacer Form1 par ton TMemo


---------------
Des bons sites pour Delphi? http://forum.hardware.fr/forum2.php3?post=16838&cat=10 -- informaticien -- http://www.z0rglub.com/phpwebgallery/ -- Delphi :love:
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed