Results 1 to 11 of 11

Thread: To VB.NET or not to VB.NET

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2001
    Posts
    57
    Now that everybody is talking about this new development package and the beta has arrived, how many of you are going to go right ahead and purchase it once it is released? Or does it just need time to mature and get rid of its slowness/bugs?

    Things to consider:
    1. Is it a good thing that all the languages
    use the same program?
    2. Will it actually make life easier?
    3. What do you think of the other new additions
    to the syntax?

    chilibean

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    1. Is it a good thing that all the languages use the same program?
    Depends on how many languages you know, and the app you're working on. For me - no as it slows the bloody system down too much

    2. Will it actually make life easier?
    Yes

    3. What do you think of the other new additions
    to the syntax?
    Some good, though the amount of extra crap thats in the form was a little confusing at first.

    overall, I'll buy it as I love it so far, but I'll get a Gazillion Mhz, 8billion MB Ram PC first so I can actually run the thing like vb6 now.


    Anyway, this should be in the .net forum. The chit chat one's for taking the p!ss out of other forum members like Katie ...

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  3. #3
    Fanatic Member simonm's Avatar
    Join Date
    Sep 2000
    Location
    Devon, England
    Posts
    796

    Thumbs down Control Arrays

    I like the sound of a lot of the new features but I can say that I won't consider upgrading to .NET until it supports control arraysl.
    Everything I say is either loose interpretation of dubious facts or idle speculation rooted in irrational sentiment.

  4. #4
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    control arrays will be obsolete, i'm not sure what changes theyre going to do yet about the current eventhandling system based on the delegate model, but forget about control arrays.
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  5. #5
    Hyperactive Member mastermind94's Avatar
    Join Date
    Jun 2000
    Location
    Montréal, Canada
    Posts
    441
    i have VB5 and i am happy with it. I do not plan to buy VB.NET because, the original Visualbasic Language (developed by an university in the US) will not be VisualBasic anymore. microsoft decided (again) go change it to their version like they did with HTML and Java (sun microsystems)... They change the code of it so, you will have to use internet Explorer to view certain web page...

    In my opinion, i'll stay with VB6...

  6. #6
    Hyperactive Member
    Join Date
    Mar 2001
    Location
    Calgary, Canada
    Posts
    453
    I suspecyt ,that as with all other times VB has changed, we will need to be proficient in a number of different versions. At one stage when VB 6.0 came out, I had just finished doing a VB 5.0 job and my next job was taking 16-bit VB 4.0 code and converting it to VB 6.0.

    There will be plenty of VB 6.0 work for the next couple of years, but if we are to make a living at this we will have to evolve to VB.Net or go the way of the dinosaurs (yes, I am talking about COBOL programmers ).

    Just my couple of pennies worth,

    SD
    "I'd rather have a full bottle in front of me than a full frontal lobotomy!"

  7. #7
    Fanatic Member simonm's Avatar
    Join Date
    Sep 2000
    Location
    Devon, England
    Posts
    796

    Arrow Control Arrays

    control arrays will be obsolete, i'm not sure what changes theyre going to do yet about the current eventhandling system based on the delegate model, but forget about control arrays.
    If control arrays become obsolete due to structural changes in the language, then fair enough; I would be interested to know the nature of the changes that make them obsolete. What is the 'delegate' model?

    Everything I say is either loose interpretation of dubious facts or idle speculation rooted in irrational sentiment.

  8. #8
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    It's all about Event wiring, delegates that attaches eventhandlers with controls, i haven't seen any samples so i can't say how the implementations are going to be, but M$ says there's enough RAD tools for hiding the event wiring itself, here's a sample in c# though
    http://msdn.microsoft.com/library/do...ini-sample.htm
    here's some more info on the event concept:
    http://msdn.microsoft.com/library/do...tsoverview.htm
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  9. #9
    Addicted Member cyberwarpy's Avatar
    Join Date
    Jan 2001
    Location
    Melbourne, Australia
    Posts
    200
    Does Micro$oft's VB.NET support the MouseOver Function for objects yet...?

  10. #10
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    I have no idea, but i made an activeX dll, you can use for any control that has a handle, let me know if you need it
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  11. #11
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    Ideas needed please

    I was practicing sample apps with .NET, but left it for a while.
    A recent post has made me realise I need to keep practicing with it as I don't know it well enough yet.

    Any ideas for small apps I could write on it please ?

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

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