Older Versions Of XPCC

I got some request for the old vb.net 1.1 versions of the controls which are not online at codeplex.

You can download it from this site now but they will be completely unsupported (mostly because I don't have VS2003 installed anymore...) and I don't know if this version is the latest.

It is the latest that I've found on my backup but if somebody has a more current version please share it.

Here are the download links

  XPCC.net 1.1 Sourcecode
  XPCC.net 1.1 Setup Files

 

 

 

 

Currently rated 4.5 by 2 people

  • Currently 4.5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: steepvalley
Posted on: 12/10/2007 at 4:39 PM
Tags: , ,
Categories: Controls | Projects | XPCC
Actions: E-mail | Kick it! | DZone it! | del.icio.us
Post Information: Permalink | Comments (1) | Post RSSRSS comment feed

Synchronizing UI Elements With A Command Class

Synchronizing UI Elements

When designing common Windows Forms Application, it always turns out to be a bit of a hassle to synchronize different UI elements like a MenuItem and a Toolbar Item that execute (or should execute) the same code or should be activated and deactivated at the same time. More...

Currently rated 4.0 by 1 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: steepvalley
Posted on: 3/1/2007 at 5:00 PM
Tags: , ,
Categories: VB.net | Controls
Actions: E-mail | Kick it! | DZone it! | del.icio.us
Post Information: Permalink | Comments (0) | Post RSSRSS comment feed

Implementing Renderers Into Your Custom Controls

When I first played around with the new .net 2.0 controls, I was fascinated by the ToolStrip-Control and its endless possibilities to render it to your will by using the new Renderer property.

Having this kind of approach on any user-defined control would give the developer a powerful way of designing his application without forcing him to play around in the inner workings of the source. More...

Currently rated 4.0 by 1 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: steepvalley
Posted on: 7/7/2006 at 5:00 PM
Tags: , ,
Categories: VB.net | Controls | White Papers
Actions: E-mail | Kick it! | DZone it! | del.icio.us
Post Information: Permalink | Comments (0) | Post RSSRSS comment feed

Owner Drawing Your Textboxes

To give your textboxes a distinctive look has always been a hassle. In the old VB6 days it was almost not possible. The only thing you could do, was to incorporate the textbox into a ActiveX-control and set the looks of the ActiveX-Control.

With the advent of VB.net there seem to be 3 distinctive ways to accomplish this task. With the XPTextbox-control I tried them all and will explain them shortly and point out the advantages and disadvantages. More...

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: steepvalley
Posted on: 6/1/2006 at 5:00 PM
Tags: ,
Categories: VB.net | Controls | White Papers
Actions: E-mail | Kick it! | DZone it! | del.icio.us
Post Information: Permalink | Comments (1) | Post RSSRSS comment feed