This is a complete error handler that you may compile into a DLL and add to any application. There are a number of options for handling errors, such as adding to a custom error stack (with or without displaying a message to the user) and writing to a log file. Handling errors has never been easier!! Important: Please look as 'basMain' which initialises the error handler and gives project wide access to the object with the property 'ErrReport'. You must also include these procedures if you wish to add the error handler to your applications.
File List:
ErrReport.cls
11Kb
ErrReportCreater.cls
1Kb
ErrorReport.vbp
1Kb
ErrorReport.vbw
229b
Test.frm
4Kb
Test.frx
2Kb
basMain.bas
1Kb
frmEHFail.frm
3Kb
frmEHFail.frx
12b
frmMessage.frm
5Kb
frmMessage.frx
2Kb
frmMore.frm
4Kb
frmMore.frx
2Kb
gTest.vbg
69b
modGlobals.bas
2Kb
pTestError.vbp
1Kb
pTestError.vbw
79b
Similar code
xp Style Error Box
(Popularity: ) : See screenshot, my program also comes with an error creating procedure (an example on how to use the error box). ... A prank prgram
(Popularity: ) : A prank prgram which randomply moves mouse pointer over the screen.to exit press any key....