Jump to content
  • 0

[Help]Launcher Pro


Question

2 answers to this question

Recommended Posts

  • 0
Posted

Geia Ce ola ta meli tou mxc....Tha i9ela na rwtisw to ekseis....Gia na kanw ena l2 launcher gia tn server mou ti xreiazomai??? :/

 

8a xriastis ena Updater(ektos an 8es sketo launcher, p dn ksero an iparxi alla dn iparxi kai logos na to kaneis), pou 8a prepei na anebasis ta arxeia se kapio ftp i se kapia selida me direct download gia na mporoun na katebazoun oi xristes ta arxeia... tora pali an xriazese apla ena programma p anigi kai na dixni as poume ta nea tou server, anaba8misis klp(dld mia istoselida), mporis na ftiaksis k monos sou, dn einai toso diskolo :P (Visual Basic ftw.)

  • 0
Posted

Σε νοιωθω φιλαρακι.

 

Τρεις μερες εψαχνα 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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...