| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Oct | Dec » | |||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | |||
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
Sometimes your inbox is just too funny
god bless eusprig
Cant find a command in the new Excel 2007 IU? this might help:
Excel 2003 to Excel 2007 command reference guide
Love those ribbons…
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!
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 […]
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 [...]
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 [...]