摘要:vb.net(visual basic.net)是为适应microsoft .net框架的需要,对visual basic进行了重大改造后的开发工具。它比visual basic 6.0功能更强大,更易于使用。其中最重要的变化就是对象继承,在vb.net中,所有可管理的类型都衍生自system.object。作为编程工具,最重要的一个特性就是垃圾碎片的回收,它由clr(common languag......
摘要:我准备开始研究sharpdevelop,安装都正常可第一次启动就出现错误提示我用的是sharpdevelop_1.0.3.1768的版本.---------------------------错误提示:system.reflection.targetinvocationexception: exception has been thrown by the target of an invocati......
VB 从零开始编外挂(十二)
上一页 ...
-------------------------------------------------------------------------------------------------------------------------------------------------------- 【推荐阅读:闻Richard Grimes对.NET】
例子:dim pointer as longdim target as integerdim i as integeri=123pointer=varptr(i) 获得指针vbgettarget target,pointer,lenb(target)debug.print target
很长时间以来,都认为只能通过绝对路径引用标准dll中的函数.其实,你也可以用相对路径.很简单的,现在就尝试一下吧.... 下一页
摘要:一、已有数据库(sql)表,快速生成对应存储过程的工具。sqlpilot.exe sqlpilot.exe这个程序是ccf的一个朋友写的,具体请参考http://bbs.et8.net/bbs/showthread.php?t=534183二、已有数据库表,快速生成列表、基本查询、高级查询、插入新行、删除、编辑asp.net页面的工具asp.net makeraspnetmaker/">http:......