在Word中,如果使用键盘直接移动插入点到当前文档的末尾,则按组合键()。 A: <Alt>+<End> B: <Ctrl>+<End> C: <Shift>+<End> D: <Ctrl>+<Shift>+<End>
在Word中,如果使用键盘直接移动插入点到当前文档的末尾,则按组合键()。 A: <Alt>+<End> B: <Ctrl>+<End> C: <Shift>+<End> D: <Ctrl>+<Shift>+<End>
在Word文档每页编辑中,从插入点开始选定到上一行,组合键是 A: Shift + ↑ B: Shift + ↓ C: Shift + Home D: Shift + End
在Word文档每页编辑中,从插入点开始选定到上一行,组合键是 A: Shift + ↑ B: Shift + ↓ C: Shift + Home D: Shift + End
Windows95中,同时按()三键一次,可打开“关闭程序”对话框,以关闭那些不需要的或没有响应的应用程序。 A: ACtrl十Shift十Del B: BA1t十Shift十Del C: CA1t十Shift十Enter D: DCtrl十A1t十Del
Windows95中,同时按()三键一次,可打开“关闭程序”对话框,以关闭那些不需要的或没有响应的应用程序。 A: ACtrl十Shift十Del B: BA1t十Shift十Del C: CA1t十Shift十Enter D: DCtrl十A1t十Del
计算机要重新启动,按组合键ctrl+Alt+()。 A: shift B: Del C: Enter D: End
计算机要重新启动,按组合键ctrl+Alt+()。 A: shift B: Del C: Enter D: End
使当前光标移动到行尾的键() A: SHIFT B: CTRL C: END D: HOME
使当前光标移动到行尾的键() A: SHIFT B: CTRL C: END D: HOME
要求当鼠标在图片框P1中移动时,立即在图片中显示鼠标的位置坐标。下面能正确实现上述功能的事件过程是______。 A: Private Sub P1_MouseMove(Button As Integer,Shift As Integer,XAs Single,Y As Single) Print X,Y End Sub B: Private Sub P1_MouseDown(Button As Integer,Shift As Integer,XAs Single,Y As Single) Picture.Print X,Y End Sub C: Private Sub P1_MouseMove(Button As Integer,Shift As Integer,XAs Single,Y As Single) P1.Print X,Y End sub D: Private Sub Form_MouseMove(Button As Integer Shift As Integer,XAs Single,Y As Single) P1.Print X,Y End Sub
要求当鼠标在图片框P1中移动时,立即在图片中显示鼠标的位置坐标。下面能正确实现上述功能的事件过程是______。 A: Private Sub P1_MouseMove(Button As Integer,Shift As Integer,XAs Single,Y As Single) Print X,Y End Sub B: Private Sub P1_MouseDown(Button As Integer,Shift As Integer,XAs Single,Y As Single) Picture.Print X,Y End Sub C: Private Sub P1_MouseMove(Button As Integer,Shift As Integer,XAs Single,Y As Single) P1.Print X,Y End sub D: Private Sub Form_MouseMove(Button As Integer Shift As Integer,XAs Single,Y As Single) P1.Print X,Y End Sub
下列程序执行后,在窗体上按下Alt+Ctrl+A键的输出结果为______。 Private Sub Form_KeyDown(Keycode As Integer, Shift As Integer) Print shift End Sub
下列程序执行后,在窗体上按下Alt+Ctrl+A键的输出结果为______。 Private Sub Form_KeyDown(Keycode As Integer, Shift As Integer) Print shift End Sub
在()视图中,可看到以缩略图方式显示的多张幻灯片 A: alt+F4 B: End C: shift D: del
在()视图中,可看到以缩略图方式显示的多张幻灯片 A: alt+F4 B: End C: shift D: del
编写如下事件过程: Private Sub Form_Keydown(KeyCode As Integer, Shift As Integer) If (Button And 3) = 3 Then Print "AAAA" End If End Sub 程序运行后,为了在窗体上输出 “AAAA”,应按下的鼠标键为()。
编写如下事件过程: Private Sub Form_Keydown(KeyCode As Integer, Shift As Integer) If (Button And 3) = 3 Then Print "AAAA" End If End Sub 程序运行后,为了在窗体上输出 “AAAA”,应按下的鼠标键为()。
选定流程线上的一个图标,要删除它,使用()。 A: Del键 B: End键 C: Alt键 D: Shift键
选定流程线上的一个图标,要删除它,使用()。 A: Del键 B: End键 C: Alt键 D: Shift键