Results 1 to 12 of 12

Thread: Vb.net Wow!

  1. #1

    Thread Starter
    New Member phickman7872's Avatar
    Join Date
    Nov 2005
    Location
    Florida
    Posts
    3

    Smile Vb.net Wow!

    Sorry, this may be out of place here in this particular forum.

    I just wanted to say a couple of things.

    First, I am a long time BASIC (from GW-BASIC) and VB (from 4.0) user. I have always followed the new versions as they come about. I recently downloaded and installed the VB.NET 2005 Express Edition (so I could upgrade my skills) and I must say WOW! This version makes me proud to be a VB programmer again (I was getting bored with VB6 and seriously considering moving to C++ . But, with this new version, I want to remain loyal to VB!

    Second, I wanted to basically introduce myself into the forum and say that I hope to develop a great relationship with all of the excellent, highly intelligent people on the forum. I just wanted to know your opinions on the OO methods of VB.NET, I personally think they're great! It's about time!

    Warmest Regards,

    Phil
    Arrogance is ignorance.
    Nothing is impossible!
    I may make mistakes, after all I'm only human...for now!

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Vb.net Wow!

    Welcome to the forums!

    I was expecting a rant against VB.Net. I guess I should really install Net 2005 and compare it to 2003, which I, among others, didn't like very much. I used VB4, but didn't find too much in common with VB6. A lot of things were different. I had worked with basic through different computers for a long time.

    We'll see what you have to say after you've written a few apps...

  3. #3

    Thread Starter
    New Member phickman7872's Avatar
    Join Date
    Nov 2005
    Location
    Florida
    Posts
    3

    Re: Vb.net Wow!

    Thanks dglienna!

    I don't know anything about .NET 2003 (the company I work for is stubborn and will not upgrade from VB6 even though I read somewhere that MSFT will no longer support it within a few more years.) I have written a few applications for personal use, and I am currently writing an application for a Law firm using it (this I do in my spare time away from my current job as an Embedded Systems Engineer.) I love programming so much that if it wasn't for that pesky thing called sleep, I'd do it 24/7/365!

    I loved VB6 when it first came out, a major improvment over 4 and a minor improvement over 5. However, I have used Java for a while and was really happy to see the OOD and OOP capabilities in VB.NET. Something previous versions were missing. I have been watching Channel 9, especially interviews with Amanda Siler (she is very smart) and have been getting excited about the new VB9 coming out ??? MSFT is really pushing their flagship product to the ultimate development experience.

    I cannot wait to see what the next 10 years bring for VB!
    Last edited by phickman7872; Nov 25th, 2005 at 07:39 PM. Reason: Pesky Misspelling (yes, I can be that anal!)
    Arrogance is ignorance.
    Nothing is impossible!
    I may make mistakes, after all I'm only human...for now!

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Vb.net Wow!

    Quote Originally Posted by phickman7872
    I hope to develop a great relationship with all of the excellent, highly intelligent people on the forum.
    Don't limit yourself. Get to know us stupid b*stards as well.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339

    Re: Vb.net Wow!

    Yes I didn't even know we had 'highly intelligent people' on this forum.

  6. #6

    Thread Starter
    New Member phickman7872's Avatar
    Join Date
    Nov 2005
    Location
    Florida
    Posts
    3

    Re: Vb.net Wow!

    Don't limit yourself. Get to know us stupid b*stards as well
    .

    lol...I have the personal opinion that anybody that takes the time to learn a programming language, beginner to advanced, is highly intelligent! I hope to get well acquainted with everyone, no matter what the level of experience. After all, we can always learn new things from anybody. Isn't that what's it's all about?

    Cheers everyone!
    Arrogance is ignorance.
    Nothing is impossible!
    I may make mistakes, after all I'm only human...for now!

  7. #7
    Hyperactive Member PlaGuE's Avatar
    Join Date
    Jun 2005
    Location
    in ur mind.
    Posts
    445

    Re: Vb.net Wow!

    Oh and us noobs...
    Without balance, there could only be chaos.
    Without chaos, there could be no balance.
    I live with karma. Eat with destiny. Dream of life without shackles....
    Yet. If life had no consequences, life could not exist, nor could it flourish.


    If at first you dont succeed.You're screwed.

    C++/Java NOOB.

    I aint a professional at PHP, but if i can help i will.

  8. #8
    PowerPoster
    Join Date
    Aug 2005
    Location
    College Station, TX
    Posts
    4,521

    Re: Vb.net Wow!

    lol...I have the personal opinion that anybody that takes the time to learn a programming language, beginner to advanced, is highly intelligent!
    Wish my mother would agree.... *kiddin* Im a smarta**, not a dumba**, or at least I would like to think so

  9. #9
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Vb.net Wow!

    i'm a newb and i'll admit it
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  10. #10
    Lively Member
    Join Date
    Nov 2005
    Posts
    71

    Re: Vb.net Wow!

    well everybody at one point is a noob so don't put urself down and learn and for those smart ass ppl sharing is caring

  11. #11
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Vb.net Wow!

    Before we wander off into Chit-Chat, let me just say that the OO features of .NET are a major plus in my opinion. The one feature that has been left out is run-time polymorphism. In general, this is a convenience, but is not essential, but there are times when it is a REALLY nice convenience, and currently you don't have it.

    You DO get RTTI, but I have read articles where people argued eloquently that you don't EVER need it. Without polymorphism, I don't see much value to it, either.
    My usual boring signature: Nothing

  12. #12
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Vb.net Wow!

    Ok moved to general developer forum, just a reminder to keep chit-chat to a minimal.

    Thanks ladies and gents

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