当前的盘符为C盘,要在D盘建立一个Win98的目录,下列命令正确的是()。
A:MDD:\Win98 B:RDD:/Win98 C:MDwin98 D:RDwin98
将光盘(G:)的Win98目录下所有的文件复制到C盘的Win98目录下的命令是()。
A:CopyG:/win98/*.*C:/win98 B:CopyG:\win98\*.*toC:\win98 C:copyG:/win98\*.*toC:/win98 D:copyG:\win98\*.*C:\win98
Today we (have made great) (achievements), but tomorrow we (shall win) still (great victories).( )
A:have made great B:achievements C:shall win D:great victories
(This) is the sportsman (whom) everyone says (will win) the first prize (at) the Winter Olympic Games.( )
A:This B:whom C:will win D:at
若看到程序中有以下事件过程,则可以肯定的是,当程序运行时( )
Private Sub Click_MouseDown(Button As Integer,Shift As Integet,X As Single,Y As Single)
Print"VB Program"
End Sub
A:用鼠标左键单击名称为“Command1”的命令按钮时,执行此过程 B:用鼠标左键单击名称为“MouseDown”的命令按钮时,执行此过程 C:用鼠标右键单击名称为“MouseDown"的命令按钮时,执行此过程 D:用鼠标左键或右键单击名称为“Click"的命令按钮时,执行此过程
设窗体的名称为Form1,标题为Win,则窗体的MouseDown事件过程的过程名是( )
A:Form1_MouseDown B:Win_MouseDown C:Form MouseDown D:MouseDown Form1
设窗体的名称为Form1,标题为Win,则窗体的MouseDown事件过程的过程名是
A:Form1_MouseDown B:Win_MouseDown C:Form_MouseDown D:MouseD0wn_Form1
若看到程序中有以下事件过程,则可以肯定的是,当程序运行时( )。
Private Sub Click_MouseDown(Button As Integer,Shift As Integer,X As Single,Y As Single)
Print "Visual Basic Program"
End Sub
A:用鼠标左键单击名称为“Command1”的命令按钮时,执行此过程 B:用鼠标左键单击名称为“MouseDown”的命令按钮时,执行此过程 C:用鼠标右键单击名称为“MouseDown”的控件时,执行此过程 D:用鼠标左键或右键单击名称为“Click”的控件时,执行此过程
设窗体的名称为Form1,标题为Win,则窗体的MouseDown事件过程的过程名是()
A:Form1_MouseDown B:Win_MouseDown C:Form_MouseDown D:MouseDown_Form1