JPEG Body

Any body knows about JPEG body please comment, I have project for recover a deleted JPEG from memory card, I can recover a header, But cant recover a body of image, format of image is JPEG. FYI: Code is done…

Validation with GotFocus and LostFocus

The best time to validate the a field’s contents is when the user attempts to leave the field. The validate event apply to when user attempt to set focus to another field on the same form or  when the form…

Automation Error Accessing the OLE Registry

This problem happen in win7, becuse of the compatibility issue. It s easy to slove this problem. 1.Right click on VB6 icon and choose properties. 2. choose the Compatibility tab 3. Tick Run this program in compatibility  mode for: you…

Handling Database Engine Errors SQL Server 2008 R2

Database error contains an error number, message string, severity, state, and procedure name and line number.  Error can be handled in the database by adding error-handling code to translate-sql, batches, procedure, trigger or function. Each application use to access database,…