当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: 在项目文件中添加新项-类(CConst.vb)
 

 

 ·用vb.net开发apiviewer(2)    »显示摘要«
    摘要: viewer.vb剩余代码 private sub lstitem_selectedindexchanged(byval sender as system.object, byval e as system.eventargs) handles lstitem.selectedindexchanged if lstitem.items.count > 0 then se......
 ·windows消息类,续二    »显示摘要«
    摘要: tvm_getimagelist = (tv_first + 8), tvm_setimagelist = (tv_first + 9), tvm_getnextitem = (tv_first + 10), tvm_selectitem = (tv_first + 11), tvm_getitema = (tv_first + 12), tvm_getitemw = (......


用vb.net开发apiviewer(3)
在项目文件中添加新项-类(cconst.vb) 代码如下: namespace api     public class cconst         implements istore         dim constlist as sortedlist         dim constlistcsharp as sortedlist         sub new()             constlist = new sortedlist()             constlistcsharp = new sortedlist()         end sub         sub add(byval key as string, byval data as string, optional byval bcsharp as boolean = false) implements istore.add             if not bcsharp then                 if not constlist.containskey(key) then                     constlist.add(key, data)                 end if             else                 if not constlistcsharp.containskey(key) then                     constlistcsharp.add(key, data)      &n
...   下一页
 ·vb.net执行外部程序的代码    »显示摘要«
    摘要: imports system.diagnostics namespace vbcity public module modfunctions public sub executeapplication(pstrapplicationname as string) dim udtprocess as process = new process udtprocess.start......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE