Introduction - If you have any usage issues, please Google them yourself
Routine: personal information entry system PersonData
Description:
This routine opens a dialog box that can be added to delete and modify personal information and store personal information in a file
So I'll open it next time. When the program runs, it prompts the user to select the file that holds the personal information, such as the project directory
The test. Dat file. Then analyze the contents of the file and open the PersonData dialog box. The left side of the dialog box lists the text
All the personal information items in the item, the "add" and "delete" buttons below the left are used to add new individuals
Information or delete existing personal information. On the right is a display and modification interface for personal information to display the list box
Select the personal information entry and allow the program user to modify it, then click the update button to make it more new
A. Note that the files are immediately modified when you click add, delete, and update buttons.
The PersonData routine data structure has the PersonInfo personal information structure, which contains all the items that the system can display and modify.
Packet : 109201260persondata.rar filelist
实例8-1\PersonData\PersonData.aps
实例8-1\PersonData\PersonData.clw
实例8-1\PersonData\PersonData.cpp
实例8-1\PersonData\PersonData.dsp
实例8-1\PersonData\PersonData.dsw
实例8-1\PersonData\PersonData.h
实例8-1\PersonData\PersonData.ncb
实例8-1\PersonData\PersonData.opt
实例8-1\PersonData\PersonData.plg
实例8-1\PersonData\PersonData.rc
实例8-1\PersonData\PersonDataDlg.cpp
实例8-1\PersonData\PersonDataDlg.h
实例8-1\PersonData\ReadMe.txt
实例8-1\PersonData\res\PersonData.ico
实例8-1\PersonData\res\PersonData.rc2
实例8-1\PersonData\resource.h
实例8-1\PersonData\StdAfx.cpp
实例8-1\PersonData\StdAfx.h
实例8-1\PersonData\test.dat
实例8-1\PersonData\res
实例8-1\PersonData
实例8-1