lamp

Browse by Tags

Sorry, but there are no more tags available to filter with.
Need a good Gauge?
18 June 09 06:06 AM | Frederick.Chapleau | with no comments
Freely available, and maybe useful... sometimes. All available from CodeProject (surprized?) -f. Ref.: http://www.codeproject.com/KB/miscctrl/A_Gauge.aspx – Simple, but many types http://www.codeproject.com/KB/GDI-plus/AquaGauge.aspx – Confort range enabled...
Filed under:
Help your user, handle drag & drop
07 June 09 02:06 PM | Frederick.Chapleau | with no comments
Quick, simple, and really useful to end users... 1. Handle DragEnter, and set the e.Effect attribute of the event. 2. Handle the DragDrop Event, and get your data from e.Data.GetData(); -f.
Filed under:
Enhanced UI
05 June 09 10:06 AM | Frederick.Chapleau | with no comments
Did you ever think of using a web browser to enhanced your Windows UI? Take a look at the .NET Tip of the Day Client... -f. ref: http://www.chapleau.info/wiki/Project_Net_Tip_of_the_day
Filed under:
Toolbox Icon, for user controls
04 June 09 10:06 AM | Frederick.Chapleau | with no comments
An Icon can be used for user control, in the VS IDE. This is an attribute, [ToolboxBitmap[typeof(ResourceLocator), “FullPathof the Icon.bmp”]
Filed under:
Need a Ribbon?
06 May 09 07:12 PM | Frederick.Chapleau | with no comments
Yes! You can do it! Integrate a Office-2007-Like ribbon in your application. http://ribbon.codeplex.com/ -f.
Filed under:
Icons… for free!
29 April 09 08:38 PM | Frederick.Chapleau | 1 comment(s)
What to improve your software by adding icons? There is many websites selling them, but there is not many ones with free icon, that you can use legally. The most popular one is the Fam Fam Fam collection of icons, and I recently found FreeFavicon that...
Filed under:
Minimize it to the Tray
22 April 09 01:14 PM | Frederick.Chapleau | 2 comment(s)
When integrating a Tray Icon to your application, it is a good idea to add a Minimize to Tray option as Outlook. This can be done using a simple line that detect form resize, and when the WindowState is Minimized, call the Hide() function on the form...
Filed under: