Multiple choice

Which of the following is not a forms method?

  1. Point

  2. Refresh

  3. Pset

  4. Open

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In Visual Basic, forms have built-in methods like Refresh, Show, Hide, and Move. Point and Pset are graphics methods used for drawing on forms or picture boxes. Open is a file I/O statement used to access files, not a forms method. Therefore, Open is not a forms method.