Results 1 to 34 of 34

Thread: DoEvents Sucks! No Wonder VB is so slow sometimes.

Hybrid View

  1. #1
    Hyperactive Member Maven's Avatar
    Join Date
    Feb 2003
    Location
    Greeneville, TN
    Posts
    322

    Re: DoEvents Sucks! No Wonder VB is so slow sometimes.

    Quote Originally Posted by Jacob Roman
    Click to view this thread. It's the solution to all VB programmers problems.

    DoEvents Sucks

    So what do ya think? I believe Microsuck did DoEvents on purpose to keep VB slow.
    I think microsoft created visual basic for people who doesn't have a lot of background in computer science. Microsoft did a very good job of hiding many computer science concepts from visual basic programmers. This allows people who doesn't really know a lot about computer science to still be able to write programs that run on the windows operating system. In my opinion they did a very good job of that and that is the #1 reason why visual basic is as popular as it is today.

    Now if you want to create powerful high speed algorithms, you need to learn a language ment more for computer scientist. My best advice is to learn C++ and later on learn assembler. But know that it takes disipline to be able to program in C++. It probably takes about 2 to 3 years of learning before a person can really wield the power of C++.
    Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde

  2. #2

    Thread Starter
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: DoEvents Sucks! No Wonder VB is so slow sometimes.

    Quote Originally Posted by Cander
    Yeah right. Microsoft purposly keeps VB slow to maintain their monopoly.

    Then they came out with VB.NET and practically killed off VB's syntax. That syntax has been in BASIC since 1964! And VB.NET is slower too and too object oriented. I like it's new features and all but come on man.

  3. #3

    Thread Starter
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: DoEvents Sucks! No Wonder VB is so slow sometimes.

    I wonder what code they used for DoEvents. C++ always has used PeekMessage for their version of DoEvents. They could have at least stuck with PeekMessage and not use something slower.

  4. #4
    Fanatic Member TheVader's Avatar
    Join Date
    Oct 2002
    Location
    Rotterdam, the Netherlands
    Posts
    871

    Re: DoEvents Sucks! No Wonder VB is so slow sometimes.

    Quote Originally Posted by Jacob Roman
    Then they came out with VB.NET and practically killed off VB's syntax. That syntax has been in BASIC since 1964! And VB.NET is slower too and too object oriented. I like it's new features and all but come on man.
    Are you gonna complain about VB.NET being object-oriented? If so, you don't know what you're talking about. Because of OOP being implemented, VB now finally is being considered a 'real' programming language. And what about the syntax? Not much changed as far as I know.
    Author for Visual Basic Web Magazine

    My articles on the Web Browser Control:
    Using the Web Browser Control & Using the DHTML Document Object Model

    The examples referenced in the articles can be found here:

  5. #5

    Thread Starter
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: DoEvents Sucks! No Wonder VB is so slow sometimes.

    I didn't say it's Object Oriented. I said it's way too Object Oriented.

  6. #6
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    Re: DoEvents Sucks! No Wonder VB is so slow sometimes.

    A programming language either is or is not Object Orientated.
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  7. #7
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: DoEvents Sucks! No Wonder VB is so slow sometimes.

    Jamie, I think you should ban anyone that prefers VB6 to VB.Net, they are clearly dillusional.

    Just because they can't understand OOP doesn't mean .net is bad.
    I don't live here any more.

  8. #8
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: DoEvents Sucks! No Wonder VB is so slow sometimes.

    Jacob, you should've complained about this in 1996. Not 2004.

    Nowadays it is fashion to complain about .NET's insanely big framework size.

  9. #9
    Hyperactive Member Maven's Avatar
    Join Date
    Feb 2003
    Location
    Greeneville, TN
    Posts
    322

    Re: DoEvents Sucks! No Wonder VB is so slow sometimes.

    Quote Originally Posted by plenderj
    A programming language either is or is not Object Orientated.
    Some are what I call "Ojbect Based" and some are "Object Oriented". I mean you really couldn't call visual basic 6 oop when it didn't allow for polymorphism and inheritance.
    Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde

  10. #10
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Angry Re: DoEvents Sucks! No Wonder VB is so slow sometimes.

    Quote Originally Posted by TheVader
    Are you gonna complain about VB.NET being object-oriented? If so, you don't know what you're talking about. Because of OOP being implemented, VB now finally is being considered a 'real' programming language. And what about the syntax? Not much changed as far as I know.
    I don't think that the syntax is really taht similar. VB has always been a lazy man's programming language. However this .NET thing scares me. Now that I am actually working on a project in it.
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  11. #11
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    Re: DoEvents Sucks! No Wonder VB is so slow sometimes.

    The syntax is EXACTLY the same. Those complaining about VB.NET being a whole new language are delusional and have been brainwashed by the VB6 purists that don't understand what syntax means.

    And if you complain about having to lookup the new functions, well, you shouldn't be programming.

    Sorry, but the constant bull **** surrounding .NET is getting old.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width