• Welcome to Valhalla Legends Archive.
 

TGA Icon Extrapolation

Started by Fr3DBr, September 24, 2006, 10:23 PM

Previous topic - Next topic

Joe[x86]

Yes it does. It looks horrible. Java is much more ellegent.

public static void main(String args[])
{
    System.out.println("Visual Basic is fugly and nothing you do or say will ever change that.");
}


Also, check out this nifty calculator I wrote. Fugly.

Private Sub cmdClear_Click()
    txtEquation = ""
End Sub

Private Sub cmdEquals_Click()
    txtEquation = sc.Eval(txtEquation)
End Sub

Private Sub cmdMul_Click()
    txtEquation = txtEquation & "*"
End Sub
Private Sub cmdDiv_Click()
    txtEquation = txtEquation & "/"
End Sub

Private Sub cmdAdd_Click()
    txtEquation = txtEquation & "+"
End Sub

Private Sub cmdSub_Click()
    txtEquation = txtEquation & "-"
End Sub

Private Sub cmdCalculatorKey_Click(Index As Integer)
    txtEquation = txtEquation & CStr(Index)
End Sub
Quote from: brew on April 25, 2007, 07:33 PM
that made me feel like a total idiot. this entire thing was useless.

l)ragon

Quote from: Joex86] link=topic=15785.msg159451#msg159451 date=1160066553]
Yes it does. It looks horrible. Java is much more ellegent.

public static void main(String args[])
{
    System.out.println("Visual Basic is fugly and nothing you do or say will ever change that.");
}

Sub Main()
    MsgBox "Messy java code soon to be detected." + vbCrLf + vbCrLf + _
           "To format C: please press OK or just close this message box.", vbCritical, "Fatal-Error"
End Sub


Quote from: Joex86] link=topic=15785.msg159451#msg159451 date=1160066553]
Also, check out this nifty calculator I wrote. Fugly.

Private Sub cmdClear_Click()
    txtEquation = ""
End Sub

Private Sub cmdEquals_Click()
    txtEquation = sc.Eval(txtEquation)
End Sub

Private Sub cmdMul_Click()
    txtEquation = txtEquation & "*"
End Sub
Private Sub cmdDiv_Click()
    txtEquation = txtEquation & "/"
End Sub

Private Sub cmdAdd_Click()
    txtEquation = txtEquation & "+"
End Sub

Private Sub cmdSub_Click()
    txtEquation = txtEquation & "-"
End Sub

Private Sub cmdCalculatorKey_Click(Index As Integer)
    txtEquation = txtEquation & CStr(Index)
End Sub

That is such a waste of memory.
*^~·.,¸¸,.·´¯`·.,¸¸,.-·~^*ˆ¨¯¯¨ˆ*^~·.,l)ragon,.-·~^*ˆ¨¯¯¨ˆ*^~·.,¸¸,.·´¯`·.,¸¸,.-·~^*


Mystical


Warrior

Quote from: Joex86] link=topic=15785.msg159451#msg159451 date=1160066553]
Yes it does. It looks horrible. Java is much more ellegent.

public static void main(String args[])
{
System.out.println("Visual Basic is fugly and nothing you do or say will ever change that.");
}

By elegant if you mean cross compatible then yes, you're right. Bear in mind that it's only possible advantage. It's not nearly as a great as you make it out to be
Quote from: effect on March 09, 2006, 11:52 PM
Islam is a steaming pile of fucking dog shit. Everything about it is flawed, anybody who believes in it is a terrorist, if you disagree with me, then im sorry your wrong.

Quote from: Rule on May 07, 2006, 01:30 PM
Why don't you stop being American and start acting like a decent human?

l)ragon

Anyways back to the topic wtf would you want to extract them anyways, there's no need for that when you could use them directly with a few tricks.
*^~·.,¸¸,.·´¯`·.,¸¸,.-·~^*ˆ¨¯¯¨ˆ*^~·.,l)ragon,.-·~^*ˆ¨¯¯¨ˆ*^~·.,¸¸,.·´¯`·.,¸¸,.-·~^*

Zakath

Quote from: Joex86] link=topic=15785.msg159451#msg159451 date=1160066553]
Yes it does. It looks horrible. Java is much more ellegent.

You misspelled 'elegant.'
Quote from: iago on February 02, 2005, 03:07 PM
Yes, you can't have everybody...contributing to the main source repository.  That would be stupid and create chaos.

Opensource projects...would be dumb.

Hero

#37
Quote from: Zakath on October 27, 2006, 01:41 PM
Quote from: Joex86] link=topic=15785.msg159451#msg159451 date=1160066553]
Yes it does. It looks horrible. Java is much more ellegent.

You misspelled 'elegant.'

Owned, imo.

|