#8136
Support 3
Participant

    Use TImage.Picture.LoadFromFile() method, see the modified code below.

     
    Sub Main(Client, GWEvent)
       form.ShowModal()
    End Sub
    
    Sub btnClick(Sender)
       form.img.Picture.LoadFromFile("D:0.bmp")
    End Sub 
     

    Regards,
    Advansys Support