问题 单项选择题

下列( )事件过程可以将打开文件对话框的标题改变为“new Caption”。

A.Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowFont End Sub

B.Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowOpen End Sub

C.Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowHelp End Sub

D.Private Sub Command1_Click() CommonDialog1.DialogTitle="new Caption" CommonDialog1.ShowColor End Sub

答案

参考答案:B

解析: 可以通过DialogTitle属性设置打开文件刘话框的标题,使用ShowOpen方法设置通用刘话框的类型为打开文件对话框。 DialogTitle属性指定对话框中标题栏的名称。“打开”对话框默认的标题是“打开”;“另存为”对话框默认的标题是“另存为”。

完形填空
完形填空
     As I have learnt English very well, there is a good chance I will be able to stay on as a teacher in the
university where I am   1   . Most of my friends and parents   2   that it's best for a girl to be a university
teacher.
      But I don't know   3   to do.  It is not that I wouldn't like to be a teacher.  But I don't want to stay,
not now, because I need some experience in telling my students how to turn   4    into practice.
      I once taught business English at a night school, yet I had never done any business.  Though I
prepared my lessons well, I still   5   to create (创造) a "real life" situation for my students to practice
with. I feel now is not the right time for me to   6   here and spend my life in a university, I want to work
in a place where I can   7     what I've learnt, my knowledge of English and French. I also want to know
more about other things.
      I know that   8   I leave the university,  I shall start from the beginning in some ways, but I'm  9   to
learn, to work hard to keep up with others and then, if possible, to surpass (超过) them.  English can be
a good tool to help me.  It is a    10   an end, but not the end itself.
( )1.A. visiting  
( )2.A. know      
( )3.A. whether    
( )4.A. pictures  
( )5.A. failed    
( )6.A. study      
( )7.A. learn      
( )8.A. if        
( )9.A. free      
( )10.A. language  
B. working
B. think  
B. what    
B. covers  
B. enjoyed               
B. work    
B. finish  
B. before  
B. slow    
B. means  
C. studying  
C. excuse    
C. how      
C. theory    
C. decided                   
C. travel    
C. use      
C. until    
C. ready    
C. life      
单项选择题