Saving encrypted picture
this sample code explain on how to convert picture file into bytes and store to the database(ms access/sql server)....
If you are new to VB.NET most likely you encounter a problem with events like TextChanged or ValueChanged events.
In VB 6.0, change event is not fired when changing a value programmatically. However, in the .NET version this has been changed.
In order to avoid this problem you need to call a RemoveHandler Statement.
The following code is an example of this.