VC+MFC button获取+list复制+获取+页面转换+登录与数据库账户,密码进行对比 +基础知识
摘要:1 // DlgExec.cpp : 实现文件 2 // 3 4 #include "stdafx.h" 5 #include "Self.h" 6 #include "DlgExec.h" 7 #include "afxdialogex.h" 8 9 10 // CDlgExec 对话框 11 1
阅读全文
posted @
2021-09-03 09:54
Bytezero!
阅读(145)
推荐(0) 编辑
VC-MFC 登陆界面 + 数据库账号+密码
摘要:1 // DlgUser.cpp : 实现文件 2 // 3 4 #include "stdafx.h" 5 #include "Login.h" 6 #include "DlgUser.h" 7 #include "afxdialogex.h" 8 9 10 // CDlgUser 对话框 11
阅读全文
posted @
2021-09-03 09:45
Bytezero!
阅读(474)
推荐(0) 编辑
VC-MFC 在磁盘中读取文件
摘要:1 // ReadDlg.cpp : 实现文件 2 // 3 4 #include "stdafx.h" 5 #include "Read.h" 6 #include "ReadDlg.h" 7 #include "afxdialogex.h" 8 //#include "stream.h" 9 #
阅读全文
posted @
2021-09-03 09:40
Bytezero!
阅读(215)
推荐(0) 编辑
VC-MFC(2) 随笔笔记
摘要:1 //点击按钮出来对话框———————————————— 2 3 1.首先添加 对话框(标识符) 4 2.在点击按钮出来第二个对话框,直接鼠标右键 新建 类 5 3.在.CPP添加新建类的 头文件 6 4.在第一个对话框的按钮添加点击事件 7 5.在事件中填写 模态代码: 8 CDlgExec d
阅读全文
posted @
2021-09-03 09:27
Bytezero!
阅读(43)
推荐(0) 编辑
VC-MFC(1) 随笔笔记+连接数据库
摘要:1 数据库语句: 2 CREATE DATABASE 创建新数据库 3 ALTER DATABASE 修改数据库 4 CREATE TABLE -—-- -创建新表 5 ALTER TABLE - 变更(改变)数据库表 6 DROP TABLE 删除表 7 CREATE INDEX - 创建索引(搜
阅读全文
posted @
2021-09-03 09:26
Bytezero!
阅读(215)
推荐(0) 编辑