Something stupid

  • Thread starter Thread starter Alhexx
  • Start date Start date
Status
Not open for further replies.
A

Alhexx

Guest
Well, I see a hand full of topics including the word 'stupid'.
So I simply decided to post something stupid in here, too.

stupid.gif



 - Alhexx
 
You know what? Looking at that makes me proud. :grin:
Why? Because I could do something like that too! I started Delphi and can do sh*tty little things like that now. I got VC++ 5 Prof. too ,but I haven't started that yet. Shame I never will too, I got bored of Delphi ages ago! I didnt even get pass day one of my tutorial! :oops:
 
So, you could do that? Hmm..I'm curious. How exactly would you implement TForm.EndGalaxyButtonClick(Sender: TObject)?

:wink:
 
then theres always VB:

Private Sub Death_Click()
galaxy1.explode = True
End Sub

Private Sub Live_Click()
galaxy1.explode = False
End Sub
 
Dag: Well, this is Delphi remember - I'm sure someone's written a native component to do just that. TGalaxyEnder or something. Install it into your component palette.
 
You'll probally get the message "Run Time Error: Object undefined" message.

How about something more drastic with the same button that will scare any computer newbies to death in VB

Private sub command1_click()
msgbox = "Congratulations! You've just activated a virus that will blow up the galaxy!!"
End Sub

Now that's funny if a computer newbie clicks it

YOU HAVE XP! WAAAAH!  :cry:
My parents are planning to force me to use Win98 for eternity :weep: :sad:.
 
Somehow I doubt that - after all, your method doesn't do anything either, not even display a comical message...
 
Just launch VB and try it.

What it does: Displays a message.

Fice: VB stands for Visual Basic. And I'm good at it.
 
yes, yes. im sure he knows. i wouldnt have a runtime error if i had an object called galaxy with a property called explode.
 
yes, bu youd hve to create the galaxy object yourself and explode would have to be boolean.
 
Internet Explorer Bug Crap


image1.jpg


What callee? What dissapeared?  
[edited] 39 2001-12-13 05:07
 
My god. The latest versions are VB really are *crap*. That shouldn't have done anything in a programming language...
 
My eyes! MY EYES!!! What was that up there?

If "message" must be an implicit variable, much like "result" in Delphi...so that only the last assignment to message in the function is shown, and not until the function exits...then *perhaps* it could pass as a "good-intention-that-failed" thing. I fear that that is not the case though, in which case it's the stupidest syntax I've seen until now.

On the positive side, more features like this means the gap between VB-programmers and us grows bigger for every day. Making me even more lucky I'm on the right side of that gap.
 
:lol:

It really is amazing what you can with VB, isn't it. You know you're onto a bad thing when even JavaScript has better syntax than you do  :laugh:
 
ohhhh burn, bill, burn :smile: im slowly moving into c++, need to learn more libraries (currently i know iostream and those related, and the fprint command of stdio :smile:)
 
the sad thing is javascript does have better syntax than VB though vb is more powerful and has better variable handeling.... if any of you are still in school, like me, and have foolproof on your cpu's i have a great little proggie that removes it. just im me of email me. do something. and darkness is right for the galaxy_explode thing you either call it up like this :

call galaxy_explode

or you can make a "variable" that relates only to that object as things like text1.(command) arn't exclusive. essentialy you could make a text1.x = y and you could save room in the program by not have to declare public/global variable's. and don't whine about not being able to use the variable in other forms. just use:

x=formx.text1.x

and viola you have it again. nifty little trick :smile:
 
anyone here into python? i'm trying to learn it but i'm having trouble with the input command.... it always errors on me  :cry:
 
too bad you cant really compare javascript to vb. the closest things you can really compare are vbScript and Javascript, of which i prefer javascript. If you didnt mean that, you were probably meaning Visual basic is better than Java. And for that statement, no only would every programmer in the world disagree, but some would flog you.

BTW: Im just giving you a hard time (i know this guy)
 
Status
Not open for further replies.
Back
Top