1

I'm done creating "take a photo and save photo" using C#. The saving process is when the user submits the data, the savefiledialog will trigger to response. Then it will save on the coded path

saveFileDialog1.InitialDirectory = @"C:\\Users\\image-path\\";

Then the column value that will be inserted on the table is only "Varchar" and the "Path" value which is the

tblcolumnpath = C:\Users\image-path\myimage.jpg;

I can now view it using PictureBox Tool in a regular window form. My problem is, I don't know how can I view it using Crystal Report form. Crystal Report has no "PictureBox" in its toolbox. Any help, please comment or answer it. Thank you in advance. I'm just 2 Months old in using C#.

mark333...333...333
  • 1,270
  • 1
  • 11
  • 26

1 Answers1

3

Similar problem was solved already here. If you have any other questions feel free to ask.

Community
  • 1
  • 1
KuKeC
  • 4,392
  • 5
  • 31
  • 60