Date: Wed, 14 Sep 2005 12:10:16 -0500 (CDT) From: Mark Jacobson To: 810-030-01@uni.edu Subject: Quiz #1 Wednesday Sept 21st, Program #2 due same day... Hi Visual Basic students, The due date for program #2 has been moved back to Wednesday, September 21st (instead of Monday the 19th). That way we can talk about it for the next two lectures: --- 1. Timer controls, 2. For Next loops, 3. Subs that are NOT Event Subs, but regular Subs, Sub = Subprogram or Subroutine All SUBS are packages of VB statements, some SUBS are Event procedures, such as Click() events for command buttons, for example. Some SUBS are NOT Event procedures and are NOT associated with any object (Label or Textbox or Timer or Command Button). 4. The PSet method for drawing circles and graphics. 5. The RGB(redAmount, greenAmount, blueAmount) function for creating one color out or 16 million colors, for each Circle. Quiz #1 will be on September 21st too, and you received some old practice quizzes from previous semesters or summers today as a handout. Quiz #1 will take about 15 minutes or less, and will be given at the end of class on Wednesday the 21st. Mark