HelpTrax Helpdesk Application
I was going through some of my old code during a backup process, and I stumbled across this mostly complete help desk application I wrote about 13 years ago. Maybe someone can get some use out of it?
This app began life as most of my code does, to solve one of my own problems. In this case, I needed a way to track client requests, as well as have a place to store useful information. Internet connectivity was not as widespread back then, so it needed to be somewhat portable.
There are two main "modules" for HelpTrax: Case Management and Knowledgebase. Both of these are self explanatory. I'm releasing the source code here as well, so other folks might get some benefit, or maybe even learn what not to do.
There is code in the project to send email, but it is currently disabled. As I recall, there was some issue that I couldn't resolve with emailing, and I never got around to fixing it. So, if you have some insight, give it a shot.
Features
- Client info maintenance
- Technician maintenance
- Basic Reporting
- Knowledgebase
- Case ticketing and management
Items and concepts demonstrated
- Multiple Document Interface (MDI)
- Custom title bars for windows
- Database operations (read/write/search)
- Reading/writing from a text file
- Opening files with default apps
- Logging and debugging
- Working with a grid
Screenshots
About this post
Posted: 2017-12-29
By: vb6boy
Viewed: 1,176 times
Categories
Attachments
HelpTrax.zip
Posted: 12/29/2017 12:14:06 PM
Size: 404,346 bytes
Requirements
This uses an MS Access database for storage of information, so you'll need the appropriate ADO objects installed on your system.
Loading Comments ...
Comments
You must be logged in to make a comment.
AnonymousCoward posted this comment on 2017-12-29:
Excelente, muchas gracias.