November 2006
M T W T F S S
« Oct   Dec »
 12345
6789101112
13141516171819
20212223242526
27282930  

Archives

Archive for November, 2006

Krypton Toolkit

( General )

Krypton Toolkit is a free set of user interface controls for .NET2. There’s not a whole lot of information on the site about the product(s), but i think they are trying to offer Office like controls, (2003 and 07). Might come in handy some time!

http://www.componentfactory.com/purchase.html 
 

Are you trying to tell me somthing?!

( General )

Sometimes your inbox is just too funny

god bless eusprig

Excel 2003 to Excel 2007 (visually)

( General )

Cant find a command in the new Excel 2007 IU? this might help:
Excel 2003 to Excel 2007 command reference guide
Love those ribbons…

Worksheet Protection demo

( General and Videos )

This is the first video I’ve ever done, still need to work out a few things and I sound a bit different than in real life. This is a very simple example of how to set up worksheet protection. Take a look!

2 VSTO VIDEOS, OK, A1, BTW, GR8 ….

( General )

VSTO, (not Vista or VSTA),
Ok, ok here are some videos about VSTO (…emmmm, 2005 SE…)
First is from Andrew Whitechapel and is an example of how easy it is to do something very basic?!. Then it shows some nice solutions. At 6 mins long it does very little to help anyone understand anything, and it’s in […]

Using the immediate window from within the Excel desktop

( General )

Hummm, not the most robust code - you may have to flick between the VBE and the Excel window, I don't have time to develop it further, but it gets the job done for now.
 

 

Private Declare Function SetParent Lib "user32" ( _
                                   ByVal hWndChild As Long, _
                                   ByVal hWndNewParent As Long) As Long
Private Declare Function [...]

.Net Namespaces

( General and .Net )

Ok, so this blog might be turning in to a social bookmarking site, but I'm busy working on other stuff, to wit, this might be worth a look if your struggling with the .Net name spaces!
.NET Namespace Toolbar

.
If you do want to download it you will have to sign up to the code project [...]