| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
_xp Style Error Box_ | VB 6.0 | Beginner / BelgiumBoy_007 (from psc cd) | 3207 since 1/28/2015 9:34:00 AM |
By 4 Users
|
|
See screenshot, my program also comes with an error creating procedure (an example on how to use the error box). Comes in handy - buttons are xp style. (ScreenShot) |
|
|
|
 |
A Quick Way To Handle Errors | VB 5.0, VB 6.0 | Beginner / Chris Blaker (from psc cd) | 3222 since 1/10/2015 3:49:00 AM |
By 20 Users
|
|
This is for all the beginners out there that have problems with their apps making errors.
I dont care about votes it's just to help you all out, you advanced guys know this but some of the beginners wont. |
|
|
|
 |
A tip to make life easier | VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0, VB Script, ASP (Active Server Pages) | Beginner / John Edward Colman (from psc cd) | 3377 since 1/9/2015 9:44:00 AM |
By 58 Users
|
|
Get rid of that design time syntax error message box. |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Add Debug.Print to your app easy | VB 4.0 (32-bit), VB 5.0, VB 6.0 | Beginner / ~:. Jeff ''Capes'' .:~ (from psc cd) | 4213 since 1/16/2015 6:48:00 AM |
By 7 Users
|
|
The Debug.Print is most important as long as your program runs! If there is something wrong, error/problem, the user can always report to you what he did, by showing you the debugtext. BUT when it's compiled the user of your app. can't see the Debug.Print ...(description truncated) |
|
|
|
 |
AddProcedure | VB 6.0 | Intermediate / Gary Simonelli (from psc cd) | 2995 since 2/10/2015 10:30:00 PM |
By 5 Users
|
|
This is a addin that I wrote while working on a major project that needed many classes and repeated code. It will insert a sub, function and property with error handling. You can select private or public. If it is a class or a form. You can create a user ...(description truncated) (ScreenShot) |
|
|
|
 |
Advanced Form Containers | VB 6.0 | Intermediate / Slider (from psc cd) | 4178 since 1/17/2015 8:27:00 AM |
By 20 Users
|
|
The purpose of this demonstration application is to illustrate advanced techniques in using forms within the application or in an process (not remote) DLL to encapsulate functionality without effecting usability.
The key benefit of using an in-process DLL ...(description truncated) (ScreenShot) |
|
|
|
 |
AlertError Module | VB 5.0, VB 6.0 | Intermediate / Rde | 4096 since 4/9/2018 6:26:51 AM |
By 2 Users 2 Excellent Ratings
|
|
<p>
AlertError Module (Update 2)
<p>
This is a simple solution for handling and alerting errors
when they occur.
<p>
Rather than hiding errors away this module uses the philosophy
of alerting you to errors right where they occur, while logging
er ...(description truncated) |
|
|
|
 |
Anti Debug | VB 4.0 (32-bit), VB 5.0, VB 6.0 | Intermediate / Cristiano Couto. (from psc cd) | 6417 since 2/17/2015 1:36:00 AM |
By 2 Users
|
|
Basicly this piece of code protect your program to be debugged... this is also a interesting example about how to use threads in VB (without crash it) |
|
|
|
 |
Application Logger | VB 6.0 | Intermediate / Matthew Inns (from psc cd) | 4313 since 1/31/2015 12:32:00 PM |
By 5 Users
|
|
This class provides a logging object that you can create and destroy as you like, the properties it has are:
CurrentProcedure
LogFile
LogLevel
MaxFileIterations
MaxFileSize
The methods are:
BeginLogging
StopLogging
IUPrint
If you create ...(description truncated) |
|
|
|
 |
Application record and playback | VB 5.0, VB 6.0 | Intermediate / Duncan Jones (from psc cd) | 4594 since 1/28/2015 6:25:00 AM |
By 3 Users
|
|
This code allows you to record the interaction between the user and application and then play it back later. This allows you to implement rudimentary macros and automation to your existing applications without extensive changes.
Also the record is saved i ...(description truncated) |
|