-
addressbook-management
IT CONTAIN TABLE WITH FOLLOWING FIEDLS
create table addbook(contactid integer primary key autoincrement,contactname text,companyname text,address text,city text, state text,postalcode text,country text,phone text,email text,photo blob
- 2011-10-01 20:53:54下载
- 积分: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
-
65358
** sBackUpfileName 恢复后的数据库存放目录
** sDataBaseName 备份的数据名
** sIsAddBackup 是否追加到备份文件中
**说 明:引用Microsoft ActiveX Data Objects 2.x Library
**模 块 名:frestoredatabase_a
**描 述:恢复数据库,返回出错信息,正常恢复,返回""
**调 用:frestoredatabase_a "备份文件名","数据库名"
**参数说明:
** sDataBasePath 恢复后的数据库存放目录
** sBackupNumber 是从那个备份号恢复
** sReplaceExist 指定是否覆盖已经存在的数据
**说 明:引用Microsoft ActiveX Data Objects 2.x Library
">
- 2013-08-22 09:58:50下载
- 积分:1
-
WindowsHook
Creating Global Api Hook Using Windows Hook
- 2015-09-08 16:17:27下载
- 积分:1
-
ACE-Lock(ACE_Task_Base)
ACE线程管理机制-并发控制和基于ACE实现的一个内存池(Thread management mechanism ACE- ACE-based concurrency control and achieve a memory pool)
- 2013-11-03 22:41:58下载
- 积分:1
-
ch02
VB2008示例包含原代码,适合适合初学者用(Code sample contains the original code)
- 2013-10-15 18:08:12下载
- 积分:1
-
Big_2_Onli1709162152004
Big 2 Online (server and client)
- 2016-01-04 22:23:26下载
- 积分:1
-
Alpha
调整VB的窗体的透明度,可自行设定值0到255,0为完全透明,255为全显示。(Adjust the opacity of the VB forms)
- 2011-12-07 11:22:49下载
- 积分:1
-
rect
我是一个初学着 现在也没有什么好的代码 需要下载资料来学习就只好上传自己写的旋转图形绘制的代码(I am a beginner with now Nothing good code required to download information on the study can only upload your own graphics rendering rotary Writing code)
- 2009-03-25 22:52:43下载
- 积分:1
-
caobiao
基本7022芯片的抄表测试程序.代码与抄表终端一致(Basic 7022 chip meter test procedure. Code consistent with the meter reading terminal)
- 2008-05-06 13:59:37下载
- 积分:1