PDA

Click to See Complete Forum and Search --> : Create a DeskBand in C#


crptcblade
Jul 17th, 2004, 12:42 PM
Normally I'd steal the credit, but this is too cool...

http://www.thecodeproject.com/csharp/dotnetbandobjects.asp?df=100&forumid=3788&exp=0&select=862248

cmptr_man
Apr 25th, 2006, 03:57 PM
This is exactly what I was looking for...it's very cool! After going through the sample code, though, I'm at a loss as to how to turn this into something I can distribute with the application I'm working on. The DLL files that are produced are not registerable outside the project (at least not with standard regsvr32...as near as I can tell)

Is this just something fun for us to do on our own workstations and not make it distributable? Anyone tried using this in a distributed application yet?

Thanks,
:thumb: Dan

cmptr_man
Apr 25th, 2006, 04:03 PM
Oh, I probably should mention that I'm also going to be interested in having my deskband communicate with an existing application--kinda like the way iTunes works (minimized view displays the deskband). Anyone done anything like that before?

crptcblade
Apr 26th, 2006, 07:35 AM
This is exactly what I was looking for...it's very cool! After going through the sample code, though, I'm at a loss as to how to turn this into something I can distribute with the application I'm working on. The DLL files that are produced are not registerable outside the project (at least not with standard regsvr32...as near as I can tell)

Is this just something fun for us to do on our own workstations and not make it distributable? Anyone tried using this in a distributed application yet?

Thanks,
:thumb: Dan

The DLLs created are to be registered in the GAC, if I remember correctly. A decent package and deployment program should have that as an option.