Quote (Vahar @ Jan 3 2015 02:16pm)
Its just a launcher. Kinda like the battle net launcher. click skype picture and it minimizes itself and runs Process.Start("C:\Program Files (x86)\Skype\Phone\Skype.exe")
how do you configure your launcher? hard coding which apps are available and what order they appear sounds very limiting for public use.
you can use a config file like so:
<apps>
<app icon="skype.png" title="skype" path="C:/Program Files (x86)/Skype/Phone/Skype.exe"/>
<app icon="word.png" title="microsoft word" path="C:/Program Files (x86)/Microsoft Office/Word.exe"/>
</apps>
not sure what the benefit is of your launcher otherwise. desktop shortcuts > hard-coded apps.
This post was edited by carteblanche on Jan 3 2015 01:52pm