Load picture from file using vb.net

Dear all,

How can load picture from file using vb.net?

Comments

  • edited 5:47PM

    Hi irvinehing
    I think you should try it this way :
    Set frx = CreateObject("FastReport.TfrxReport")
    frx.EngineOptions.SilentMode = simMessageBoxes
    frx.LoadReportFromFile ("Report.fr3")
    Set pic1 = frx.FindObject("Picture1")
    pic1.Picture = Picture1.Picture.Handle
    Set pic1 = Nothing

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.