by nicodemus » Apr 9, 2003 @ 7:52am
while we're "on the subject" of homework...can someone help me with visualbasic homework? The question is:
a. Create an application that contains a Common Dialog control and two command buttons. Change the caption of one of the command buttons to Open. Change the other's caption to Save. Code the Open button so that it sets the control's Flags property to cdlOfNCreatePrompt before displaying the Open dialog box. Code the Save button so that it sets the Common Dialog control's Filter property to display all of the files in the current folder, and sets the control's Flags property to cdlOFNOverwritePrompt before displaying the Save As dialog box.
any help?