-
免注册调用DLL(纯API)
说明: 很久之前收录的,并非原创。歪果仁写的免注册调用DLL的VB源码例子。(What was included a long time ago was not original. An example of VB source code for non-registered DLL calls written by crooked kernels)
- 2021-03-11 16:09:25下载
- 积分:1
-
Explorer
MFC Explorer Sample Code
- 2014-02-13 15:01:09下载
- 积分:1
-
vb
说明: 串口编程调试精灵是一种串口编程的调试精灵(Wizard is a serial programming and debugging, the debug serial port programming wizard)
- 2010-04-07 19:58:48下载
- 积分:1
-
fileOperate
这个例子主要是vb.net对excel表格进行读操作和写操作,读操作的代码有点问题,请将代码 xlBook.Close()
xlApp = Nothing 交还控制给Excel
xlBook = Nothing
xlSheet = Nothing
更改为
xlBook.Close()
xlBook = Nothing
xlApp.Quit()
xlApp = Nothing
xlSheet = Nothing(This example mainly describes vb.net operates excel spreadsheet for reading and writing,writing codes have some errors
please change
xlBook.Close()
xlApp = Nothing
xlBook = Nothing
xlSheet = Nothing
into
xlBook.Close()
xlBook = Nothing
xlApp.Quit()
xlApp = Nothing
xlSheet = Nothing)
- 2015-04-22 15:09:56下载
- 积分:1
-
44
说明: 这是一个可以直接运行的VB.net游戏程序,是有本人编写,并经过多次调试修改,最终达到比较理想的效果。程序的健壮性较好,代码可读性较强。可以最为学习的有效案例,也可以作为一个开发的基础进行进一步的开发只用。如果有什么不妥之处希望批评指正。 (-This procedure is a face recognition system, which is VC++ And compile opencv under the circumstances of success, although perhaps this site has a similar code. However, this code is in another site to search)
- 2013-11-28 09:23:57下载
- 积分:1
-
icon_1
一些可能用的到的图标资源(some might use the resources of the icon)
- 2004-07-28 13:25:31下载
- 积分:1
-
220-classic-C-program-source-code
本文件夹中含有220个经典C程序源码,是学习C语言难得的好资料!(220 classic C program source code)
- 2013-12-28 00:00:05下载
- 积分:1
-
vb.RS232
模仿超级终端风格的RS232串口调试工具
这是一个模仿Windows系统带的超级终端风格的RS232串口调试工具。非常容易读取和写入端口,发送支持ASCII字符模式,可以打开二进制文件以16进制格式显示发送。支持工作内容保存,下次加载。
里面的那个动画窗体加载出现蛮有意思,大家可以学习下。尤其对调试AT指令之类的比较方便。(RS232 serial debug tool imitating super terminal style
This is a SuperTerminal style RS232 serial debugging tool that mimics the Windows system. It is easy to read and write ports, send ASCII character mode and open binary files to display in 16 binary format. Support work content to save, next load.
Loading the animated form inside is quite interesting. You can learn from it. In particular, it is more convenient to debug AT instructions.)
- 2018-04-24 11:31:53下载
- 积分:1
-
graphicload
Tutorial on how to Use Graphic on Visual Basic
- 2010-12-15 16:38:17下载
- 积分:1
-
SplashWindow
一个splashwindow的例子,可以当成模板使用的哦谢谢支持(a splashwindow example, can use the template as Oh Thank support)
- 2007-07-03 09:39:26下载
- 积分:1