Share via


jfo's coding

adventures in windows forms and wpf

Creating Custom Controls in Winforms - Part 4 - Adding a property: DefaultValue attribute explained

Debunking a common misconception There is a lot of confusion around the DefaultValue attribute - it...

Author: jfoscoding Date: 12/11/2004

Andrew has joined the blogging world

Andrew - yet another windows forms groupie - has just joined the world of the blogging. Can't wait...

Author: jfoscoding Date: 12/11/2004

Creating Custom Controls in Winforms - Part 3 Painting OnMouseOver

Continuing on building our custom control... Handling Mouse Movement Lets add some pizzazz to the...

Author: jfoscoding Date: 12/08/2004

Creating a Custom Control in Winforms - Part 2 Adding Paint

Continuing on from last time.... A grey square on a grey form is not very interesting…. Lets add...

Author: jfoscoding Date: 12/07/2004

Creating a Custom Control in Winforms - Part 1

Creating the Square control Creating a custom control in windows forms is very simple – there are a...

Author: jfoscoding Date: 12/06/2004

Picking your base class wisely

One of the harder things to decide when you're starting out building a custom control is what to...

Author: jfoscoding Date: 12/03/2004

All About Handles in Windows Forms

(Repost from JFo's Talkin) Handle CreationWhat is a Handle?A handle (HWND) is the return value from...

Author: jfoscoding Date: 11/24/2004

It's not orange this time....

Top 3 reasons I've moved my blog... Ragha was tired of answering comments for me. I was tired of...

Author: jfoscoding Date: 11/23/2004

<Previous