Quote:
|
Originally Posted by benneh
Interesting, my music queuing app I was speaking about before uses GDI a little to do the album cover displaying, and it was written in vb.net 2.0 back when the express editions of vs were in early beta, and it kinda fell by the wayside, but now I am inspired to maybe update it, as it was about 80% or more complete, and using a similar method to your app could be integrated into MCE, or at least hacked to allow it to launch and be controlled by the remote
I also looked at directx stuff, but found it was a very very steep learning curve and really over my head for the amount of hours i had to play with this stuff.
Would be interested in the vbscript you are using for the installation, if its available for me to use I will drop you a PM with my email address.
|
Hi -
Well if I get some time maybe we can sort out how to include your addin in BigScreen Portal - will keep you posted on this..
Also re DirectX - yeah its kinda hairy - but there is some really great wrapper code on CodeProject for most of the managed stuff - the biggest issue I found was that the equivelent 'graphics' class only had very limited functions for string drawing etc - so I needed to use gdi+ for my bitmap creation and then draw it onto a ddraw surface (which is real slow if you need a lot of changing graphics).
With the VBScripts - well I was lazy and don't actually delete them from the installer - so just have a look in the install directory for BSP and you will see them there in original form. Probably better to install v0.6 of Bigscreen Portal (see above message) - as I removed some commented stuff out of the vbs which might be misleading.. The extra bit is you use the 'custom actions' in VS Installer Project for install/uninstall actions (and point to relevant vbs script) - as well as setting the CustomProperties to the hardcoded [TARGETDIR] variable (which points to your installation directory)..
feel free to PM/email me if you have some more specific q's on how to do all this..
cheers
Niall