Qhimm.com Forums

Miscellaneous Forums => General Discussion => Topic started by: Alhexx on 2001-12-12 15:27:00

Title: Something stupid
Post by: Alhexx on 2001-12-12 15:27:00
Well, I see a hand full of topics including the word 'stupid'.
So I simply decided to post something stupid in here, too.

(http://www.8ung.at/alhexx/stupid.gif)


 - Alhexx
Title: Something stupid
Post by: eerrrr on 2001-12-12 15:55:00
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:
Title: Something stupid
Post by: dagsverre on 2001-12-12 20:33:00
So, you could do that? Hmm..I'm curious. How exactly would you implement TForm.EndGalaxyButtonClick(Sender: TObject)?

:wink:
Title: Something stupid
Post by: Darkness on 2001-12-12 20:58:00
then theres always VB:

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

Private Sub Live_Click()
galaxy1.explode = False
End Sub
Title: Something stupid
Post by: ficedula on 2001-12-12 23:59:00
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.
Title: Something stupid
Post by: Joey on 2001-12-13 00:01:00
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:.
Title: Something stupid
Post by: ficedula on 2001-12-13 00:05:00
Somehow I doubt that - after all, your method doesn't do anything either, not even display a comical message...
Title: Something stupid
Post by: Joey on 2001-12-13 00:21:00
Just launch VB and try it.

What it does: Displays a message.

Fice: VB stands for Visual Basic. And I'm good at it.
Title: Something stupid
Post by: Darkness on 2001-12-13 00:30:00
yes, yes. im sure he knows. i wouldnt have a runtime error if i had an object called galaxy with a property called explode.
Title: Something stupid
Post by: Joey on 2001-12-13 00:41:00
How do you do that? Is it by creating the galaxy object?
Title: Something stupid
Post by: Darkness on 2001-12-13 01:05:00
yes, bu youd hve to create the galaxy object yourself and explode would have to be boolean.
Title: Something stupid
Post by: Joey on 2001-12-13 04:05:00
Internet Explorer Bug Crap


(http://www.freecfm.com/f/ffxinfo/image1.jpg)

What callee? What dissapeared?  
[edited] 39 2001-12-13 05:07
Title: Something stupid
Post by: Joey on 2001-12-13 04:21:00
Fice: The code that I said earlier results into this (http://www.freecfm.com/f/ffxinfo/crap.jpg).
Title: Something stupid
Post by: ficedula on 2001-12-13 12:18:00
My god. The latest versions are VB really are *crap*. That shouldn't have done anything in a programming language...
Title: Something stupid
Post by: dagsverre on 2001-12-13 19:06:00
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.
Title: Something stupid
Post by: ficedula on 2001-12-13 19:48:00
 :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:
Title: Something stupid
Post by: Darkness on 2001-12-13 20:43:00
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:)
Title: Something stupid
Post by: PurpleSmurf on 2001-12-13 20:48:00
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:
Title: Something stupid
Post by: PurpleSmurf on 2001-12-13 20:50:00
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:
Title: Something stupid
Post by: Darkness on 2001-12-13 20:51:00
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)
Title: Something stupid
Post by: ficedula on 2001-12-13 21:28:00
Actually, you can compare them to the extent that "they're both programming languages" and then go on to say "Javascript has better (more consistent with itself and programming in general...) syntax". Which is what I was saying before.
Title: Something stupid
Post by: The SaiNt on 2001-12-14 00:33:00
Quote

On 2001-12-13 15:06, dagsverre wrote:
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.

Honestly, Dag, there's a whole lot more of ridiculous syntax in VB.
When I first started taking lessons for it, (It's a core I had to take for my Pre-U) I was like "Huh? That doesn't seem quite right. That seems to go against standard logic."
And all my lecturer told me was "It's VB, what do you expect?"
Title: Something stupid
Post by: PurpleSmurf on 2001-12-14 02:48:00
well i'm not one for java so i guess i would be flogged. vb is the first "real" programming language i learned. the first was qbasic and the casio and TI calculator languages. i guess i'm just full of usless info. oh well chaney is still too old.
Title: Something stupid
Post by: ficedula on 2001-12-14 12:18:00
[HACK cough] You call VB a REAL programming language? Save me from this heresy!  :evil:
Title: Something stupid
Post by: dagsverre on 2001-12-14 13:02:00
Yeah, exactly how is VB a more real language than Casio and TI languages? Technically they're the same, interpreted script languages designed for doing a limited number of things (performing numerical calculations vs. boosting script kiddie self-images), though one might argue that the Casio and TI languages are more logically constructed than VB.

(I'm beating a dead horse here though, this will be my last I think)
Title: Something stupid
Post by: PurpleSmurf on 2001-12-14 15:19:00
ok ok i get the message :rolleyes:. but VB can be "powerful".....ish.  but next semester i'm gonna try and get programming 1. then i'll learn c++ and if i have the free time and the intrest i'll start to look into java.
[edited] 275 2001-12-14 16:19
Title: Something stupid
Post by: The SaiNt on 2001-12-14 16:46:00
Uhm, VB is more like a Scripting Language than a programming language. (Refer to Dag's post above)
Title: Something stupid
Post by: Alhexx on 2001-12-14 17:03:00
What have I done?

Joey Post #1: It won't do anything, except causing an error - the call has got to be:
Code: [Select]
Private Sub Command1_Click()
  MsgBox "Congratulations! You've just activated a virus that will blow up the galaxy!!"
End Sub


VB: As for me: I hate it, too. I just use it, b'cause I haven't learned anything else. But I'm gonna start with C++ next year.


Everybody: The app hasn't got any code. It is just a simple form w/o any messages or anything else like this...

 - Alhexx
Title: Something stupid
Post by: PurpleSmurf on 2001-12-14 17:06:00
while i'm fond of the programs i've made in vb i have to say:
amen
Title: Something stupid
Post by: Darkness on 2001-12-14 21:12:00
fice actually, i dont consider VB a REAL programming language, because it was build on another language, and the only thing you really have to know is how to use a mouse and type if statements

i also must say tht VB has no real power. it only has the power that those OCX things give it.

Edit: after i read this, i noticed it was kinda against alhexx. no worries, man. i was AMAZED by what you did with it.
[edited] 249 2001-12-14 22:14
Title: Something stupid
Post by: PurpleSmurf on 2001-12-14 22:20:00
yea. i wish i was as good as you are with vb. i'm not that good with ti. but i an do more than darkness. actualy he's better at networkinternet stuff. i'm good a anti security stuff cause i have lots of stupid ideas. :naughty: is that talant or luck?
Title: Something stupid
Post by: Darkness on 2001-12-14 22:25:00
im leaning towards luck. you can do more in vb thn me because i dont program in vb as much as you do. I let that talent deteriorate along with my P166.

btw: check your private messages, and start talking to me by using that instead of making a thread.
Title: Something stupid
Post by: Joey on 2001-12-15 10:16:00
I'm afarid that you are right. But VB has more detailed error messages, giving you less debugging headache. The mystery: VB's undo code is not found anywhere. Anyone knows?

Actually, MS meant to use VB alongside with VC++. Just make and OCX through C++, and VB can use it! Made a buggy program with VB? No problem! A compile option lets you debug it with VC++.

VB also has what VC++ have. But instead of libraries, VB uses ActiveX controls.

Personally, I like VB because it is easier to understand that VC++(which, until now, I don't really understand it either. Care to teach me?)

The only difference between VB and VC++ is that VC++ programs has the ability to wear "skins"(Typically, it isn't the "true" interface like VB, it's just a bunch of bitmaps.) and also that in VB it is harder to create a new object than how you do it in VC++.
Title: Something stupid
Post by: dagsverre on 2001-12-15 10:40:00
Great.... *sigh*
Title: Something stupid
Post by: ficedula on 2001-12-15 11:54:00
Oh dear.

How *do* you answer something like that?

Joey .... if you aren't going to inhabit the same reality as us, don't talk to us either....
Title: Something stupid
Post by: The SaiNt on 2001-12-15 12:27:00
Quote

On 2001-12-15 06:16, Joey wrote:
I'm afarid that you are right. But VB has more detailed error messages, giving you less debugging headache. The mystery: VB's undo code is not found anywhere. Anyone knows?

Actually, MS meant to use VB alongside with VC++. Just make and OCX through C++, and VB can use it! Made a buggy program with VB? No problem! A compile option lets you debug it with VC++.

VB also has what VC++ have. But instead of libraries, VB uses ActiveX controls.

Personally, I like VB because it is easier to understand that VC++(which, until now, I don't really understand it either. Care to teach me?)

The only difference between VB and VC++ is that VC++ programs has the ability to wear "skins"(Typically, it isn't the "true" interface like VB, it's just a bunch of bitmaps.) and also that in VB it is harder to create a new object than how you do it in VC++.

Joey, are you trying to say that your mind is programmed in VB? :wink:
Title: Something stupid
Post by: Ant on 2001-12-15 14:10:00
Heehee :-)
This is a completely serious question Joey but were you rat-arsed / caned when you wrote that 'coz it sure as hell sounds like it  :naughty: and where can i get some, something that messes up your mind that much must be really expensive.  :lol:
Title: Something stupid
Post by: Darkness on 2001-12-15 16:51:00
must be running on a 386.....
Title: Something stupid
Post by: Alhexx on 2001-12-15 19:46:00
Joey: How long do you program in VB? I do for 'bout 2.5 years, and I got sick of it. It's fine, b'cause it's easy, but have you ever tried to declare a variable as an unsigned long integer?
VB only supports:

[list=a]
Code: [Select]
Public Type sh*tVB
  NumEntries As Integer
  Entries(1 to NumEntries) As Long
End Type


That's one of the main reasons why there isn't any 'Export to MS3D' function implemented in Ultima ...


Darkness: WHAAA !! 588 Posts? In 2 Months ? WHAT ARE YOU DOING? Last time I visited this board you had 490+ posts ...

Let's see:

Oct 05 - Oct 31 = 27 Days
Nov 01 - Nov 30 = 30 Days
Dec 01 - Dec 15 = 15 Days
27 + 30 + 15 = 72 Days

588 Posts / 72 Days = 8.166666666666666666666666666666 PPD (PostsPerDay)

That means : 1000 - 588 = 412 Posts to go
412 / 8.1666666666666666666 = 50

Dec 15 - Dec 31 = 17
Jan 01 - Jan 31 = 31
31 + 17 = 48

That means, on February 2, 2002 you will have No Life Status ...


I just wonder if there is another status at 10K posts named : "Go and find a Job!"

 - Alhexx

 - edit -
Had to correct BBcode ...
[edited] 169 2001-12-15 20:47
Title: Something stupid
Post by: Darkness on 2001-12-15 20:04:00
hehe make that feb 7, 2002. im going to visit family in california for like 5 days :)
Title: Something stupid
Post by: Ant on 2001-12-15 20:19:00
Surely you'll be able to get on the net then...you wont be able to resist the urge  :naughty:
Title: Something stupid
Post by: Anonymous on 2001-12-15 20:33:00
YEA!!! the pictures for the message icons work again!!!!!! anyway.... joey 2 questions:
1)what the hell are you smoking?
2)can i have some.....

while you can make ocx file in c++. you can also make them in VB..... just uncase you didn't know just make a user control.
Title: Something stupid
Post by: PurpleSmurf on 2001-12-15 20:33:00
that was me
[edited] 275 2001-12-15 21:34
Title: Something stupid
Post by: Darkness on 2001-12-15 22:37:00
ant-> omg. youre right. i wont be able to resist.
Title: Something stupid
Post by: chowderhead on 2001-12-16 03:29:00
Darkness:  heh, yer hooked!  Kinda like tobacco, or maybe crack... :D
Title: Something stupid
Post by: Darkness on 2001-12-16 16:50:00
crack, definitely digital crack. like everquest =)
Title: Something stupid
Post by: chowderhead on 2001-12-17 01:03:00
LMAO!  Digital Crack, have to remember that one.  So I guess that makes Qhimm our pusher ?  (j/k)

hmm, that gives me an idea-instead of having "phpBB Created this page in 0.00blah seconds", how 'bout this?

"phpBB Created this Digital Crack in blah seconds!"
Title: Something stupid
Post by: Sephiroth 3D on 2001-12-17 07:24:00
Yeah, VB sucks, but like others, it's the only language I know. So for now, I'm content.

I'm thinking I'm gonna try rebuilding Kefka in VC++ for Alpha 3... heh... that should be good... Rebuild a program AND upgrade it! It'll probably let me get rid of some problems I've been having though... After I run into 50,000 others just trying to get it the same...

Sephiroth 3D

"I don't understand..." "You don't have to understand." - Final Fantasy: The Spirits Within

Sephiroth 3D.com (http://www.sephiroth3d.com)
[email protected]
Title: Something stupid
Post by: PurpleSmurf on 2001-12-17 13:51:00
i alomost had a good vc++ book. but my bro decided to get me the html 4 book. while i'm happy with this as i don't know html i would rather vc++ book. oh welll :(
Title: Something stupid
Post by: Darkness on 2001-12-17 20:53:00
i love html :) its so much fun.
Title: Something stupid
Post by: PurpleSmurf on 2001-12-17 22:10:00
and magical.
anyone seen joey recently? haven't seen him on since last night.
Title: Something stupid
Post by: Darkness on 2001-12-17 22:11:00
wlel that makes sense, seeing as how he lives in malaysia
Title: Something stupid
Post by: PurpleSmurf on 2001-12-17 22:21:00
i check the fourms between classes at school.......
Title: Something stupid
Post by: Sephiroth 3D on 2001-12-17 23:44:00
You know... some people just check the forums once or twice a day... that could be why you haven't seen joey in a bit...

Sephiroth 3D

"I don't understand..." "You don't have to understand." - Final Fantasy: The Spirits Within

Sephiroth 3D.com (http://www.sephiroth3d.com)
[email protected]
Title: Something stupid
Post by: vvalentine on 2001-12-18 05:22:00
I check the board 4 to 5 times a day (I'm such a loser).
But you know what, I haven't seen Joey for quite a while either.  I mean he is usually posting almost every day.  Hope he didn't get upset because of all the things we have said about him.  

-vvalentine
[edited] 213 2001-12-18 06:23
Title: Something stupid
Post by: dagsverre on 2001-12-18 10:42:00
We tried hard to get him to disappear the first couple of months...said much nastier things than what has even remotely touched this board the last half year. So I wouldn't keep my hopes too high...
[edited] 15 2001-12-18 11:42
Title: Something stupid
Post by: M0T on 2001-12-18 16:07:00
Yeah, but we did have quite a few good reasons to try and make him leave in the beggining didnt we?
Title: Something stupid
Post by: PurpleSmurf on 2001-12-18 18:36:00
hmm.... i thinks he's funny/stupid <----compliment
anyway i haven't seen joey in 3 days now. maybe joey, unlike us,has a life.....
Title: Something stupid
Post by: Darkness on 2001-12-18 21:11:00
hehe. "hello, i work for square."
Title: Something stupid
Post by: Sephiroth 3D on 2001-12-18 22:09:00
I can belive that he works for square... He makes the paper that the manual are printed on, right? ;)

Sephiroth 3D

"I don't understand..." "You don't have to understand." - Final Fantasy: The Spirits Within

Sephiroth 3D.com (http://www.sephiroth3d.com)
[email protected]
Title: Something stupid
Post by: PurpleSmurf on 2001-12-19 00:30:00
hmm... i though t he was still in scholl. but ok cool.
Title: Something stupid
Post by: The SaiNt on 2001-12-19 00:37:00
As much as I enjoy bashing Joey, what's the point of this thread again?
Title: Something stupid
Post by: vvalentine on 2001-12-19 00:57:00
About something stupid.

-vvalentine :D
Title: Something stupid
Post by: Darkness on 2001-12-19 01:06:00
and stupid it has become :D
Title: Something stupid
Post by: PurpleSmurf on 2001-12-19 03:54:00
and stupid it shall stay.  :wink:  :D  :cool:
Title: Something stupid
Post by: Sephiroth 3D on 2001-12-19 05:11:00
Here here! ;) :D

Sephiroth 3D

"I don't understand..." "You don't have to understand." - Final Fantasy: The Spirits Within

Sephiroth 3D.com (http://www.sephiroth3d.com)
[email protected]
Title: Something stupid
Post by: Joey on 2001-12-19 05:32:00
Let's just make it more stupid by not bashing me. You guys are funny. I was away for a few days because my girlfriend is just back from Ireland and Tibet. We had so much to talk about that I forgot completely about my computer and my father played Red Alert 2 on it for 2 days. I can imagine that you guys are lonely.

Spoiler: show
Well, even if I *do* work for square it's none of your business as you guys will bash me. So what!


I have lots of problems. Don't add them for me.



 
Title: Something stupid
Post by: vvalentine on 2001-12-19 07:45:00
Dude, your dad plays Red Alert 2?  Just what kind of family do you have?

Oh, by the way, glad you're back.

-vvalentine :DEDIT:  I think this thread should close soon.  It's just plain stupid now, and it could grow even more with more stupidity added.


[edited] 213 2001-12-19 08:56
Title: Something stupid
Post by: The SaiNt on 2001-12-19 11:50:00
I'm just waiting for a mod to close it.
[edited] 1 2001-12-19 12:51
Title: Something stupid
Post by: M0T on 2001-12-19 13:54:00
don't you have the ability to close it since you are an administrator?
Title: Something stupid
Post by: PurpleSmurf on 2001-12-19 14:02:00
Title: Something stupid
Post by: PurpleSmurf on 2001-12-19 14:03:00
don't encorage him. we should try and get this to 4 pages. andyou know were just going to make a nother thread and it's going to turn in to one just like this.
Title: Something stupid
Post by: dagsverre on 2001-12-19 14:41:00
Getting it to four pages is not a goal by any means, there's threads with, what, eight or nine or ten or something pages in this forum. ?Been there, done that.
Title: Something stupid
Post by: PurpleSmurf on 2001-12-19 14:45:00
the only one i've seen over 3 is the "starcraft discussion thread" and that got to 5 i think.
Title: Something stupid
Post by: Alhexx on 2001-12-19 15:06:00
Darkness: Seems like my calculation is wrong. On Dec 15 you had 588 Posts - now it's Dec 19 - so you should have 'bout 620 Posts. And what's going on? You've got 680+ ...

SaiNt: When I started this topic, my first thought was how long it would take until a mod/admin will close that, ehm, crap ... :D

 - Alhexx
Title: Something stupid
Post by: eerrrr on 2001-12-19 15:32:00
Ah, the ol' UBB days. When Joey was proud to have a 9 page thread almost purely about bashing him. What was it called? FAQ about me? :lol:
Or was it the 'Introduce yourself' thread that got to 9 pages?
Title: Something stupid
Post by: PurpleSmurf on 2001-12-19 15:44:00
i wish i had beenhere for that.....
Title: Something stupid
Post by: ficedula on 2001-12-19 16:52:00
Ye have invoked Judgement, and lo, it has come.

Yep, the thread's closing, it was called for and no-one's since given a good reason not to.