Author Topic: Something stupid  (Read 25311 times)

PurpleSmurf

  • *
  • Posts: 763
    • View Profile
Something stupid
« Reply #25 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

The SaiNt

  • *
  • Posts: 1300
    • View Profile
Something stupid
« Reply #26 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)

Alhexx

  • *
  • Posts: 1894
    • View Profile
    • http://www.alhexx.com
Something stupid
« Reply #27 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

PurpleSmurf

  • *
  • Posts: 763
    • View Profile
Something stupid
« Reply #28 on: 2001-12-14 17:06:00 »
while i'm fond of the programs i've made in vb i have to say:
amen

Darkness

  • *
  • Posts: 2181
    • View Profile
    • http://www.x0r.net
Something stupid
« Reply #29 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

PurpleSmurf

  • *
  • Posts: 763
    • View Profile
Something stupid
« Reply #30 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?

Darkness

  • *
  • Posts: 2181
    • View Profile
    • http://www.x0r.net
Something stupid
« Reply #31 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.

Joey

  • *
  • Posts: 1095
    • View Profile
Something stupid
« Reply #32 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++.

dagsverre

  • *
  • Posts: 323
    • View Profile
    • http://ffsf.cjb.net
Something stupid
« Reply #33 on: 2001-12-15 10:40:00 »
Great.... *sigh*

ficedula

  • *
  • Posts: 2178
    • View Profile
    • http://www.ficedula.co.uk
Something stupid
« Reply #34 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....

The SaiNt

  • *
  • Posts: 1300
    • View Profile
Something stupid
« Reply #35 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:

Ant

  • *
  • Posts: 402
    • View Profile
Something stupid
« Reply #36 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:

Darkness

  • *
  • Posts: 2181
    • View Profile
    • http://www.x0r.net
Something stupid
« Reply #37 on: 2001-12-15 16:51:00 »
must be running on a 386.....

Alhexx

  • *
  • Posts: 1894
    • View Profile
    • http://www.alhexx.com
Something stupid
« Reply #38 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]
  • Unsigned 1-Byte Integer (Name: Byte)
  • Signed 2-Byte-Integer (Name: Integer)
  • Signed 4-Byte Integer (Name: Long)
  • [/list:o]

    You see any Signed 2- or 4-Byte Integers? Well, I don't. Have you ever tried to declare a variable type woith a variable array in it? Something like this:

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

Darkness

  • *
  • Posts: 2181
    • View Profile
    • http://www.x0r.net
Something stupid
« Reply #39 on: 2001-12-15 20:04:00 »
hehe make that feb 7, 2002. im going to visit family in california for like 5 days :)

Ant

  • *
  • Posts: 402
    • View Profile
Something stupid
« Reply #40 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:

Anonymous

  • Guest
Something stupid
« Reply #41 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.

PurpleSmurf

  • *
  • Posts: 763
    • View Profile
Something stupid
« Reply #42 on: 2001-12-15 20:33:00 »
that was me
[edited] 275 2001-12-15 21:34

Darkness

  • *
  • Posts: 2181
    • View Profile
    • http://www.x0r.net
Something stupid
« Reply #43 on: 2001-12-15 22:37:00 »
ant-> omg. youre right. i wont be able to resist.

chowderhead

  • *
  • Posts: 162
    • View Profile
    • http://www.geocites.com/bigchowderhead
Something stupid
« Reply #44 on: 2001-12-16 03:29:00 »
Darkness:  heh, yer hooked!  Kinda like tobacco, or maybe crack... :D

Darkness

  • *
  • Posts: 2181
    • View Profile
    • http://www.x0r.net
Something stupid
« Reply #45 on: 2001-12-16 16:50:00 »
crack, definitely digital crack. like everquest =)

chowderhead

  • *
  • Posts: 162
    • View Profile
    • http://www.geocites.com/bigchowderhead
Something stupid
« Reply #46 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!"

Sephiroth 3D

  • *
  • Posts: 1679
    • View Profile
    • ModCitizen 42
Something stupid
« Reply #47 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
[email protected]

PurpleSmurf

  • *
  • Posts: 763
    • View Profile
Something stupid
« Reply #48 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 :(

Darkness

  • *
  • Posts: 2181
    • View Profile
    • http://www.x0r.net
Something stupid
« Reply #49 on: 2001-12-17 20:53:00 »
i love html :) its so much fun.