|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
images in vb ??
Dear Friends,
I am using VB6.0 as frontend and MS access in my project. I want to save images from vb to access and retrieve the same images and display in vb. I havn't worked with this till now. Please can any one help me shruthi |
|
#2
|
|||
|
|||
|
http://www.vb-helper.com/HowTo/dbpict.zip
Purpose Save and restore pictures in a database using ADO with AppendChunk and GetChunk Method Use AppendChunk to add chunks of data stored in a byte array to a binary data field. Use GetChunk to retrieve them later. The program uses these methods to save a graphic file in the database. When it retrieves the data, the program saves it in a temporary file and then displays the file. ![]() |
|
#3
|
|||
|
|||
|
Images with crystal report 8.0
Thanks a lot
I am using crystal report 8.0 for report generation. Here also i want to display images. Is it possible? |
|
#4
|
|||
|
|||
|
The code I refered created a temporal file to put the image so it can be accesed by the picture object, the same can be done theorically in crystal report (I don't use it), access the file from the report.
![]() This may be a better example that can be applied with crystal reports (I think) http://www.vb-helper.com/HowTo/dbimage2.zip |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > images in vb ?? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|