-
-
-
-
-
-
iPhoneCoreDataRecipes.zip
... view controller as the organizing unit to manage screenfuls of information, and how you can leverage table views to display and edit data in an elegant fashion.
Amongst the techniques shown are how to:
Combine tab bar and navigation controllers to ...
-
-
CHexEditDemo.rar
Recently, I was working on a diagnostic software which requires a Edit Control used for HEX/DEC numbers input. The CEdit that comes with MFC is not so good for this job, as it can not prevent the user from typing an invalid HEX number.
Therefore, I ...
-
XRNumericEditCtrl.rar
The CXrNumericEdit class is derived from the normal CEdit class.
To use this class
Add the CXrNumericEdit source file to project.
Add standard edit control
Change CEdit class to CXrNumericEdit
-
-
-