注意:此页面搜索的是所有试题
为了使目录路径列表框Dir1的内容符合驱动器列表框Drive1的选择,应当( )。
A、在Dir1_Change事件中加入Dir1.Path = Drive1.Drive
B、在Drive1_Change事件中加入Dir1.Path = Drive1.Drive
C、在Dir1_Change事件中加入Drive1.Path = Dir1.Path
D、在Drive1_Change事件中加入Drive1.Path = Dir1.Path

参考答案