看一下王国荣的api的书。是否可以用列举键值的api函数,将取出的键值逐个显示出来。

解决方案 »

  1.   

    VB操作注册表:
    http://www.sqreg.com/file/vb/reg_01.htm
    http://www.sqreg.com/file/vb/reg_02.htm
    http://www.sqreg.com/file/vb/reg_03.htm
    http://www.sqreg.com/file/vb/reg_04.htm
    http://www.sqreg.com/file/vb/reg_05.htm
    http://www.sqreg.com/file/vb/reg_06.htm
    http://www.sqreg.com/file/vb/reg_07.htm
      

  2.   

    是可能的,http://helphome.net/home/tianyer/!!!
      

  3.   

    双击LISTBOX的ITEM时,打开注册表,取得它左面的TREEVIEW的句柄,然后用sendmessage给Treeview发什么tvm_expand之类的消息~