FiRose Launcher [Open Soruce][version 1.0]

Status
Not open for further replies.
Junior Spellweaver
Joined
Oct 10, 2006
Messages
106
Reaction score
2
Location
Canada
HEre it is!

FiRose Launcher Open Soruce!

a Custom made launcher, SImple, Slik, and over all, functional

Current Version: 1.0
[List of what it has]
*NEws Window
*Terms of Service

[Downloads](More Mirrors will be added]
 
Last edited:
Here is the layout i made in VB 2005 Express



I enjoy my layout, so i'd like just the codes please
 
This is my code:

Private Sub Command1_Click()
Shell ("TRose.exe @TRIGGER_SOFT@ _server 66.186.59.123")
End Sub

Private Sub Command2_Click()
WebBrowser1.Navigate ("http://bluezonegames.ath.cx/rose/launcher/register.php")
End Sub

Private Sub Command3_Click()
WebBrowser1.Navigate ("http://bluezonegames.ath.cx/rose/launcher/rankings.php")
End Sub

Private Sub Command4_Click()
WebBrowser1.Navigate ("http://bluezonegames.ath.cx/rose/launcher/status.php")
End Sub

Private Sub Form_Load()
WebBrowser1.Navigate ("http://bluezonegames.ath.cx/rose/launcher/index.php")
End Sub
 
anways, Thanks for the help dude, now all i need to know is,

for my Exit button, Whats the code for that?

and how can i get ROSE Online to Run on Windows Vista, i keep getting DirectX errors
 
Me.Close is to close.

I heard people were having problems running rose on vista, as far as I know, you cant right now. x.x


Oh and... as much as I hate Windows Vista, your launcher is pretty sexy, thats why im remaking mine in vb 2005 express.

As VB6 Is more user-friendly but vb2005 is better for design and with the launcher, I can do the same things with both.
 
i think its becuase of my Boss, he gave me a Beta Version of DX10...

and my Video is testing if it will work,

but i think i need to downgrade to DX9
 


This Picture is for My Server, but the layout is the same as that and Banner Image is different from the open source, so ya

mind u that screen shot is the Vista Version, when you run it on XP with will have a Different Border GUI
 
Status
Not open for further replies.