Σε νοιωθω φιλαρακι.
Τρεις μερες εψαχνα launcher template και δεν βρηκα τιποτα πουθενα. οποτε εφτιαξα μονος μου, διαβαζοντας κοντα το μισο βιβλιο της c#. Δεν ειναι δυσκολο αρκει να το ψαξεις λίγο. χρησιμοποιω την Visual C#. αν θελεις ενα πολυ απλο launcher οριστε το code:
Get off "sense-of-entitlement" ass.
Go to Microsoft and download the Visual Studio Express edition for C#.
Install it.
Start it by clicking the mysterious icon that showed up on your desktop and/or Start Button.
Create a new project (File -> New -> Project) of type Windows Form Application, under Visual C#. Give your project a fun name like "LineageP0wnedLaunchizzer".
Drag and position a button from the toolbox (View -> Toolbox) to the form.
Double click the button.
Add
Code:
System.Diagnostics.Process.Start(@"C:\likewhatevar.exe");
between the brackets that appear.
Add
Code:
using System.Diagnostics;
to the top where all the other usings are.
Switch back to the Form1.cs design tab.
Right-click button and select Properties. Go to Text. Replace "button1" text with "Launchizzle Lineage-ozzle, my nizzle formazzle!"
Drag a PictureBox from the toolbox to the form.
Move and resize components to taste.
Right-click and select Properties.
In the Properties view that popped up, got to Image, click on the ellipsis button on the row, and select a local resource image. (Image won't scale w/o code, though. This is left as an exercise for the reader, unless the reader picks a just-right image or doesn't give a crap.)
Click the green triangle next to the drop-down that says "Debug..." in the toolbar.
You are now a game developer! Enjoy your minimalistic-yet-funky launcher.
Google ways to make it funkier.
~credits: alphadog