Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » General Discussions » General Discussion » Renegade Launcher
Re: Renegade Launcher [message #282194 is a reply to message #281712] Mon, 03 September 2007 09:38 Go to previous messageGo to previous message
slavik262 is currently offline  slavik262
Messages: 79
Registered: February 2007
Karma:
Recruit
If you know anything about code, C# is completely different from VB.NET.

Get as hyped up as you want, but I'm not Mandai. I've been a member of this community for quite some time. I also have accounts with cnc Reborn, a Path Beyond, and n00bless.com

Make as many random accusations as you want.

If you want any evidence, feel free to ask. I'm completely open. I have nothing to hide.

In fact, knock yourself out. Here's the source for launching Renegade and the other programs.

Try
            For Each lviApp As ListViewItem In gobjProgList.lstProgs.Items
                Start(lviApp.SubItems(1).Text)
            Next
        Catch ex As Exception
            MessageBox.Show("An error occurred while loading the other programs.  Please try again.", _
            "Error", MessageBoxButtons.OK, MessageBoxIcon.Error)
            Exit Sub
        End Try
        Try
            Dim strLaunchCommand As String
            strLaunchCommand = txtRenPath.Text
            strLaunchCommand += " +connect "
            strLaunchCommand += txtIP.Text
            strLaunchCommand += ":" & mstPort.Text
            strLaunchCommand += " +netplayername"
            strLaunchCommand += " " & ControlChars.Quote & txtNick.Text _
            & ControlChars.Quote
            strLaunchCommand += " " & txtCommands.Text
            Start(strLaunchCommand)
        Catch ex As Exception
            MessageBox.Show("An error occurred while launching Renegade.  " _
            & "Please make sure that the Renegade executable path is correct", _
"Error launching Renegade", MessageBoxButtons.OK, MessageBoxIcon.Error)
        End Try
    End Sub


cheesesoda wrote on Mon, 03 September 2007 11:34

Goztow wrote on Mon, 03 September 2007 05:07

If it's not him, then he got a questionable source of inspiration...

You're either very brazen to accuse someone of such things with little to no basis or you're just that much of an idiot. I'm half-tempted to believe the latter.

Edit: Nice work on that program. It's always nice to see people putting effort into the game, even if you catch a lot of slag from random people.



Thank you. Again, if you want me to bring forth any evidence, feel free to ask.


http://img432.imageshack.us/img432/7862/userbar405373ux.gif

[Updated on: Mon, 03 September 2007 09:42]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Im sick this (the next cold war)
Next Topic: New ipods
Goto Forum:
  


Current Time: Fri Sep 27 22:29:02 MST 2024

Total time taken to generate the page: 0.01412 seconds