Displays a prompt in a dialog box, waits for the user to input text or click a button, and returns a String containing the contents of the text box. http://visualbasic.freetutes.com/learn-vb6/lesson17.html
In this lesson, we learn how to interact with another underlying set of code by programming the Windows applications interface (API) using dynamic lin http://visualbasic.freetutes.com/learn-vb6/lesson23.html
An array is a consecutive group of memory locations that all have the same name and the same type. http://visualbasic.freetutes.com/learn-vb6/lesson6.html
Displays a message in a dialog box and wait for the user to click a button, and returns an integer indicating which button the user clicked. http://visualbasic.freetutes.com/learn-vb6/lesson18.html