Introduction - If you have any usage issues, please Google them yourself
General statements print category use the main functions: 1- Automatic page 2- automatically draw vertical and horizontal lines form 3- to support the horizontal/vertical print 4- to support the print output or generate a text file to use: 1. Copy prt.h, prt.cpp---> Project Path2. Menu---> Project---> Add to project---> files (prt.h, prt.cpp) 3. Menu---> open---> prt_demo.rc---> Bitmap---> IDB_PRT (copy to current project) 4. Menu---> open---> prt_demo.rc---> Dialog---> IDD_PRT (copy to current project) 5. Add:# Include <prt.h> 6. Add member function: int GetRow (PRTROW* pRow) 7. Add code into OnPrt and GetRow