D
Deleted member 103
Guest
Hi,
here is my new library. With this library you can create a button with a gradient and rounded corners.
The desktop version is just a dummy library, it generates only normal buttons with no gradient.
.NET Compact Framework 2.0 or higher is required.
The zip file also includes a examples and a Help-File.
Version 1.002 ;
Version 1.004 ;
Version 1.005 ;
Version 1.006 ;
Version 1.007 ;
Version 1.008 ;
Version 1.009 ;
Ciao,
Filippo
here is my new library. With this library you can create a button with a gradient and rounded corners.
The desktop version is just a dummy library, it generates only normal buttons with no gradient.
.NET Compact Framework 2.0 or higher is required.
The zip file also includes a examples and a Help-File.
Version 1.002 ;
- Property "WithPressedEffect" with Shadow effect.
- Button with AutoScale
Version 1.004 ;
- The desktop version is no longer a dummy library.
- Fixed errors on Shadow effect
Version 1.005 ;
- I changed the order of parameters in the method new2:
- from ...left,top,height,width,.. to ...left,top,width,height,..
Version 1.006 ;
- 2 new Property and 1 new method added:
- DockStyle
- AnchorStyles
- AddContextMenu
Version 1.007 ;
- Property ControlRef added:
- errors corrected in the Anchor property
Version 1.008 ;
- Property ImageMode added: cCenterImage, cStretchImage, cNormalImage
- Property TextAlignment added: alLeft, alCenter, alRight
Version 1.009 ;
- B4P-Autoscale added
- Property WithShadows added
- Property WithPressedEffect changed: 1.Clik=Button pressed, 2.Clik= Button released
- Events added: ButtonPressed, ButtonReleased
Ciao,
Filippo
Attachments
Last edited by a moderator: