From jacobson@math-cs.cns.uni.edu Mon Oct 6 14:53:55 2003 Date: Mon, 06 Oct 2003 14:53:05 -0500 (CDT) From: Mark Jacobson To: 810-030-01@uni.edu Subject: [810-030-01] Quiz One on Tuesday, October 14th... Hi Visual Basic students, Quiz one will be exactly 8 days from today. Quiz one is on Tuesday, October 14th for Visual Basic. What are the only two relevant properties for the Timer control? How would you make the cmdLoadPanthers_Click() event load the graphic Campanile.gif from your diskette into the Image1 control? Write the statement or statements needed to do that. How would you draw a solid circle of random color and random diameter (say between 1 and 25 units inclusive for the diameter) at a random location on the Picture1 control? Write the statements to do this. Assume the statements are part of: Private Sub cmdDrawRandomCircle_Click() End Sub Checkboxes, Timers, CommandButtons, .Pattern property of FileListBox control, Image and PictureBox controls, Labels, TextBox controls, etc. View menu Immediate. What is it used for? How would you use it to find out what LEFT(RIGHT("Ghostbusters", 7), 3) would create as a result? What is an easier way you could write the above LEFT(RIGHT()) expression so it only used one Visual Basic function instead of two of them? PME, PME, Property, Method, Event... What are the most important Events we have studied and seen illustrated? Properties for each object we have studied that are critical to know???? What are the main methods we have studied and what is each used for? What objects KNOW how to DO each of these methods? Mark