Visual Basic is an easy to learn programming language with code that looks like English. It evolved from earlier BASIC languages and is now a graphical, event-driven language. With VB6 you can create many types of programs for education, business, games, and more by dragging and dropping objects onto a form and programming their event-driven responses. Creating a basic VB program involves launching the VB integrated development environment, adding code to an object's event procedure, and using commands like Print to display output on screen.