Visual C++ 8.0Visual Studio .NET 2003.NET 1.1Windows 2000Windows XPWindows FormsBeginnerDevVisual StudioWindowsC++.NETC#
C# ImageText Button






1.30/5 (7 votes)
Jan 17, 2005

45680

1289
Simple Image/Text button control with XP Styple
Introduction
This is a simple C# control to show a XP Button with both image and Text.
You can change the image the position and alignement, simply using the property of control and you can see your control in design time.
The first time i started to work with .NET and windowsform i saw that Microsoft still doesnt have a simple button control with both image and text, i found a lot of control on the net, but i prefere to use my own control...
This control come from MFC control that i developed some years ago and maybe i'll post even the code for the MFC version of this control.