How to Insert Picture in VBA through vb.net

V

Vivek Gupta

Hi All !!
i want to add picture on the word document which is child of VB.Net till now i was using

frm.obdoc.Shapes.AddPicture(dlg.FileName, , , 0, 0, 400, 200, frm.obdoc.Application.Selection.ShapeRange

where frm is the child name,obdoc is word.documents and dlg is word.dialog
 
Top