0

I am working on automation where I need to take a screenshot from a specific webpage I need to scroll down, and again I need to take a screenshot and merge both and paste it into a PowerPoint slide with heading. I am able to achieve both, but problem is heading is not able to come from side and not visible.

enter image description here

I went through one vb.net code of Christian by using that code I am able to adjust image but not header. https://github.com/cristinegulescu/startUiPathFromSalesforce/blob/master/PowerPointCODE.txt

I need my header like this.

enter image description here

How can I change my position of the head? Any method is there in vb.net?

kwoxer
  • 3,734
  • 4
  • 40
  • 70
  • It looks like your images are overlaying (therefore obscuring) the existing Title text. In VBA (and probably VB.NET) you'd call the .SendToBack method for each of the pasted images. That'd leave your title (header) text in front and visible. – Steve Rindsberg Sep 03 '22 at 03:12

0 Answers0