成人高等教育 / VisualBasic程序设计
正确率:100%
为了使drive11驱动器列表框、dir1目录路径列表框和file1文件列表框能同步协调工作,需要在()。
- A、
drive1的Change事件过程中加入drive1.Drive=dir1.Path,在dir1的Change事件过程中加入dir1.Path=file1.Path代码
- B、
drive1的Change事件过程中加入dir1.Path=drive1.Drive,在dir1的Change事件过程中加入file1.Path=dir1.Path代码
- C、
dir1的Change事件过程中加入dir1.Path=drive1.Drive.Drive,在file1的Click事件过程中加入file1.Path=file1.FileName代码
- D、
dir1的Change事件过程中加入dir1.Path=drive1.Drive,在file1的Click事件过程中加入file1.Path=dir1.Path代码
参考答案:
佳题速递: