Results 1 to 6 of 6

Thread: Is VB what I should be using?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2018
    Posts
    3

    Is VB what I should be using?

    Hello all-

    I'm a new user to VB and programming altogether. I manage a small customer service team and want to build some basic applications that work like a decision tree. The image I've conjured in my head is a program that requires some data entry and some yes/no type questions and produces a predetermined resolution based on answers given by the user.

    I want some finished answers to link out to documents on a company GDRIVE.

    I don't know VB terminology or basic programming terminology to begin to know where to look for the instructional material to guide me through.

    Can anyone recommend some basic videos, or sites to guide me through this learning experience?

    I appreciate any help you can give me.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,347

    Re: Is VB what I should be using?

    Based on your description, a whole host of languages would be appropriate and VB.NET is one of them. I'd suggest that you start with the basics and then you will probably have a better idea of the specifics you need to research further. There's a tutorial link in my signature below that can get you started.

  3. #3
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    39,043

    Re: Is VB what I should be using?

    VB.NET is a fine choice, unless you intend this to be a web application, in which case you'd probably be better off with JavaScript, or even just HTML. But for desktop, VB is likely the best.
    My usual boring signature: Nothing

  4. #4

    Thread Starter
    New Member
    Join Date
    Jun 2018
    Posts
    3

    Re: Is VB what I should be using?

    Thanks jmcilhinney!

  5. #5

    Thread Starter
    New Member
    Join Date
    Jun 2018
    Posts
    3

    Re: Is VB what I should be using?

    Good to know. Thank you Shaggy.

  6. #6
    Fanatic Member
    Join Date
    Jan 2006
    Posts
    710

    Re: Is VB what I should be using?

    In a VB forum, you just might get some bias...

    However, don't let anyone ever tell you that VB is inferior to any other language (and some will try) - it has all of the most useful features of other languages, such as C# or Java. It is, like C# and Java, much easier to use than C++. It can access .NET UI libraries, such as WPF, Windows Forms, and UWP, just as easily as C#. It is as object-oriented as any of the other popular languages.
    David Anton
    Convert between VB, C#, C++, & Java
    www.tangiblesoftwaresolutions.com

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