Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

Visual Basic 6


Company: Microsoft

Average User Rating (7 reviews)

If this is your product, you can request to edit it here.


User Reviews
Share:


    Version Reviewing: 6.0

    "Still using it!"

    by murph on Nov 8, 2018 12:07 PM

    Summary:
    Great tool, part getting harder to deploy under Windows 8 - 10.

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: 6.0

    "Dependable workhorse"

    by aivosto on Oct 9, 2018 5:23 AM

    Summary:
    Visual Basic 6.0 is a classic. It's a tool for advanced programmers and Windows gurus.

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: 6

    "Good tool for programmers"

    by Lubna on May 25, 2016 12:14 PM

    Summary:
    It is a very good development tool for programmers.

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: 6.0

    "Quickest tool to create Windows Based applications"

    by Jepzzzz on May 16, 2016 5:33 PM

    Summary:
    Very simple development tool for both beginners and advanced programmers.

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: 6.0

    "exelent performance"

    by echarris on Jun 1, 2013 6:59 PM

    Summary:
    It´s really good, has a very good performance

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: 6.0

    "worth enough"

    by saroj kishan on May 30, 2013 12:13 PM

    Summary:
    good performance

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: 6.0

    "This dated development system from Microsoft is nevertheless still used by many developers."

    by Micah on Oct 10, 2012 12:57 PM

    Summary:
    Microsoft Visual Basic 6 was a popular RAD environment from the late 90s. At one time it was the most popular programming language in the world, with an estimated 3 million developers. While usage has greatly declined in recent years, a 2010 MSDN Flash survey of UK companies known to use it in the past showed that its user base is still rather large and stable. Though VB6's intrinsic capabilities are extremely limited in comparison to modern development environments, its extremely tight integration with a large 3rd party plugin ecosystem greatly increases its viability as a legacy environment.

    Report post

    Was this review helpful? (2) (0)

    add a comment


Write a Review


Must be registered to add and review tools.

Have an account?
  
  
Forgot Password?

New to DevMetric?


Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

What does this code do?

public class Demo { 
    public void method1() { 
        synchronized (String.class) { 
            System.out.println("on String.class object");       
            synchronized (Integer.class) { 
                System.out.println("on Integer.class object"); 
            } 
        } 
    }

Programming Language: Java

Newsletter

Get weekly reviews sent directly to your inbox!