基本信息
源码名称:C#编的通讯录程序,用Access数据库
源码大小:0.35M
文件格式:.rar
开发语言:C#
更新时间:2023-09-09
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C#编的通讯录程序,用Access数据库
我在实习的时候用C#编的通讯录,得的高分,运用Dataset连接Access数据库,有用户验证功能,默认用户名1密码2,本通讯录功能简单实用

.
├── C#编的通讯录程序,用Access数据库_tongxunlu0.1.rar
└── tongxunlu0.1
    ├── tongxunlu0.1
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── Form2.Designer.cs
    │   ├── Form2.cs
    │   ├── Form2.resx
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── Settings.cs
    │   ├── app.config
    │   ├── bin
    │   │   └── Debug
    │   │       ├── bin
    │   │       │   └── Debug
    │   │       │       ├── tongxun.accdb
    │   │       │       └── tongxun.mdb
    │   │       ├── tongxun.accdb
    │   │       ├── tongxun.mdb
    │   │       ├── tongxunlu0.1.application
    │   │       ├── tongxunlu0.1.exe
    │   │       ├── tongxunlu0.1.exe.config
    │   │       ├── tongxunlu0.1.exe.manifest
    │   │       ├── tongxunlu0.1.pdb
    │   │       ├── tongxunlu0.1.vshost.exe
    │   │       ├── tongxunlu0.1.vshost.exe.config
    │   │       └── tongxunlu0.1.vshost.exe.manifest
    │   ├── obj
    │   │   └── Debug
    │   │       ├── TempPE
    │   │       │   ├── bin.Debug.tongxunDataSet.Designer.cs.dll
    │   │       │   ├── bin.Debug.tongxunDataSet1.Designer.cs.dll
    │   │       │   ├── tongxunDataSet.Designer.cs.dll
    │   │       │   └── tongxunDataSet1.Designer.cs.dll
    │   │       ├── tongxunlu0.1.application
    │   │       ├── tongxunlu0.1.csproj.FileListAbsolute.txt
    │   │       ├── tongxunlu0.1.csproj.GenerateResource.Cache
    │   │       ├── tongxunlu0.1.exe
    │   │       ├── tongxunlu0.1.exe.manifest
    │   │       ├── tongxunlu0.1.pdb
    │   │       ├── tongxunlu0._1.Form1.resources
    │   │       ├── tongxunlu0._1.Form2.resources
    │   │       └── tongxunlu0._1.Properties.Resources.resources
    │   ├── publish
    │   │   ├── Application Files
    │   │   │   └── tongxunlu0.1_1_0_0_0
    │   │   │       ├── bin
    │   │   │       │   └── Debug
    │   │   │       │       ├── tongxun.accdb.deploy
    │   │   │       │       └── tongxun.mdb.deploy
    │   │   │       ├── tongxunlu0.1.application
    │   │   │       ├── tongxunlu0.1.exe.config.deploy
    │   │   │       ├── tongxunlu0.1.exe.deploy
    │   │   │       └── tongxunlu0.1.exe.manifest
    │   │   ├── setup.exe
    │   │   └── tongxunlu0.1.application
    │   ├── tongxunlu0.1.csproj
    │   ├── tongxunlu0.1.csproj.user
    │   └── tongxunlu0.1_TemporaryKey.pfx
    ├── tongxunlu0.1.sln
    └── tongxunlu0.1.suo

15 directories, 53 files