搜索资源列表
code0004用OLE实现文件拖放
- 用OLE实现文件拖放 VB-OLE files with drag-and-drop VB
StdMis
- create database StdMis Go use StdMis Go If exists(select name from sysobjects where name="User" and type="U") Drop table User go create table T_User( UserName varchar(10) not null, Password varchar(6) not null, FullName var
